441. By whom address of external function in the assembly source file supplied by ____________ when activated:
Correct answer: (B)
Linker
442. An ____________-o option is used for:
Correct answer: (C)
Output file
443. The assembler translates ismorphically ____________ mapping from mnemonic in these statements to machine instructions:
Correct answer: (A)
1:1
444. Assembler works in ____________ phases:
Correct answer: (C)
2
445. The assembler in first pass reads the program to collect symbols defined with offsets in a table____________:
Correct answer: (B)
Symbol table
446. In second pass, assembler creates ____________ in binary format for every instruction in program and then refers to the symbol table to giving every symbol an ____________ relating the segment.
Correct answer: (C)
Code and offset
447. which of the 2 files are created by the assembler:
Correct answer: (A)
List and object file
448. In which code is object file is coded:
Correct answer: (D)
Binary code
449. which type of errors are detected by the assembler:
Correct answer: (A)
syntax error
450. MOVE AX BX in this LINES OF CODE what type of error is declared:
Correct answer: (A)
Undeclared identifier MOVE