COA Question Bank
COA Question Bank
COA Question Bank
Unit-2:
1. With the aid of the logic diagram of a sequential multiplier and demonstrate
multiplication of 22 and 29 in the multiplier.
2. Construct the Booth recoded multiplier for the multiplier ‘100101’
3. Demonstrate the subtraction in a Ripple Carry Adder/Subtractor
4. Compute the product of 14 and -11 using Booth algorithm.
5. With a neat block diagram explain the working of addition and subtraction.
(Using only one circuit)
6. Write an ALP to perform multiplication of a 4-bit unsigned number (1010) by
2 without using MUL instruction.
7. Demonstrate the working of multiplication of 2 unsigned binary numbers with
the help of a circuit.
8. Compute the product of 11 and -13 using Booth algorithm.
9. Demonstrate the Multiplication operation of 17 and 23 using Bit pair recoded
multiplier algorithm.
10. Demonstrate the Division operation of 19/4 using Non-restoring division
Algorithm
11. Demonstrate the Division operation of 22/5 using Restoring division Algorithm.
12. Express (23.29)10 in binary floating-point IEEE 32-bit format (normalized).
13. Convert the multiplier 25 into modified booth multiplier used in multiplication
operation.
14. Demonstrate the Multiplication operation of 13 and -11 using Bit Pair
Recoding Algorithm
15. Demonstrate the Division operation of 23/3 using Restoring division Algorithm
16. Demonstrate the Division operation of 26/3 using non-Restoring division
Algorithm
17. Express (42.79)10 in binary floating-point IEEE 64-bit format (normalized).
18. Make use of Binary division hardware to demonstrate the division of 23/4
employing restoring division algorithm
19. Apply Bit pair recoding multiplier Algorithm to find the product of +19 and
–26
20. Compute the product of 45 and 50 using a fast adder that adds summands
by saving the carry
21. Show how (19.36)10 can be represented in 64-bit IEEE format.
22. State the advantage of sequential multiplier and give the hard ware
setup for performing multiplication on unsigned numbers.
23. Enumerate the concept of carry look-ahead adder used for fast adder.
24. With the aid of the logic diagram of sequential multiplier and
demonstrate multiplication of 14 and 9 in the multiplier
25. Compute the product of -31 and -28 using Booth algorithm
26. Demonstrate the multiplication operation of 13 and -11 using Bit Pair
Recoding Algorithm
Unit-3:
7. A main memory having 4K blocks and Cache with 128 blocks have to be
mapped using Set associative mapping function. Two adjacent blocks of the
Cache form a set. Detail the mapping function scheme that performs the
mapping task.
8. Show the Organization of 2M X 8 memory organized using memory chips of
size 512K X 8 that can be used for performing 32-bit Read/Write operations
9. List the various mapping functions that map the main memory and Cache.
For a main memory having 4K blocks and Cache with 128 blocks, detail how
the Associative mapping function maps them.
10. Enumerate the process of transferring data directly between main memory
and secondary devices. Detail all the registers involved in the data transfer.
What is its advantage?
11. Outline the memory hierarchy of different types of memory used in a
memory system.
12. Discuss the Virtual memory organization. How is the virtual address
translated into Physical address by the MMU
13. Sketch a Static RAM cell and a Dynamic RAM cell and discuss how Read and
write operations can be performed by the cell?
14. Show the Organization of 32m X 8 memory that uses Synchronous DRAMS.
When do the cells get refreshed?
15. Discuss the Set Associative Mapping function that maps a main memory
having 4K blocks and Cache with 128 blocks and 2 sets per block
16. Outline the organization of 2M X 8 memory that can be built using
Cache with 2 blocks per set and a main memory having 4k blocks.
18. Show the Memory hierarchy of computer memory system
Unit-4: