
Compilation stages

Quiz
•
Computers
•
10th - 12th Grade
•
Medium
Used 87+ times
FREE Resource
8 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
if there are no errors tokens are converted into object code. Code is optimised at this stage
Lexical analysis
syntax analysis
semantic analysis
code generation
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
the program is checked to ensure it conforms to the syntax rules. for example an error would appear if a semi-colon was missing
Lexical analysis
syntax analysis
semantic analysis
code generation
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
the program is converted from a sequence of characters into a series of tokens by removing white space at this stage
Lexical analysis
syntax analysis
semantic analysis
code generation
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Varibles are checked that they are used properly and the that operations such as (+ - / and *) have been correctly used at this stage
Lexical analysis
syntax analysis
semantic analysis
code generation
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
THere are 4 main stages of comilation. Code generation is
Comments and unneeded spaces are removed. Remaining code is turned in to tokend and. A symbol table is created which holds the addresses of variables, labels and subroutines.
Tokens are checked to see if they match the spelling and grammar expected. This is done by parsing each token to determine if it uses the correct syntax for the programming language. If syntax errors are found, error messages are produced.
Variables are checked to ensure that they have been properly declared, used and are the correct data type. Operations are checked to ensure that they are legal for the type of variable being used, e.g. you would not try to store the result of a division operation as an integer.
Machine code is generated. Code optimisation to run as fast as possible. redundant data is removed.
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
THere are 4 main stages of comilation. Semantic analysis is
Comments and unneeded spaces are removed. Remaining code is turned in to tokend and. A symbol table is created which holds the addresses of variables, labels and subroutines.
Tokens are checked to see if they match the spelling and grammar expected. This is done by parsing each token to determine if it uses the correct syntax for the programming language. If syntax errors are found, error messages are produced.
Variables are checked to ensure that they have been properly declared, used and are the correct data type. Operations are checked to ensure that they are legal for the type of variable being used, e.g. you would not try to store the result of a division operation as an integer.
Machine code is generated. Code optimisation to run as fast as possible. redundant data is removed.
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
THere are 4 main stages of comilation. Syntax Analysis is
Comments and unneeded spaces are removed. Remaining code is turned in to tokend and. A symbol table is created which holds the addresses of variables, labels and subroutines.
Tokens are checked to see if they match the spelling and grammar expected. This is done by parsing each token to determine if it uses the correct syntax for the programming language. If syntax errors are found, error messages are produced.
Variables are checked to ensure that they have been properly declared, used and are the correct data type. Operations are checked to ensure that they are legal for the type of variable being used, e.g. you would not try to store the result of a division operation as an integer.
Machine code is generated. Code optimisation to run as fast as possible. redundant data is removed.
8.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
THere are 4 main stages of comilation. Lexical Analysis is
Comments and unneeded spaces are removed. Remaining code is turned in to tokend and. A symbol table is created which holds the addresses of variables, labels and subroutines.
Tokens are checked to see if they match the spelling and grammar expected. This is done by parsing each token to determine if it uses the correct syntax for the programming language. If syntax errors are found, error messages are produced.
Variables are checked to ensure that they have been properly declared, used and are the correct data type. Operations are checked to ensure that they are legal for the type of variable being used, e.g. you would not try to store the result of a division operation as an integer.
Machine code is generated. Code optimisation to run as fast as possible. redundant data is removed.
Similar Resources on Wayground
10 questions
Problem Solving

Quiz
•
12th Grade - University
10 questions
Understanding Pseudocode Basics

Quiz
•
6th Grade - University
10 questions
computer science league

Quiz
•
6th - 12th Grade
10 questions
Python If Statements - and or not

Quiz
•
11th Grade
10 questions
N5 CS SDD - Testing and Errors Quiz

Quiz
•
12th Grade
7 questions
Introduction to HTML/CSS Quiz 3: Basic CSS

Quiz
•
6th - 12th Grade
10 questions
Python

Quiz
•
5th - 10th Grade
10 questions
Arduino Basics Programming for Fundamentals

Quiz
•
7th - 10th Grade
Popular Resources on Wayground
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
10 questions
Ice Breaker Trivia: Food from Around the World

Quiz
•
3rd - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
20 questions
ELA Advisory Review

Quiz
•
7th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Multiplication and Division Unknowns

Quiz
•
3rd Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade