Latest Study Solutions Real Tests
In the compilation process, the ______ arranges the symbol table in memory and generates final executable
machine code. ANS Backend
Select which of the following are part of the compilation process: ANS Lexical Analysis
Syntax Analysis
Optimization
Linking
Code Generation
In the compilation process, the ______ performs program analysis and optimization. ANS Middle Stage
Which of the follow best matches the definition for Syntax Analysis? ANS Performs syntax rules checking
and constructs a symbol table and abstract syntax tree.
Which of the follow best matches the definition for Lexical Analysis? ANS Separates the input source code
text into tokens.
Which of the follow best matches the function of the Middle Stage in the compilation process? ANS
Performs program analysis and optimization.
In the compilation process, the ______ separates the input source code text into tokens. ANS Lexical
Analyzer (lexer)
A computer consists of five major modules. What module do registers belong to? ANS Data Path
The ______ of the CPU stores a small number of pieces of information, commonly the temporary results of
calculations. ANS Registers
Which of the following best matches the definition of the Bus? ANS Carries data between the ALU,
registers, memory, and peripherals.
, The ______ of the CPU acts as an interface between the processor and the outside world, including long-term
storage and user interfaces. ANS IO / Peripherals
A computer consists of five major modules. What module does ALU belong to? ANS Data Path
If two computers made by different companies have the same machine language, that means they have the
same: ANS Architecture
Which of the following best matches the definition of the Datapath? ANS Contains the ALU and Registers,
and the interconnection between them.
The ______ of the CPU carries data between the ALU, registers, memory, and peripherals. ANS Bus
The ______ of the CPU contains the ALU and Registers, and the interconnection between them. ANS
Datapath
Which of the following best matches the definition of the Control Unit? ANS Coordinates the flow of
information around the processor.
The ______ of the CPU stores a small number of pieces of information, commonly the temporary results of
calculations. ANS Registers
Instruction cycle ANS fetch, decode, execute, store
Decode Hardware ANS Data Memory
Control Unit
Fetch Hardware ANS Instruction Memory
Program Counter
Execute Hardware ANS ALU