0% found this document useful (0 votes)
74 views4 pages

Assignment 1 CAP 208: Part-A

The document is an assignment submission for an introduction to computer organization and architecture course. It contains the student's answers to several questions. The questions cover topics like: 1) performing a series of bit shift operations on a value in register R. 2) explaining multiplexers and demultiplexers. 3) explaining bus transfers and memory. 4) demonstrating binary incrementation with an example. 5) using addition and bitwise operations to change the value in register A to given values. 6) determining the micro operations for given 14-bit control words.

Uploaded by

Preet Arora
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 DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
74 views4 pages

Assignment 1 CAP 208: Part-A

The document is an assignment submission for an introduction to computer organization and architecture course. It contains the student's answers to several questions. The questions cover topics like: 1) performing a series of bit shift operations on a value in register R. 2) explaining multiplexers and demultiplexers. 3) explaining bus transfers and memory. 4) demonstrating binary incrementation with an example. 5) using addition and bitwise operations to change the value in register A to given values. 6) determining the micro operations for given 14-bit control words.

Uploaded by

Preet Arora
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 DOC, PDF, TXT or read online on Scribd
You are on page 1/ 4

Assignment 1

CAP 208

Introduction to Computer organization


And Architecture
Submitted By: Submitted To:

Amit Arora Anjilee Verma

B29

D3901

11000521

Part-A
Q1. Starting from initial value of R=11011011, determine the sequence of binary
values in R after a logic shift left followed by circular shift right, followed by a
logical shift right and a circular shift

Ans :

Initial value of R= 11011101


Logical Shift left=10111010
Circular shift right=01011101
Logical shift right=00101110
Circular right shift=01011100

Q2. What are Multiplexer and Demultiplexers? Construct a 64-to-1 multiplexer


using 4 x 1 MUX.

Q3. Explain Bus and memory transfers – three state bus buffers

Part-B

Q4. Explain the working of Binary incrementer by taking a suitable example.


Q5. 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 in A to (a)
01101101 (b) 11111101

Ans : Using 01101101

A 11011001

B 10110100

A A+B 01101101

Using 1111101

A 11011001

B 11111101

A Av B 11111101

Q6. Determine the micro operation that will be executed in the processor when
following 14 bit control words are applied

(a) 00101001100101

(b) 00000000000000

1) 00101001100101

SelA selb seld opr


r1 r2 r3 sub

Micro operation = r3 r1 – r2
2)00000000000000

SelA sel b seld opr

Input input none tsfa

Micro operation

Output input

You might also like