Questions and CORRECT Answers
High-Level Language Statement - CORRECT ANSWER - A statement in a high-level
programming language (like C) that is typically represented by several assembly instructions.
Assembly Instruction - CORRECT ANSWER - A symbolic representation of a machine
instruction.
Machine Instruction - CORRECT ANSWER - A set of bits representing a basic operation
that a machine can perform.
Instruction Set - CORRECT ANSWER - The set of possible machine instructions for a
specific machine.
Compiler - CORRECT ANSWER - A tool that translates high-level language programs
into assembly language programs.
Assembler - CORRECT ANSWER - A tool that converts assembly language programs
into binary machine language programs.
Binary Machine Language Program - CORRECT ANSWER - A program written in binary
code that is directly executable by the machine.
Assembly Language Program - CORRECT ANSWER - A program written in assembly
language, which is a more human-readable form of machine code.
Directives - CORRECT ANSWER - Commands in assembly language that instruct the
assembler to perform specific actions, such as defining data or switching segments.