Coa QB
Coa QB
Part -A
7. If 32-bits are used to address a memory location, what is the maximum size of that
memory?
8. Generate the control sequence for the instruction Move R1,R2 in processor with single
bus organization and multiple bus organization.
16. What is the disadvantage of an n-bit ripple-carry adder for which carry-look ahead
circuit is required?
17. There are two Modes of DMA. What are those? Briefly explain each.
18. Differentiate between multiple bus organization and single bus organization?
27. Utilize the Booth’s Algorithm Recoding Table, to recode the sequence of (10110111)2
29. Outline the control sequence for the instruction ADD R1, R2, R3 in Single Bus
architecture.
Part - B
4. Frame the instructions to evaluate the expression E=(A+B)/(C+D) in Three address, Two
address and one address instruction.
5. Explain the following addressing modes – i) Absolute Mode ii) Index Mode iii) Base with
Index Mode iv)Auto-increment Mode v) Relative Mode.
6. Perform the division of 14÷3 using the Integer Restoring division method
9. Design a DMA interface and explain its working with a suitable diagram
10. Register R1 and R2 of computer holds the value 3200 and 4600 respectively.
Find the effective address of the source operand in each of the following
instructions? (Assume 64-bit word length and each are individual
instructions)
i. Load 20(R1), R2
ii. Subtract (R1) +, R5
iii. Add – (R2), R5
iv. Store 30(R1,R2), (R5)
Move R1, R5
11. Explain interrupt-driven I/O communication and the role of ISR to solve the
interrupts.
12. Suppose the main memory consists of 512 blocks of 8 words each and cache
consists of 64 blocks. How many bits are required for the main memory
address? How many bits are there in each of Tag, block/set and word fields for
Direct, Associative, and Set- Associative mapping techniques? (Note: There are
4 cache blocks in each set).
13. Illustrate single-bus organization with a neat diagram. Generate and explain
the control sequence for execution of complete instruction [Add R4,R5] in
single- bus organization.
14. Illustrate the concept of pipelining and explain the different types of hazards
in pipelining.
16. How is the performance increased by using pipelining concept? What are the
possible hazards in pipelining. Explain.