0% found this document useful (0 votes)
35 views1 page

Fifth Week

This document contains 6 questions related to digital circuits and microprocessor architecture. Question 1 asks about the bus architecture for transferring data between 16 32-bit registers. Question 2 asks to draw a block diagram for a register transfer statement. Question 3 asks to represent a conditional control statement using register transfer statements. Question 4 asks to design a 4-bit decrementer circuit. Questions 5-6 ask to determine register values after performing logic and arithmetic operations.

Uploaded by

Rohit Saxena
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
35 views1 page

Fifth Week

This document contains 6 questions related to digital circuits and microprocessor architecture. Question 1 asks about the bus architecture for transferring data between 16 32-bit registers. Question 2 asks to draw a block diagram for a register transfer statement. Question 3 asks to represent a conditional control statement using register transfer statements. Question 4 asks to design a 4-bit decrementer circuit. Questions 5-6 ask to determine register values after performing logic and arithmetic operations.

Uploaded by

Rohit Saxena
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Fifth Week

Tutorial Sheet no. 4 1. A digital computer has a common bus system for 16 registers of 32 bit each. The bus is constructed with multiplexers a. How many selection inputs are there in each multiplexer? b. What size of multiplexers are needed? c. How many multiplexers are there in the bus? 2. Show the block diagram of the hardware that implements the following register transfer statement: : 3. Represent the following conditional control statement by two register transfer statements with control functions If (P=1) then ( ) else if (Q=1) then ( )

4. Design a 4-bit combinational circuit decrementer using four full-adder circuits. 5. Register A holds the 8-bit binary 11011001. Determine the B operand and the logic micro-operation to be performed in order to change the value of A to a. 01101101 b. 11111101 6. The 8-bit registers AR, BR, CR, and DR initially have the following values: AR=11110010 BR=11111111 CR=10111001 DR=11101010 Determine the 8-bit values in each register after the execution of the following sequence of micro-operations. AR AR+BR CR CR^DR,BR BR+1 AR AR-CR

You might also like