0% found this document useful (0 votes)
43 views

Assignment 1

This document contains 10 questions across 5 units related to computer organization and architecture. The questions cover topics such as bus systems, addressing modes, Booth's multiplication algorithm, floating point representation, control unit design, arithmetic expressions, memory addressing, RAM chip design, asynchronous data transfer, and computer buses. The questions are from previous years' assignments of KIET Group of Institutions' Department of Computer Science course KCS302.
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
43 views

Assignment 1

This document contains 10 questions across 5 units related to computer organization and architecture. The questions cover topics such as bus systems, addressing modes, Booth's multiplication algorithm, floating point representation, control unit design, arithmetic expressions, memory addressing, RAM chip design, asynchronous data transfer, and computer buses. The questions are from previous years' assignments of KIET Group of Institutions' Department of Computer Science course KCS302.
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

KIET GROUP OF INSTITUTIONS

Department of Computer Science


KCS302: Computer Organization and Architecture
Assignment-1
Unit -I
1. A digital computer has a common bus system for 8 registers of 16 bit each. The bus is
constructed using multiplexers. (AKTU 2021-22)
(i.) How many select input are there in each multiplexer?
(ii.) What is the size of multiplexers needed?
(iii.) How many multiplexers are there in the bus?

2. 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
(ii) Immediate (iii) Relative (iv) Register indirect (v) Index with R1 as index register.
(AKTU 2020-21)
Unit- II
3. Show the systematic multiplication process of (-15) × (-16) using Booth’s Algorithm.
(AKTU 2022-23)

4. Explain IEEE standard for floating point representation. Represent the number
(-1460.125)10 in single precision and double precision format.
(AKTU 2020-21)

Unit-III
5. List the differences between hardwired and micro programmed control in tabular
format. Write the sequence of control steps for the following instruction for single bus
architecture. R1  R2 * (R3) (AKTU 2021-22)

6. Write a program to evaluate the arithmetic statement.


P = ((X − 𝑌 + 𝑍) ∗ (A ^ B))/( C ^ D ∗ E)
By using (i) Two address instructions (ii) One address instructions (iii) Zero address
instructions. (AKTU 2022-23)

Unit-IV
7. The logical address space in a computer system consists of 128 segments. Each
segment can have up to 32 pages of 4K words each. Physical memory consists of 4K
blocks of 4K words each. Formulate the logical and physical address formats.
(AKTU 2021-22)

8. RAM chip 4096 x 8 bits has two enable lines. How many pins needed for the
integrated circuits package? Draw a block diagram and label all input and outputs of
the RAM. What is main features of random-access memory?
(AKTU 2019-20)
KIET GROUP OF INSTITUTIONS
Department of Computer Science
KCS302: Computer Organization and Architecture
Assignment-1

Unit-V

9. Describe asynchronous data transfer? Explain Strobe control and Handshaking


mechanism. (AKTU 2020-21)

10. Explain how the computer buses can be used to communicate with memory and I/O.
Also draw the block diagram for CPU-IOP communication. (AKTU 2021-22)

You might also like