

MCQOPTIONS
Saved Bookmarks
This section includes 10 Mcqs, each offering curated multiple-choice questions to sharpen your Microprocessors knowledge and support exam preparation. Choose a topic below to get started.
1. |
DEBUG.COM_FACILITATES_THE?$ |
A. | debugging |
B. | trouble shooting |
C. | debugging and trouble shooting |
D. | debugging and assembling |
Answer» D. debugging and assembling | |
2. |
DEBUG_is_able_to_troubleshoot_only$ |
A. | .EXE files |
B. | .OBJ files |
C. | .EXE file and .OBJ file |
D. | .EXE flie and .LST file |
Answer» B. .OBJ files | |
3. |
The listing file contain? |
A. | total offset map of a source file |
B. | offset address and labels |
C. | memory allotments for different labels |
D. | all of the mentioned |
Answer» E. | |
4. |
The extension file that is must for a file to be accepted by the LINK as a valid object file is |
A. | .OBJ file |
B. | .EXE file |
C. | .MASM file |
D. | DEBUG file |
Answer» B. .EXE file | |
5. |
The listing file is identified by |
A. | source file name |
B. | extension .LSF |
C. | source file name and an extension .LSF |
D. | source file name and an extension .LST |
Answer» E. | |
6. |
The directory that is under work must have the files that are related to |
A. | Norton’s editor |
B. | Assembler |
C. | Linker |
D. | All of the mentioned |
Answer» E. | |
7. |
The extension that is essential for every assembly level program is |
A. | .ASP |
B. | .ALP |
C. | .ASM |
D. | .PGM |
Answer» D. .PGM | |
8. |
The advantages of assembly level programming are |
A. | flexibility of programming is more |
B. | chances of error are less |
C. | debugging is easy |
D. | all of the mentioned |
Answer» E. | |
9. |
The coded object modules of the program to be assembled are present in |
A. | .ASM file |
B. | .OBJ file |
C. | .EXE file |
D. | .OBJECT file |
Answer» C. .EXE file | |
10. |
The disadvantage of machine level programming is |
A. | time consuming |
B. | chances of error are more |
C. | debugging is difficult |
D. | all of the mentioned |
Answer» E. | |