Computer Organization and Architecture (Part-3)

What is the main purpose of the Arithmetic Logic Unit (ALU) in a CPU?

A Store data
B Perform calculations
C Manage memory
D Control operations

Which type of memory is directly accessed by the CPU for execution of instructions?

A RAM
B Cache
C ROM
D SSD

What is the function of a memory cache in a computer system?

A Store instructions only
B Handle input/output operations
C Speed up data access
D Store permanent data

In Von Neumann Architecture, what does the CPU fetch from memory?

A Data only
B I/O commands
C Instructions only
D Instructions and data

What is a key characteristic of the Harvard Architecture?

A Faster execution of instructions
B Complex instruction set
C Separate memory for instructions and data
D Single memory for instructions and data

What is the primary advantage of superscalar processing?

A Parallel execution of instructions
B Increased memory capacity
C Simple instruction set
D Lower power consumption

What does the term “bus” refer to in a computer system?

A Input device
B Communication pathway
C Power supply
D Data storage unit

What is the primary function of the Control Unit (CU) in a CPU?

A Execute program instructions
B Perform arithmetic operations
C Manage data flow
D Store temporary data

Which type of memory is considered non-volatile?

A Cache
B RAM
C Register
D Hard Drive

Which of the following is true about RISC processors?

A Use few instructions
B Complex instruction set
C Higher power consumption
D Require more memory

What does the term “virtual memory” allow a system to do?

A Increase CPU speed
B Optimize input/output
C Simulate more RAM
D Access hard drive data

What is the function of the interrupt mechanism in a computer system?

A Handle error messages
B Store data
C Control program flow
D Pause current task for higher priority

Which of the following is a feature of multi-core processors?

A Multiple cores for parallel tasks
B Limited clock speed
C Shared memory
D Single processing unit

What is the role of a register in the CPU?

A Control data flow
B Store temporary data
C Store instructions
D Process data

What does the instruction set architecture (ISA) define?

A Memory organization
B CPU components
C The set of instructions for the CPU
D Bus structure