Font size
WorksheetsSystem Programming & Assemblers
Total questions: 15
Worksheet time: 8mins
Translates low level assembly language mnemonic into machine code
Assembler
Compiler
Interpreter
What is a MNEMONIC?
A single action that can be performed by a computer.
A symbol that represents an instruction in assembly code.
A high level language keyword.
A register used inside a CPU A register used inside a CPU.
Program is translated line by line as the program is running
Assembler
Compiler
Interpreter
Translates source code from high level languages into object code and then into machine code
Assembler
Compiler
Interpreter
Which of the following is NOT a translator?
Assembler
Compiler
Interpreter
Executable
LOAD r2,
ADD r1,
DIV r1, #2
LDA, STA and ADD are examples of
Assembly language mnemonics
Assembly language acronyms
. In a two pass assembler the object code generation is done during the?
Second pass
First pass
Zeroeth pass
Not done by assembler
first
What are the two types of assembler?
compiler
two pass
single pass
interpreter
What kind of code does an assembler take as input?
object code
bytecode
high level program code
assembly language code
machine code
In a two pass assembler where are the labels recorded?
truth table
symbol table
decision table
logic table
Symbol table is created in:
Analysis Phase
Synthesis Phase
Assembly Phase
Linking
