Appearance
Processor Architecture and Design - Practice Test 1
Section A - Short Objective Questions
- Define stored-program concept.
- What is the role of the control unit?
- Name the three types of buses in a computer system.
- What is a cache hit?
- Expand ISA.
- What is a hazard in pipelining?
Section B - Short Problems
- State the AMAT formula.
- Differentiate SRAM and DRAM in one line each.
- List any four components of the CPU or system unit.
Section C - Long Answer
- Explain the instruction cycle and the role of the PC.
- Compare RISC and CISC.
Answer Key
- Instructions and data are stored in the same memory.
- It generates control signals and sequences execution.
- Data bus, address bus, control bus.
- Data is found in cache.
- Instruction Set Architecture.
- A condition that prevents ideal pipeline flow, such as structural, data, or control conflict.
AMAT = Hit time + Miss rate x Miss penalty- SRAM is faster and no refresh; DRAM is slower and needs refresh.
- Any four: CPU, memory, I/O devices, buses, chipset, registers, ALU, control unit.
- Fetch, decode, execute, write-back; PC points to the next instruction and updates as instructions complete.
- RISC uses simple, fixed instructions and load-store design; CISC uses more complex instructions and richer addressing modes.