Computer Science: Disk Storage and RAM
44 Questions
1 Views

Choose a study mode

Play Quiz
Study Flashcards
Spaced Repetition
Chat to lesson

Podcast

Play an AI-generated podcast conversation about this lesson

Questions and Answers

An SIMD ______ Array processor.

Array

A measure used to evaluate computers in their ability to perform a given number of floating point operations per second is called as ______

FLOPS

Full-form of SIMD is ______

Single instruction stream and multiple data stream

How many types of multiprocessors?

<p>2</p> Signup and view all the answers

Which of the following is a disadvantage of Multiprocessor Systems?

<p>All of the above</p> Signup and view all the answers

Which processor requires more number of registers?

<p>RISC</p> Signup and view all the answers

Which two pipelines (in proper sequence) are used to calculate an inner product in vector processor?

<p>Multiplier pipeline, Adder pipeline</p> Signup and view all the answers

The term ____ is used to denote billion FLOPS.

<p>Gigaflops</p> Signup and view all the answers

Which multiprocessor system contains a master-slave relationship?

<p>Asymmetric Multiprocessor</p> Signup and view all the answers

A multiprocessor operating system must take care of

<p>Unauthorized data access and data protection</p> Signup and view all the answers

Rotational latency refers to

<p>the time it takes for the platter to make a full rotation</p> Signup and view all the answers

What characteristic of RAM memory makes it not suitable for permanent storage?

<p>it is volatile</p> Signup and view all the answers

The circuit used to store one bit of data is known as

<p>Flip Flop</p> Signup and view all the answers

The average time required to reach a storage location in memory and obtain its contents is called the

<p>access time</p> Signup and view all the answers

The idea of cache memory is based

<p>on the property of locality of reference</p> Signup and view all the answers

Cache memory acts between

<p>CPU and RAM</p> Signup and view all the answers

Write Through technique is used in which memory for updating the data

<p>Cache memory</p> Signup and view all the answers

Generally Dynamic RAM is used as main memory in a computer system as it

<p>Has higher speed</p> Signup and view all the answers

Virtual memory consists of

<p>Static RAM</p> Signup and view all the answers

If the main memory is of 8K bytes and the cache memory is of 2K words. It uses associative mapping. Then each word of cache memory shall be

<p>16 bits</p> Signup and view all the answers

Cache memory works on the principle of

<p>Locality of reference</p> Signup and view all the answers

The main memory in a Personal Computer (PC) is made of

<p>Both (A) and (B)</p> Signup and view all the answers

Memory unit accessed by content is called

<p>Associative Memory</p> Signup and view all the answers

The advantage of memory mapped I/O over I/O mapped I/O is

<p>Faster</p> Signup and view all the answers

Which of the following register is not present in EU (Execution Unit) of the 8086 microprocessor?

<p>IP</p> Signup and view all the answers

Which signal is used to demultiplex the Address bus of 8086

<p>ALE</p> Signup and view all the answers

Which of the following signals is used to control the direction of dataflow of bus transceivers

<p>DT / R</p> Signup and view all the answers

Which of the following signal belongs to maximum mode only

<p>LOCK</p> Signup and view all the answers

Which of the following pair of registers is invalid

<p>CS:SP</p> Signup and view all the answers

Which of the following flags is used for single stepping

<p>Trap Flag</p> Signup and view all the answers

Direction flag is used with

<p>String instructions</p> Signup and view all the answers

What does microprocessor speed depend on?

<p>Address bus width</p> Signup and view all the answers

A register capable of shifting its binary information either to the right or the left is called a

<p>Shift register</p> Signup and view all the answers

What is meant by Mask able interrupts?

<p>An interrupt that can be turned off by the programmer</p> Signup and view all the answers

In a DMA write operation the data is transferred

<p>from I/O to memory</p> Signup and view all the answers

Which of the following have been developed specifically for pipelined systems?

<p>Optimizing compilers</p> Signup and view all the answers

The pipelining process is also called as

<p>Assembly line operation</p> Signup and view all the answers

The fetch and execution cycles are interleaved with the help of

<p>Clock</p> Signup and view all the answers

Each stage in pipelining should be completed within

<p>1 cycle</p> Signup and view all the answers

To increase the speed of memory access in pipelining, we make use of

<p>Cache</p> Signup and view all the answers

Pipelining is a _______ technique?

<p>Parallel operation</p> Signup and view all the answers

Consider the multiplication of two 5 X 5 matrices using a vector processor. How many product terms are there in each inner product?

<p>5</p> Signup and view all the answers

Which of the following is a type of array processors?

<p>SIMD array processor</p> Signup and view all the answers

Full-form of PE in SIMD array processor?

<p>Processing Element</p> Signup and view all the answers

Study Notes

Computer Organization and Architecture

Unit-III: Memory and I/O

  • The time taken to read a block of data from a disk into memory is composed of:
    • Seek time
    • Rotational latency
    • Transfer time
  • Rotational latency refers to the time it takes for the platter to make a full rotation.
  • RAM memory is not suitable for permanent storage because it is volatile.
  • A Flip Flop is a circuit used to store one bit of data.
  • Access time is the average time required to reach a storage location in memory and obtain its contents.
  • The idea of cache memory is based on the property of locality of reference.
  • Cache memory acts between the CPU and RAM.
  • Write Through technique is used in cache memory for updating data.
  • Dynamic RAM is used as main memory in a computer system because it has higher speed.
  • Virtual memory consists of Magnetic memory.
  • Cache memory works on the principle of locality of reference.
  • Memory unit accessed by content is called Associative Memory.

Unit-IV: Microprocessor

  • The advantage of memory mapped I/O over I/O mapped I/O is that it is faster.
  • In EU (Execution Unit) of the 8086 microprocessor, IP (Instruction Pointer) is not present.
  • ALE (Address Latch Enable) is used to demultiplex the Address bus of 8086.
  • The signal used to control the direction of data flow of bus transceivers is DT/R (Data Transmit/Receive).
  • LOCK is a signal that belongs to maximum mode only.
  • The invalid pair of registers is CS:SP.
  • The Trap Flag is used for single stepping.
  • The three basic sections of a microprocessor unit are:
    • Control and timing
    • Register
    • Arithmetic/logic unit (ALU)
  • The data bus is a bidirectional bus.
  • Direction flag is used with String instructions.
  • Microprocessor speed depends on the clock.
  • A shift register is a register capable of shifting its binary information either to the right or the left.
  • Maskable interrupts are interrupts that can be turned off by the programmer.
  • In a DMA write operation, the data is transferred from I/O to memory.

Unit V: Pipelining and Parallel Processing

  • Optimizing compilers have been developed specifically for pipelined systems.
  • The pipelining process is also called as Assembly line operation.
  • The fetch and execution cycles are interleaved with the help of the clock.
  • Each stage in pipelining should be completed within 1 cycle.
  • To increase the speed of memory access in pipelining, we make use of Cache.
  • Pipelining is a parallel operation technique.
  • In a DMA write operation, the data is transferred from I/O to memory.
  • Multiplying two 5x5 matrices using a vector processor requires 5 product terms in each inner product.
  • SIMD array processor is a type of array processor.
  • The full form of PE in SIMD array processor is Processing Element.
  • The full form of SIMD is Single Instruction stream and Multiple Data stream.
  • An SIMD array processor is a processor that has single instruction multiple data organization.
  • FLOPS (Floating Point Operations Per Second) is a measure used to evaluate computers in their ability to perform a given number of floating-point operations per second.
  • There are 2 types of multiprocessors.
  • A disadvantage of Multiprocessor Systems is that all of the above (expensive, require a much larger pool of memory, and more complex operating system).
  • RISC (Reduced Instruction Set Computing) processor requires more number of registers.
  • Multiplier pipeline and Adder pipeline are used to calculate an inner product in a vector processor.
  • The term gigaflops is used to denote billion flops.
  • Stack-organized architecture is used in Zero Address Instruction.
  • Asymmetric Multiprocessor system contains a master-slave relationship.
  • A multiprocessor operating system must take care of Unauthorized data access and data protection.

Studying That Suits You

Use AI to generate personalized quizzes and flashcards to suit your learning preferences.

Quiz Team

Related Documents

Caalp mid-2 objectives.docx

Description

Quiz questions on disk storage and RAM, covering topics such as rotational latency and characteristics of RAM memory.

More Like This

Computer Science: Primary Storage
13 questions
Computer Science - Primary Storage Quiz
13 questions
Computer Storage Quiz
13 questions

Computer Storage Quiz

InvaluableBauhaus avatar
InvaluableBauhaus
Use Quizgecko on...
Browser
Browser