Computer Organization and Architecture (Part-5)

What is the primary purpose of cache memory in a computer system?

A Store large files
B Manage data transfers
C Store frequently used data
D Control CPU operations

Which of the following is the slowest memory type in the memory hierarchy?

A Registers
B RAM
C Cache memory
D Hard Drive

What does the Instruction Set Architecture (ISA) define?

A Available machine instructions
B Memory size
C Processor clock speed
D Type of CPU components

Which of these is NOT a part of the memory hierarchy?

A RAM
B Cache
C Hard Drive
D ALU

In the context of memory, what does the term “hierarchy” refer to?

A The physical location of data
B The order of memory speeds
C Different types of processors
D The number of processors

Which of the following is a characteristic of RISC processors?

A High memory usage
B Large instruction set
C Single instruction cycle
D Complex instructions

What is the main advantage of a multi-level cache memory?

A Faster access to data
B Reduced memory size
C Decreased CPU processing speed
D Increased storage capacity

What does “pipelining” improve in CPU performance?

A Data transfer speed
B Instruction throughput
C Memory size
D Power consumption

Which of the following is a characteristic of CISC architecture?

A Small instruction set
B Fast execution speed
C Complex instructions
D Large number of registers

In a system with virtual memory, what is used to map virtual addresses to physical addresses?

A Cache memory
B CPU registers
C Control Unit
D Memory Management Unit

What is the primary role of the ALU in a computer?

A Perform calculations
B Fetch instructions
C Store data
D Control data flow

What is a characteristic of the Harvard architecture?

A Simple instruction set
B Single CPU core
C Separate memory for data and instructions
D Shared memory for data and instructions

What is the function of a bus in computer architecture?

A Execute program instructions
B Transfer data between components
C Perform arithmetic operations
D Store data temporarily

Which of the following is used for handling high-priority tasks in a CPU?

A Interrupts
B ALU
C Control Unit
D Cache

What is the role of a register in the CPU?

A Store data permanently
B Execute instructions
C Temporarily hold data
D Control data flow