CSE 230 FINAL EXAM QUESTIONS AND
ANSWERS GRADED A+ 2026
In the compilation process, the ______ separates the input source code text into tokens.
Lexical Analyzer (lexer)
Middle Stage
Assembler
Backend
Syntax Analyzer (parser)
Linker - ANS Lexical Analyzer (lexer)
Select which of the following are part of the compilation process:
Debugging
Syntax Analysis
Optimization
Lexical Analysis
Testing
Machine Code Generation
Program Execution - ANS Syntax Analysis
Optimization
Lexical Analysis
Machine Code Generation
@COPYRIGHT 2026/2027 ALLRIGHTS RESERVED 1
,Which of the follow best matches the definition for an Assembler?
Translates assembly language code into machine code.
Performs program analysis and optimization.
Arranges the symbol table in memory and generates final executable machine code.
Combines partial programs and libraries into a single executable.
Separates the input source code text into tokens.
Performs syntax rules checking and constructs a symbol table and abstract syntax tree. -
ANS Translates assembly language code into machine code.
Which of the follow best matches the definition for Syntax Analysis?
Combines partial programs and libraries into a single executable.
Separates the input source code text into tokens.
Performs program analysis and optimization.
Arranges the symbol table in memory and generates final executable machine code.
Performs syntax rules checking and constructs a symbol table and abstract syntax tree.
Translates assembly language code into machine code. - ANS Performs syntax rules checking
and constructs a symbol table and abstract syntax tree.
In the compilation process, the ______ performs program analysis and optimization. -
ANS Middle Stage
Which of the follow best matches the definition for Lexical Analysis?
Combines partial programs and libraries into a single executable.
Separates the input source code text into tokens.
Performs program analysis and optimization.
Arranges the symbol table in memory and generates final executable machine code.
@COPYRIGHT 2026/2027 ALLRIGHTS RESERVED 2
,Performs syntax rules checking and constructs a symbol table and abstract syntax tree.
Translates assembly language code into machine code. - ANS Separates the input source code
text into tokens.
The ______ of the CPU acts as an interface between the processor and the outside world,
including long-term storage and user interfaces.
Memory
Control Unit
Datapath
ALU
Registers
IO / Peripherals - ANS IO / Peripherals
Which of the following best matches the definition of the ALU?
Contains the ALU and Registers, and the interconnection between them.
Coordinates the flow of information around the processor.
Stores a large number of pieces of information, including program data and instructions.
Acts as an interface between the processor and the outside world, including long-term storage
and user interfaces.
Operates on one or more numerical values to perform calculations and operations on data.
Stores a small number of pieces of information, commonly the temporary results of
calculations.
Carries data between the ALU, registers, memory, and peripherals. - ANS Operates on one or
more numerical values to perform calculations and operations on data.
The ______ of the CPU operates on one or more numerical values to perform calculations and
operations on data.
Registers
@COPYRIGHT 2026/2027 ALLRIGHTS RESERVED 3
, Control Unit
ALU
IO / Peripherals
Memory
Bus - ANS ALU
A computer consists of five major modules. What module does ALU belong to?
Memory
Data Path
Control Unit
Peripheral - ANS Data Path
Which of the following best matches the definition of the Bus?
Coordinates the flow of information around the processor.
Stores a small number of pieces of information, commonly the temporary results of
calculations.
Carries data between the ALU, registers, memory, and peripherals.
Acts as an interface between the processor and the outside world, including long-term storage
and user interfaces.
Contains the ALU and Registers, and the interconnection between them.
Stores a large number of pieces of information, including program data and instructions.
Operates on one or more numerical values to perform calculations and operations on data. -
ANS Carries data between the ALU, registers, memory, and peripherals.
The ______ of the CPU stores a small number of pieces of information, commonly the
temporary results of calculations. - ANS Registers
Which of the following are NOT stages in the instruction cycle?
@COPYRIGHT 2026/2027 ALLRIGHTS RESERVED 4
ANSWERS GRADED A+ 2026
In the compilation process, the ______ separates the input source code text into tokens.
Lexical Analyzer (lexer)
Middle Stage
Assembler
Backend
Syntax Analyzer (parser)
Linker - ANS Lexical Analyzer (lexer)
Select which of the following are part of the compilation process:
Debugging
Syntax Analysis
Optimization
Lexical Analysis
Testing
Machine Code Generation
Program Execution - ANS Syntax Analysis
Optimization
Lexical Analysis
Machine Code Generation
@COPYRIGHT 2026/2027 ALLRIGHTS RESERVED 1
,Which of the follow best matches the definition for an Assembler?
Translates assembly language code into machine code.
Performs program analysis and optimization.
Arranges the symbol table in memory and generates final executable machine code.
Combines partial programs and libraries into a single executable.
Separates the input source code text into tokens.
Performs syntax rules checking and constructs a symbol table and abstract syntax tree. -
ANS Translates assembly language code into machine code.
Which of the follow best matches the definition for Syntax Analysis?
Combines partial programs and libraries into a single executable.
Separates the input source code text into tokens.
Performs program analysis and optimization.
Arranges the symbol table in memory and generates final executable machine code.
Performs syntax rules checking and constructs a symbol table and abstract syntax tree.
Translates assembly language code into machine code. - ANS Performs syntax rules checking
and constructs a symbol table and abstract syntax tree.
In the compilation process, the ______ performs program analysis and optimization. -
ANS Middle Stage
Which of the follow best matches the definition for Lexical Analysis?
Combines partial programs and libraries into a single executable.
Separates the input source code text into tokens.
Performs program analysis and optimization.
Arranges the symbol table in memory and generates final executable machine code.
@COPYRIGHT 2026/2027 ALLRIGHTS RESERVED 2
,Performs syntax rules checking and constructs a symbol table and abstract syntax tree.
Translates assembly language code into machine code. - ANS Separates the input source code
text into tokens.
The ______ of the CPU acts as an interface between the processor and the outside world,
including long-term storage and user interfaces.
Memory
Control Unit
Datapath
ALU
Registers
IO / Peripherals - ANS IO / Peripherals
Which of the following best matches the definition of the ALU?
Contains the ALU and Registers, and the interconnection between them.
Coordinates the flow of information around the processor.
Stores a large number of pieces of information, including program data and instructions.
Acts as an interface between the processor and the outside world, including long-term storage
and user interfaces.
Operates on one or more numerical values to perform calculations and operations on data.
Stores a small number of pieces of information, commonly the temporary results of
calculations.
Carries data between the ALU, registers, memory, and peripherals. - ANS Operates on one or
more numerical values to perform calculations and operations on data.
The ______ of the CPU operates on one or more numerical values to perform calculations and
operations on data.
Registers
@COPYRIGHT 2026/2027 ALLRIGHTS RESERVED 3
, Control Unit
ALU
IO / Peripherals
Memory
Bus - ANS ALU
A computer consists of five major modules. What module does ALU belong to?
Memory
Data Path
Control Unit
Peripheral - ANS Data Path
Which of the following best matches the definition of the Bus?
Coordinates the flow of information around the processor.
Stores a small number of pieces of information, commonly the temporary results of
calculations.
Carries data between the ALU, registers, memory, and peripherals.
Acts as an interface between the processor and the outside world, including long-term storage
and user interfaces.
Contains the ALU and Registers, and the interconnection between them.
Stores a large number of pieces of information, including program data and instructions.
Operates on one or more numerical values to perform calculations and operations on data. -
ANS Carries data between the ALU, registers, memory, and peripherals.
The ______ of the CPU stores a small number of pieces of information, commonly the
temporary results of calculations. - ANS Registers
Which of the following are NOT stages in the instruction cycle?
@COPYRIGHT 2026/2027 ALLRIGHTS RESERVED 4