Computer Organization and Architecture (Part-14)

What does RISC stand for in computer architecture?

A Reduced Instruction Set Computing
B Random Integrated System Computing
C Regular Instruction Set Computing
D Random Instruction Set Computing

Which of the following is an example of an addressing mode?

A I/O
B Control
C Direct
D Memory

What is the main purpose of an interrupt in a computer system?

A Execute a sequence of tasks
B Handle higher‐priority tasks
C Pause the CPU
D Store data

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

A Manage memory
B Fetch instructions
C Control CPU operations
D Transfer data directly between memory and peripherals

Which architecture is known for using complex instructions that can execute multiple operations in one instruction?

A SoC
B CISC
C VLIW
D RISC

What does the Control Unit (CU) in the CPU do?

A Direct operations
B Execute instructions
C Perform calculations
D Fetch data

What is a key feature of multi‐core processors?

A Reduced CPU temperature
B Increased memory speed
C Multiple processing units on one chip
D Increased storage capacity

What does virtual memory allow the operating system to do?

A Speed up data access
B Use physical RAM
C Handle multiple processors
D Access more memory than physically available

What does pipelining in CPU architecture improve?

A Memory access
B Power consumption
C Instruction throughput
D Task division

What is the main advantage of using SSDs over HDDs?

A Faster data access
B Lower cost
C Larger size
D Higher capacity

What is a key benefit of hardware acceleration?

A More flexible processing
B Lower power consumption
C Faster processing for specific tasks
D Increased memory usage

What does an address bus do in a computer system?

A Stores data
B Controls the CPU
C Transfers data
D Carries memory addresses

What is the main function of a GPU in modern computing systems?

A Manage memory
B Render graphics and parallel tasks
C Control input/output
D Perform arithmetic operations

What does the system bus connect in a computer?

A CPU to peripherals
B Memory to storage
C Memory to CPU
D CPU to I/O devices

What does the term “microprogramming” refer to?

A Controlling CPU operations at the machine level
B Designing new hardware components
C Optimizing memory usage
D Writing high‐level software