Computer Architecture 2075( Old Course)
AI is thinking...
Attempt any two questions:
AI is thinking...
1. Write down the non-restoring division flowchart algorithm and divide 5/3 using non-restoring division.
AI is thinking...
2. Explain the mapping process. Differentiate between direct mapping and associate mapping.
AI is thinking...
3. What is input output interface? Differentiate between Input-output bus and memory bus?
AI is thinking...
Short Questions:
AI is thinking...
Attempt any ten questions:(10 x 6 = 60)
AI is thinking...
4. Explain the error detection codes with example.
AI is thinking...
5. Explain the logic micro instructions with practical example.
AI is thinking...
6. Explain the input-output interrupt with example.
AI is thinking...
7. Differentiate between hardwired control unit and microprogrammed control unit.
Answered by: Ranjit Shrestha
Hardwired Control Unit
1. Hardwired control unit generates the control signals needed for the processor using logic circuits 2. Hardwired control unit is faster when compared to microprogrammed control unit as the required control signals are generated with the help of hardwares 3. Difficult to modify as the control signals that need to be generated are hard wired 4. More costlier as everything has to be realized in terms of logic gates 5. It cannot handle complex instructions as the circuit design for it becomes complex 6. Only limited number of instructions are used due to the hardware implementation 7. Used in computer that makes use of Reduced Instruction Set Computers(RISC)
Microprogrammed Control Unit
1. Micrprogrammed control unit generates the control signals with the help of micro instructions stored in control memory
2. This is slower than the other as micro instructions are used for generating signals here
3.Easy to modify as the modification need to be done only at the instruction level
4.Less costlier than hardwired control as only micro instructions are used for generating control signals
5. It can handle complex instructions
6. Control signals for many instructions can be generated
7.Used in computer that makes use of Complex Instruction Set Computers(CISC)
AI is thinking...
8. Explain the CISC architecture with example.
AI is thinking...
9. Describe the steps of multiplication process using Booth algorithm with example.
AI is thinking...
10. Differentiate between I/O bus and interface modules.
AI is thinking...
11. Differentiate between I/O bus and interface modules.
AI is thinking...
12. What are the major differentiate between Input-output processor (IOP) and direct memory Access (DMA).
AI is thinking...
13. Explain the data transfer instructions with example.
AI is thinking...
14. What are the main characteristics of memory system? Explain.
AI is thinking...
15. What are the main characteristics of memory system? Explain.
AI is thinking...
16. Write short notes on:
(a) Data communication processor
(b) Computer Instructions
AI is thinking...