You are on page 1of 1

Department of Computer Science and Engineering

Shri Ram Murti Smarak College of Engineering, Technology & Research Bareilly

ASSIGNMENT: -02
Subject: Computer Organization & Architecture
Submission date: 04/01/2024
Q1. Design a 4-bit Carry-Look ahead Adder and Explain its operation with an example.
Q2. Describe in detail the different kinds of addressing modes with an example.
Q3. Represent the following decimal number in IEEE standard floating -point format in a
single precision method(32-bit) representation method.
(i) (65.175)10
(ii) (-307.1875)10
Q4. Using Booth algorithm perform the multiplication on the following 6-bit unsigned
integer 10110011*11010101

Q5. An instruction is stored at location 400 with its address field at location 401. The
address field has the value 500. A processor register R1 contains the number 200.
Evaluate the effective address if the addressing mode of the instruction is (i) direct
mode (ii) immediate mode (iii) register indirect mode (iv) index with R1 as index
register
Q6 Evaluate the arithmetic statement
X=A+B*[C*D+E*(F+G)]
(i) Using a stack organized computer with zero address operation instruction.
(ii) Using accumulator based with one address operation instruction.
(iii) Using register based with two address operation instruction.

You might also like