1. | The logic required for implementing a program can be expressed in terms of |
Discuss |
Answer: (c).flowchart and algorithm
|
2. | The operands, source and destination in an instruction cannot be |
Discuss |
Answer: (b).memory location, memory location
|
3. | The instruction that is not possible among the following is |
Discuss |
Answer: (c).MOV 55H, BL
|
4. | Both the operands source and destination of an instruction cannot be |
Discuss |
Answer: (c).register, immediate data
|
5. | The registers that cannot be used as operands for arithmetic and logical instructions are |
Discuss |
Answer: (d).segment registers
|
6. | The operands of an instruction cannot be |
Discuss |
Answer: (b).memory operands and immediate operands
|
7. | The advantages of assembly level programming are |
Discuss |
Answer: (d).all of the mentioned
|
8. | The directory that is under work must have the files that are related to |
Discuss |
Answer: (d).All of the mentioned
|
9. | The listing file is identified by |
Discuss |
Answer: (d).source file name and an extension .LST
|
10. | The extension file that is must for a file to be accepted by the LINK as a valid object file is |
Discuss |
Answer: (a)..OBJ file
|