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

COA

UNIT-4

CHAPTER-5

1. If contents are as follows:


BX = 1023H
DS = 23140H
What will be the effective address of following instruction ?
MOV[BX + 110], AL
a. 15460H
b. 25263H
c. 36482H
d. None of these
2. What is the addressing mode in following instruction:
MOV [BX][SI], AL
a. Based Indexed Addressing Mode
b. Register Indirect Addressing Mode
c. Direct Memory Addressing Mode
d. Immediate Addressing Mode
3. What type is the instruction: JMP ?
a. Data transfer instruction
b. Arithmetic and logic instruction
c. Control transfer instruction
d. None of these
4. What are the different data types that an register can store ?
a. Address
b. Integers
c. Characters
d. All of above
5. What is the size of character data type ?
a. 1-bit
b. 8-bits c. 16-bits d.32-bits

You might also like