Computer Organization and Architecture (Part-2)

Which component controls the execution of instructions in a CPU?

A Registers
B RAM
C CU
D ALU

Which of the following is an example of a CISC architecture?

A ARM
B MIPS
C RISC-V
D Intel x86

What is the function of registers in a CPU?

A Store temporary data
B Store data permanently
C Control data flow
D Perform arithmetic operations

Which of these is the primary function of the ALU?

A Fetch instructions
B Perform arithmetic and logic operations
C Store data
D Control data flow

In the Von Neumann architecture, where are both data and instructions stored?

A In separate memory units
B In the CPU
C In a single memory unit
D In the control unit

What does pipelining improve in computer architecture?

A Instruction throughput
B Memory speed
C Clock speed
D Data transfer rate

Which of the following is NOT a feature of RISC architecture?

A Large number of registers
B Few instructions
C Simple addressing modes
D Complex instructions

Which memory hierarchy is the fastest?

A SSD
B RAM
C Cache Memory
D Hard Drive

What is the primary benefit of Direct Memory Access (DMA)?

A Reduces CPU load
B Stores data
C Increases CPU speed
D Manages memory

What does virtual memory allow a system to do?

A Store data permanently
B Execute programs without physical RAM
C Increase CPU clock speed
D Manage hard drive data

What is the function of a bus in a computer system?

A Process instructions
B Store data
C Transfer data between components
D Perform arithmetic operations

Which of these is an example of non-volatile memory?

A Cache
B Register
C RAM
D Hard Drive

In memory management, what is segmentation?

A Dividing memory into variable-size blocks
B Dividing memory into pages
C Storing memory on disk
D Combining memory blocks

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

A Single processing unit
B Single memory access
C Multiple processing units on one chip
D Increased power consumption

Which component manages the interaction between hardware and software in a computer system?

A Memory
B Operating System
C Input/Output Devices
D CPU