0% found this document useful (0 votes)
28 views2 pages

Enc Encoded Zq0A7gpVYIdYE5DG0AgYhHFRzMpYLXyaPfvUqU7uXKVMfbK 0wtdL AJMg

This document outlines the examination structure for the B.Tech course in Computer Architecture and Organisation for the 5th semester, including the total number of pages, course details, and examination instructions. It specifies the types of questions to be answered, including compulsory and optional questions across different parts. The document also includes a variety of topics related to computer architecture, such as instruction cycles, memory types, data transfer modes, and cache memory.
Copyright
© © All Rights Reserved
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)
28 views2 pages

Enc Encoded Zq0A7gpVYIdYE5DG0AgYhHFRzMpYLXyaPfvUqU7uXKVMfbK 0wtdL AJMg

This document outlines the examination structure for the B.Tech course in Computer Architecture and Organisation for the 5th semester, including the total number of pages, course details, and examination instructions. It specifies the types of questions to be answered, including compulsory and optional questions across different parts. The document also includes a variety of topics related to computer architecture, such as instruction cycles, memory types, data transfer modes, and cache memory.
Copyright
© © All Rights Reserved
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/ 2

Registration No:

Total Number of Pages: 02 Course: B.Tech


Sub_Code: REC5D002

-- 1
02 4
5th Semester Regular / Back Examination: 2023-24
SUBJECT: Computer Architecture and Organisation
1/ 2
BRANCH(S): ECE, ETC

0 4 /0
Time: 3 Hour

09 - Max Marks: 100


Q.Code : N264
1
Answer Question No.1 (Part-1) which is compulsory, any eight from Part-II and any two
from Part-III.
The figures in the right hand margin indicate marks.
- - 1
Q1
2 0 24
Answer the following questions:
Part-I
(2 x 10)
a)
01 /
What is an instruction cycle? Write the phases of Instruction cycle.
b) 4 /
Why is RTL preferred for describing internal organization of digital computers?
0
c)
10 9-
Differentiate between static RAM and Dynamic RAM.
1
d)
4 --
Register A holds the binary values 10011101. What is the register value after
arithmetic shift right? Starting from the initial number 10011101, determine the
02
register value after arithmetic shift left, and state whether there is an overflow.
2
e) 1/
How many 128 X 8 memory chips are needed to provide a memory capacity of
4096 X 16?
0 4 /0
-
What are the advantages and disadvantages of Associative memory?

109
f)
g) Differentiate between Synchronous and Asynchronous modes of data transfer.
h) What is interrupt? Give the steps for handling interrupt.
i)
-- 1
Find (1001101 – 10101001) using 2’s complement.
j)
02 4
Draw the neat diagram of a 4-bit ripple carry adder using full adder.

0 1 /2 Part-II
Q2 /
Only Focused-Short Answer Type Questions- (Answer Any Eight out of
04
(6 × 8)
Twelve)
0 9 -
a) State and explain any six addressing modes with suitable example.
1 -- 1
Explain with the help of flow diagram how an instruction is fetched, decoded, and
b)
2 4
executed?
4 --1 / 2 0
What is CISC? How it is different from RISC? Explain the characteristics of RISC
2
c)
20
and CISC architecture. /0 1
d)1/ 0 4
4/ 0 -
A digital computer has a common bus system for 8 registers of 16 bit each. The

9 - 0 bus is constructed using multiplexers.


109
I. How many select input are there in each multiplexer?
10 II. What is the size of multiplexers needed?
III. How many multiplexers are there in the bus?
e) Describe the purpose of subroutine in a program. Write a program which moves a
block of data from one location to another.
f) Minimize the following Boolean function using K-map.
F(A, B, C, D) = Σm(0, 1, 3, 5, 7, 8, 9, 11, 13, 15)
g) Computer employs RAM chips of 256 x 8 and ROM chips of 1024 x 8. The
computer system needs 2K bytes of RAM, 4K bytes of ROM, and four interface
- 1
units, each with four registers. A memory mapped I/O Configuration is used. The
-
02 4
two highest-order bits of the address bus are assigned 00 for RAM, 01 for ROM,
10 for interface registers.
1/ 2
4 /0
(i) How many RAM and ROM chips are needed?
(ii) Draw a memory-address map for the system.
0
09 -
(iii) Give the address range in hexadecimal for RAM, ROM, and interface.
h)
i)
1
Explain in detail multiple bus organization with a neat diagram.
List the differences between hardwired and micro programmed control unit. Write
the sequence of control steps for the following instruction for single bus
architecture.
- - 1
j)
R1 ← R2* (R3)
0 24
How is the Virtual address mapped into physical address? What are the different
2
01 /
methods of writing into cache?
k)
4 /
The logical address space in a computer system consists of 128 segments. Each
0
10 9-
segment can have up to 32 pages of 4K words each. Physical memory consists of
1
4K blocks of 4K words each. Formulate the logical and physical address formats.
l)
4 --
What are the different methods of asynchronous data transfer? Explain in detail.

2 02
Part-III
1 /
0Any Two out of Four)
Only Long Answer Type Questions (Answer
0 4 /
Q3
9 -
Write a program to evaluate the arithmetic statement: (16)

10 with three operand instructions


X = A * (B + C) + D / E * F + G
1. Using a general register computer
2. Using a general register computer with two operand instructions

-- 1
3. Using an accumulator type computer with one operand instructions

instructions)
02 4
4. Using a stack organized computer with zero address instructions (stack

0 1 /2
Do not modify the values of A, B, C, D, E, F or G. Use a temporary location T to
store the intermediate results if is necessary.
04 /
Q4
0 9 -
Design hardware for signed magnitude addition and subtraction. Show the (16)
1
(+13) X (–16) are multiplied.
2 4 --1
multiplication process using Booth algorithm, when the following binary numbers,

Classify4
2 --1
and describe the possible modes of data transfer to /and
0
2 from peripherals.
Q5
2 0 how DMA bypasses CPU and speeds up the4/memory
Elaborate
1
0 operation? With a (16)

0 1 /
neat schematic, Explain about DMA controller and
- 0
its mode of data transfer.
/
0Q64 What is Locality of Reference? Explain about 9 memory in detail. Illustrate the
9 - 10Cache (16)

1 0 mapping process involved in transformation of data from main to Cache memory.


A computer has a 4 GByte memory with 32 bit word sizes. Each block of memory
stores 32 words. The computer has a direct-mapped cache of 64 blocks. The
computer uses word level addressing. What is the address format? If we change
the cache to an 8-way set associative cache, what is the new address format?

You might also like