Assignment1 - CO
Assignment1 - CO
8 Consider a register R1 to size 16-bits with initial data 5876d. With neat 2
diagram, depict the output in each case after performing the following
operations
i) LshiftL #2,R1 ii)AshiftR #1,R1 iii) RotateR #1,R1
9 Define Stack, Explain push & pop operations on stack with neat 2
diagram and examples.
10 With a neat diagram describe program controlled I/O 2
11 Write a routine that packs 2 BCD digits 2
12 Write an assembly language program to find sum of n numbers using 2
assembler directives and autoincrement addressing mode
13 Perform the subtraction on the following pairs of numbers using 5-bit 2
signed 2’s complement format. Determine about overflow in each case
i) +12 and +9 ii) -15 and -9 iii) +10 and -8
14 With a neat diagram explain the internal organization of memory chip 3
15 With a neat diagram explain 1 Transistor dynamic memory cell 3
16 Design 6T SRAM CMOS memory cell and explain read and write 3
operations
17 How do you measure the performance of computer. Explain the basic 1
performance equation
18 With a near diagram explain how OS routine and processor share the 1
processor