CO Questions
CO Questions
UNIT-2
3. a) Show the logic diagram of Carry look ahead adder and explain how the carry
generation delay can be reduced.
3M
b) Show the step by step multiplication process using booth’s algorithm when the
following binary numbers are multiplied. Assume 5-bit registers that hold signed
numbers. The multiplicand in both cases is +15.
i) (+15) X (+13) ii) (+15) X (-13) 5M
OR
4. a) Draw the flow chart of Restoring division method. Perform the division 13÷3.
b) Draw the flowchart and explain r floating point addition and subtraction method.
UNIT-3
OR
6. a) Discuss the concept of address sequencing in microprogrammed control environment
with neat sketches.
b) Distinguish the features of Control Processing Units(CPUs) and Graphics Processing
Units(GPUs)
UNIT-4
7. a) Explain the memory hierarchy in detail.
b) Explain various memory mapping techniques that are used for Associative memory.
OR
8. a) Explain any two mapping techniques in Cache memory.
3M
b) A virtual memory has a page size of 1K words. There are eight pages and four
blocks. The associative memory page table contains the following entries.
5M
Page Block
0 3
1 1
4 2
6 0
Make a list of all virtual addresses (in decimal) that will cause a page fault if used by
the CPU.
UNIT-5
9. a) Explain the Modes of I/O Data Transfer
b) What are the software interrupts. How CPU is going to handle these interrupts?
OR
10. a) How the Exceptions and Interrupts are defined? What to do when an exception or
interrupt occurs.
b) Discuss in detail about the DMA Controller with neat sketches.
UNIT-6
OR
12. a) Explain RISC pipeline vector processing.
b) Discuss the concept of array processors.
1. a) Give the various improvements that have taken place in the chip organization in and
Architecture.
b) What is a Bus? Construct a Bus System for four registers.
OR
2. a) List all the Arithmetic Microoperations along with their description. Construct a 4-bit
arithmetic Circuit.
b) Construct an Arithmetic Logic Shift Unit.
OR
4. a) Explain the control of registers in the design of computer? List out supporting functions and
micro operations.
b) Explain different types of instruction formats.
9. Write about
a. Attached Array Processor
b. SIMD Array Processor.
OR
Draw the hardware for signed 2’s complement addition and subtraction