Coa 2
Coa 2
3. Explain how the mapping from an instruction code to a microinstruction address can
be done by means of a read-only memory. What is the advantage of this method.
4. Consider 9-bits microoperation field, 4 bits branching a 7-bit address field. Design the
microinstruction format for the following operations: ADD, AND, SHR.
6. Consider a CPU address of 20 bits and you are requiring interfacing 6 RAMs and 1 ROM
of 2k*16. Identify the number of address line used and demonstrate it with an interfacing
diagram
8. A cache memory is accessed for 11, 9, 8 hits with reference to 12 instructions. The hit
time is 100ns and the miss time is 300ns. Develop a comparison table for the above three
cases with hit time, miss time, execution time and delay.
9. Describe with a neat diagram, how multiple matched words can be read out from the
associative memory.
10. A digital computer has a memory unit of 64k x16 and a cache memory of 1K words.
The cache uses direct mapping with a block size of four words. How many bits are there
in tag, index, block and word fields of the address format.
11. Discuss about the RAM and ROM chips and the role of chip select in memory
organization.
12. Discuss importance of the cache memory. Consider a cache memory of 512 x12,
implement two way set associative mapping for index 001 tag 01, index 001 tag 02, index
770 tag 02, index 770 tag 00.
13. Explain the concept of programmed I/O and interrupt initiated I/O.
15. Explain with a diagram the data transfer from I/O device to CPU. Determine the
procedure for setting and clearing the flag bit.
16. Discuss in details about DMA operation and role of DMA controller.
17. Distinguish between SISD, MISD, SIMD and MIMD computer architectures for parallel
processing.
18. Consider a four-segment pipeline to complete six tasks and if task requires 1 µsec,
find total clock cycles and speed up ratio of pipeline processing over non pipeline
processing. Implement the space time diagram for pipeline operation.
19. Discuss arithmetic pipeline with an operative diagram for floating point addition and
subtraction.
20. Explain with a flowchart the operation of four segment CPU instruction pipeline.
21. Discuss pipeline processing architecture with a diagram for the operation Ai +Bi +Ci
for i= 1,2,3,….7. Considering three segments find the clock cycles to complete the
operation.
22. Implement the flowchart of booth algorithm for multiplication of signed – 2’s comple
ment numbers. Multiply (-5) and (-7) using booth algorithm.