Define instruction execution cycle.
Computer Architecture and Organization
202422 questions
What is the difference between hardwired and microprogrammed control units?
Explain the principle of locality of reference.
What is a pipeline hazard?
Differentiate between RISC and CISC architectures.
Define hit ratio and miss penalty in cache memory.
What is direct memory access (DMA)?
Describe Amdahl's Law briefly.
What is virtual memory?
What is bus arbitration?
Explain Flynn's taxonomy of computer architecture with suitable examples.
Discuss the various addressing modes used in CPU with examples.
Describe the operation of a set-associative cache mapping technique.
What are data hazards in pipelining? How can they be resolved using operand forwarding?
Write a short note on interrupt-driven I/O vs programmed I/O.
Explain page replacement algorithms like LRU and FIFO.
Discuss IEEE 754 standard for floating-point representation.
Explain the architecture and functioning of a Microprogrammed Control Unit in detail. Mention its advantages over hardwired control.
Discuss memory hierarchy in a modern computer system. Explain how cache memory improves the overall performance.
Explain instruction pipelining in detail. What are the different types of pipeline hazards? Discuss the techniques used to overcome structural and control hazards.
Describe Booth's multiplication algorithm for signed numbers with a suitable example.
Explain various bus arbitration schemes (Daisy chaining, Polling, Independent requesting) in detail.