wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

#P2 Pt 2 Intro to Programming

Total questions: 20

Worksheet time: 10mins

Name
Class
Date
1.

to write all the code to complete something – usually a function or a class.

a)

Implement

b)

Procedure

c)

Iterate

d)

Object

2.

Synonym for function.

a)

Implement

b)

Procedure

c)

Iterate

d)

Object

3.

a value created from a class.

a)

Implement

b)

Procedure

c)

Iterate

d)

Object

4.

Synonym for loop.

a)

Implement

b)

Procedure

c)

Iterate

d)

Object

5.

a piece of code that runs itself repeatedly.

a)

Loop

b)

Invoke

c)

Nested

d)

Parameter

6.

contained within something like itself.

a)

Loop

b)

Invoke

c)

Nested

d)

Parameter

7.

Synonym for call.

a)

Loop

b)

Invoke

c)

Nested

d)

Parameter

8.

Synonym for argument.

a)

Loop

b)

Invoke

c)

Nested

d)

Parameter

9.

Synonym for object.

a)

Instance

b)

Integer

c)

Run

d)

Return Value

10.

a type of value that represents whole numbers.

a)

Instance

b)

Integer

c)

Run

d)

Return Value

11.

to perform the instructions written in code or an executable.

a)

Instance

b)

Integer

c)

Run

d)

Return Value

12.

the value that results from a completed function call.

a)

Instance

b)

Integer

c)

Run

d)

Return Value

13.

A type of bracket.

a)

Parenthesis

b)

Read

c)

Value

d)

Write

14.

to retrieve input data values from an external source – usually from a file.

a)

Parenthesis

b)

Read

c)

Value

d)

Write

15.

a piece of data that can be contained inside a variable.

a)

Parenthesis

b)

Read

c)

Value

d)

Write

16.

to send output data values to an external destination – usually to a file.

a)

Parenthesis

b)

Read

c)

Value

d)

Write

17.

the kind or category of a value.

a)

Variable

b)

Syntax

c)

Type

d)

String

18.

the grammatical rules of a programming language.

a)

Variable

b)

Syntax

c)

Type

d)

String

19.

a type of value that represents text.

a)

Variable

b)

Syntax

c)

Type

d)

String

20.

a named container for a single value.

a)

Variable

b)

Syntax

c)

Type

d)

String