wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

S2 Programming Summary

Total questions: 10

Worksheet time: 7mins

Name
Class
Date
1.

What is the definition of a variable?

a)

What is used to store information in a program

b)

What is used to get information from the user

c)

What is used to calculate something in a program

d)

What is used to show the user information in a program

2.

What does the user use to run the program?

a)

User Interface

b)

User Interaction Form

c)

User Message Box

d)

User Input

3.

Code for creating a variable

(a)   answer As Integer

4.

Code for getting information from the user.

FirstName = (a)   (“Enter your first name”)

5.

Code for showing the user information

(a)   (“Your answer is “ & answer)

6.

What is input?

a)

Data shown to the user

b)

Data entered by the user

c)

Data being calculated or transformed

7.

What is process?

a)

Data shown to the user

b)

Data entered by the user

c)

Data being calculated or transformed

8.

What is output?

a)

Data shown to the user

b)

Data entered by the user

c)

Data being calculated or transformed

9.

What type of data is String?

a)

Text

b)

Whole Numbers

c)

Decimal Numbers

d)

A Character

10.

What type of data is Integer?

a)

Text

b)

Whole Numbers

c)

Decimal Numbers

d)

A Character