Podcast
Questions and Answers
An SIMD ______ Array processor.
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 ______
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 ______
Full-form of SIMD is ______
Single instruction stream and multiple data stream
How many types of multiprocessors?
How many types of multiprocessors?
Signup and view all the answers
Which of the following is a disadvantage of Multiprocessor Systems?
Which of the following is a disadvantage of Multiprocessor Systems?
Signup and view all the answers
Which processor requires more number of registers?
Which processor requires more number of registers?
Signup and view all the answers
Which two pipelines (in proper sequence) are used to calculate an inner product in vector processor?
Which two pipelines (in proper sequence) are used to calculate an inner product in vector processor?
Signup and view all the answers
The term ____ is used to denote billion FLOPS.
The term ____ is used to denote billion FLOPS.
Signup and view all the answers
Which multiprocessor system contains a master-slave relationship?
Which multiprocessor system contains a master-slave relationship?
Signup and view all the answers
A multiprocessor operating system must take care of
A multiprocessor operating system must take care of
Signup and view all the answers
Rotational latency refers to
Rotational latency refers to
Signup and view all the answers
What characteristic of RAM memory makes it not suitable for permanent storage?
What characteristic of RAM memory makes it not suitable for permanent storage?
Signup and view all the answers
The circuit used to store one bit of data is known as
The circuit used to store one bit of data is known as
Signup and view all the answers
The average time required to reach a storage location in memory and obtain its contents is called the
The average time required to reach a storage location in memory and obtain its contents is called the
Signup and view all the answers
The idea of cache memory is based
The idea of cache memory is based
Signup and view all the answers
Cache memory acts between
Cache memory acts between
Signup and view all the answers
Write Through technique is used in which memory for updating the data
Write Through technique is used in which memory for updating the data
Signup and view all the answers
Generally Dynamic RAM is used as main memory in a computer system as it
Generally Dynamic RAM is used as main memory in a computer system as it
Signup and view all the answers
Virtual memory consists of
Virtual memory consists of
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
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
Signup and view all the answers
Cache memory works on the principle of
Cache memory works on the principle of
Signup and view all the answers
The main memory in a Personal Computer (PC) is made of
The main memory in a Personal Computer (PC) is made of
Signup and view all the answers
Memory unit accessed by content is called
Memory unit accessed by content is called
Signup and view all the answers
The advantage of memory mapped I/O over I/O mapped I/O is
The advantage of memory mapped I/O over I/O mapped I/O is
Signup and view all the answers
Which of the following register is not present in EU (Execution Unit) of the 8086 microprocessor?
Which of the following register is not present in EU (Execution Unit) of the 8086 microprocessor?
Signup and view all the answers
Which signal is used to demultiplex the Address bus of 8086
Which signal is used to demultiplex the Address bus of 8086
Signup and view all the answers
Which of the following signals is used to control the direction of dataflow of bus transceivers
Which of the following signals is used to control the direction of dataflow of bus transceivers
Signup and view all the answers
Which of the following signal belongs to maximum mode only
Which of the following signal belongs to maximum mode only
Signup and view all the answers
Which of the following pair of registers is invalid
Which of the following pair of registers is invalid
Signup and view all the answers
Which of the following flags is used for single stepping
Which of the following flags is used for single stepping
Signup and view all the answers
Direction flag is used with
Direction flag is used with
Signup and view all the answers
What does microprocessor speed depend on?
What does microprocessor speed depend on?
Signup and view all the answers
A register capable of shifting its binary information either to the right or the left is called a
A register capable of shifting its binary information either to the right or the left is called a
Signup and view all the answers
What is meant by Mask able interrupts?
What is meant by Mask able interrupts?
Signup and view all the answers
In a DMA write operation the data is transferred
In a DMA write operation the data is transferred
Signup and view all the answers
Which of the following have been developed specifically for pipelined systems?
Which of the following have been developed specifically for pipelined systems?
Signup and view all the answers
The pipelining process is also called as
The pipelining process is also called as
Signup and view all the answers
The fetch and execution cycles are interleaved with the help of
The fetch and execution cycles are interleaved with the help of
Signup and view all the answers
Each stage in pipelining should be completed within
Each stage in pipelining should be completed within
Signup and view all the answers
To increase the speed of memory access in pipelining, we make use of
To increase the speed of memory access in pipelining, we make use of
Signup and view all the answers
Pipelining is a _______ technique?
Pipelining is a _______ technique?
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?
Consider the multiplication of two 5 X 5 matrices using a vector processor. How many product terms are there in each inner product?
Signup and view all the answers
Which of the following is a type of array processors?
Which of the following is a type of array processors?
Signup and view all the answers
Full-form of PE in SIMD array processor?
Full-form of PE in SIMD array processor?
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.
Related Documents
Description
Quiz questions on disk storage and RAM, covering topics such as rotational latency and characteristics of RAM memory.