GCE computer science - Program construction

GCE computer science - Program construction

12th Grade

18 Qs

quiz-placeholder

Similar activities

1.2.2 application generation

1.2.2 application generation

11th - 12th Grade

21 Qs

Python_2R

Python_2R

KG - Professional Development

20 Qs

SAQ: Comments, Operators & Typecasting

SAQ: Comments, Operators & Typecasting

12th Grade

18 Qs

H466 - Paradigms and High-Level Programming Languages

H466 - Paradigms and High-Level Programming Languages

12th Grade - University

15 Qs

OCR A Level Computer Science (H446) - Component 1.2.2 - Application Generation

OCR A Level Computer Science (H446) - Component 1.2.2 - Application Generation

11th Grade - University

21 Qs

Computer Language Quiz

Computer Language Quiz

9th Grade - University

16 Qs

Compilation and Networking Concepts Quiz

Compilation and Networking Concepts Quiz

12th Grade

15 Qs

Python File handling - 2

Python File handling - 2

12th Grade

20 Qs

GCE computer science - Program construction

GCE computer science - Program construction

Assessment

Quiz

Computers

12th Grade

Hard

Created by

Victoria Price

Used 4+ times

FREE Resource

18 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

1 min • 1 pt

____________ analysis is the first stage of the compilation process.


2.

FILL IN THE BLANK QUESTION

1 min • 1 pt

As part of the lexical analysis stage, a ______ _____ is produced.

3.

FILL IN THE BLANK QUESTION

1 min • 1 pt

The speed with which an identifier can be found in the symbol table can make a huge difference to the overall speed of __________.


4.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Symbol tables can be implemented in a number of different ways. If only a very basic symbol table is required, a list could be used, either ordered or unordered. If a large amount of data needs to be stored, a ______ ______ ______ or a hash table might be used to speed up the retrieval of information about a particular identifier.

5.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Some compilers implement a global symbol table and separate individual symbol tables for storing identifiers within a particular scope, such as within a subroutine. In this case, the symbol table may take a _________ structure.


6.

FILL IN THE BLANK QUESTION

1 min • 1 pt

While __________ ___________ and comments are helpful for the human reader, they are not necessary for the executable code, so the compiler removes them during lexical analysis.

7.

FILL IN THE BLANK QUESTION

1 min • 1 pt

The source code created by the programmer is ________ for translation into executable code.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?