wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Activity 3

Total questions: 10

Worksheet time: 10mins

Name
Class
Date
1.

(a)   is the study of language and its meaning.

2.

(a)   character string used to represent something

else. Usually identifiers, but operators (+,&,*) are also

names.

3.

(a)   is the process of associating attributes with names.

4.

(a)   region of program over which a declaration is in

effect.

5.

(a)   are one kind

of computer language, and are used

in computer programming to

implement algorithms.

6.

The (a)   of a computer

language is the set of rules that defines the

combinations of symbols that are considered to

be correctly structured statements or

expressions in that language.

7.

The (a)   is the order in which the computer executes statements in a

script.

8.

What do you call the most basic type of control flow which refers to doing elaborations,

evaluations, or executions one after another.

(a)  

9.

(a)   is executing code repeatedly, either for each value in an

enumeration, or while some condition holds.

10.

What do you call the classification of data in programming languages?

(a)