DDCO Assignment
DDCO Assignment
Estd: 1986
Module -3
Q. Questions COs
Bloom’s
Page | 1
SJCIT Question Bank
No. LL
1 Explain Byte Addressability, Big-Endian and Little-Endian assignment.
And solve following problem. Consider a computer has byte addressable CO3
memory organized in 32 bit words according to the big endian scheme. A
program reads ASCII character entered at a keyboard and store them in L3
successive byte location starting at location 1000.show the contents of the
two memory words at location 1000 and 1004 after the name
“Johnson”has been entered
(ASCII code J=4AH,o=6FH,h=68Hn=6EH,s=73)
2 Mention four types of operations to be performed by instructions in a
computer. Explain with basic types of instruction formats to carry out L3 CO3
R=A*B +C*D
instruction
a) Load 20(R1),R5 b) Move #3000,R5
c) Store R5,30(R1,R2) d) Add -(R2),R5
e) Subtract (R1)+,R5
5 Analyze the concept of program execution in straight line sequence and L4 CO3
branching with help of suitable program
Page | 2