CAO - Imp Que (2023)

Download as pdf or txt
Download as pdf or txt
You are on page 1of 4

PRIYADARSHINI COLLEGE OF ENGINEERING, NAGPUR

DEPARTMENT OF COMPUTER TECHNOLOGY


SEESION ( 2023 -24) (ODD)
Unit-wise Important Questions

Subject: CAO Sem/Section: III/A&B

Unit : I ,II,III,IV,V
CO1 Explain and illustrate basic functional units, operational concepts of a computer system and apply assembly
language programming.
CO2 Illustrate various instruction formats and interpret axecution of complete instruction in the processing unit,
control unit and sequencing.
CO3 Analyze and apply logic circuits for implementing arithmetic operation.

CO4 Compare and analyze various memory system including semiconductors, ROM,RAM, Cache and Virtual Memory.

CO5 Explain computer peripherals, classify advance processor and Processor families system.

Questions Marks Mapping


with
COs
UNIT I

a) Discuss the parameter passing and subroutine linkage Methods.


5M CO1
1 b) Explain following addressing modes in detail with suitable example.
7M
i) Indirect ii)Index iii) Relative iv) Auto Inc / Dec

a) Explain functional units of computer system. 5M CO1


2
b) Define software. What are the different types of software. Explain with example. 7M

a) Differentiate big endian and little endian with example. 5M CO1


3
b) What are subroutine? Explain the execution sequence of nested subroutine. 7M

a) Explain subroutine linkage. 5M CO1


4
b) Explain single bus and three bus CPU structure. 7M

a) Write and explain the control sequence for an unconditional Branch instruction.
5M CO1
5 b) Explain straight line sequencing in detail. What is the function of MAR, MDR,
7M
ALU?
a) What is the drawback of Link register in subroutine linkage? How is it removed? 5M CO1
6
b) Explain the role of stack in subroutine call implementation with example. 7M
UNIT II
a)Explain different instruction formats of IBM - 360 / 370.
b)Write control sequence execution of instruction "ADD contents of memory location
4M CO2
1 addressed in absolute mode to register R". Identify all the actions required for
8M
execution
of above instruction.
a)Explain the limitations of short word length machines.
b)What is horizontal and vertical μ-instruction format? Explain grouping of control 5M CO2
2
signals 7M
with suitable example.

a)Explain the function of microprogram control unit. 4M CO2


3
b)Write a control sequence for execution of ADD (R1), R2. 8M
CO2
a)Explain Emulation.
5M
4 b)Write down the control sequence for fetching a word from memory using single bus
7M
organization.

a) Write and explain the control sequence for execution of complete instruction. 8M CO2
5
b) Explain the various branching techniques used in microprogramming. 4M

a)Explain following i)Bit slice technique ii)Micro Instruction.


b)Explain the difference between hardwired control unit and microprogrammed control
unit 6M CO2
6
with neat diagram. Is it possible to have hardwired control associated with a 7M
control
memory

a)Write short note on Micro instruction with next address field. 6M CO2
7
b)Write control sequence for execution of SUB ( R1 ) +, 1000 . 7M

a)Explain the limitations of short word length machines. 7M


8 CO2
b)List out applications of microprogramming. 5M
UNIT III

a)What are guard bits? State their necessity. How they are removed? 5M CO3
1
b)Multiply 47x (-3) using Booth's multiplication. 5M

a)Explain how Booth's algorithm different from bit pair recording method. 5M CO3
2
b)Solve the following using Booth's algorithm.13 x (– 6) 5M

a)Explain the design of fast adders. 5M CO3


3
b)Divide 28 by 8 using Restoring method. 5M

a)Solve −13 * 11 using Booth's algorithm.


5M
b)Represent the decimal values 26, –37, 497, and –123 as signed, 10 bit numbers in CO3
4 5M
the
following binary formats.i) Sign & Magnitude.ii) 2's complement.iii)1st complement
a) What are guard bits? State their necessity. How they are removed? 5M CO3
5
b) Perform 17/3 integer division by using restoring and non-restoring division algorithm. 7M

a) Solve 1010 DIV 0101 using non - restoring division algorithm. 5M CO3
6
b) Write short note on how arithmetic operations are performed in floating point numbers. 5M

a) Explain the design of Fast adders.


b) Multiply following pair of signed 2's complement number using Booths algorithm and bit 5M CO3
7
pair recording technique. A = 010111, B = 110110 where A is multiplicand & B is multiplier. 5M

a) Multiply 47x (-3) using Booth's multiplication. 5M


CO3
8 b) Represent 1365.125 in IEEE single & Double precision format. 5M
c) Divide 38 by 7 using non - restoring division method. 3M
UNIT 4

a) Explain how virtual address is translated into physical address in virtual memory
technique. 4M CO4
1
b) Draw and Explain the operation of static DRAM memory cell. 8M

a) Consider a direct mapped cache of size 16 KB with block size of 256 bytes. The size of
main memory is 128 KB. 7M CO4
2
1. Find number of bits in tag 5M
2. Find tag directory size
b) State & Explain ROM types in details

a) Consider a direct mapped cache of size 512 KB with block size 1 KB. There are 7 bits in the
tag. Find- 1)Size of main memory 2)Tag directory size
7M CO4
3
5M
b) Explain with the help of neat sketch the structure of dynamic RAM cell. Also discuss its
advantages over static RAM cell.
a) Consider a direct mapped cache with block size 4 KB. The size of main memory is 16 GB
and there are 10 bits in the tag. Find-1)Size of cache memory 2)Tag directory size
CO4
b) With respect to cache memory explain the following. 7M
4
5M
i) Locality of referenceiii) Write-back or copy-back protocol iii) Write-through protocol

iv) Load-through (Or early restart).v)Dirty or modified bit

a) Explain the various mapping techniques used in Cache memory along with their
7M CO4
5 advantages & disadvantages.
5M
b) Differentiate between RAM and ROM.

a) Explain how virtual address is translated into physical address in virtual memory 7M
CO4
6 technique. 6M

b) Draw and Explain the operation of static DRAM memory cell.


a) Explain Page table & memory mapping technique.
6M CO4
7 b) What is virtual memory? With suitable diagram explain how logical address is converted
7M
to physical address.
a) Design 4m * 32 memory using 512k *8 static memory chip. 5M
8 b) What is memory interleaving? Explain whether speed of execution is improved with its CO4
7M
use.
UNIT 5

a) Explain different families of microprocessor chips. 5M CO5


1
b) Write short note on online storage and file services. 7M

Write short note any four. CO5


2 12M
i) Vector processor ii) Data Dependency.iii) Flynn's classification.iv)Interrupt service Routine.

a) Compare RISC with CISC. 5M CO5


3
7M
b) State & Explain different input & output devices of a computer.
a) Give features of RISC & CISC processor 7M
CO5
4 b) Write short notes any two. 5M
i)Pipelining ii)Data Hazards iii) Tightly Coupled
a) Differentiate between Loosely coupled and tightly coupled system. 5M
5 CO5
b) How the branching is supported by pipeline processor? Explain. 7M

6 a) Write short note on. 12M CO5


i) Array processor.ii) Multicore Architecture.iii) RISC processor.iv) Peripheral devices.

You might also like