wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

S3 Level 1

Total questions: 15

Worksheet time: 14mins

Name
Class
Date
1.

Fill in the missing code

FirstNumber = (a)   (“Please enter the number of hours you played PlayStation on Saturday”)

2.

The program needs to add points to the total.

total = (a)   +score

3.

The program needs to store a whole number of songs.

Dim Songs as (a)  

4.

The program needs to store the user's name.

Dim Name as (a)  

5.

The program requires you to store a price

Dim price as d (a)  

6.

Which one is an assignment?

a)

Dim test as integer

b)

do while x>5

c)

score = score +1

d)

Mr. Gibson is NOT a supporter of Morton

7.

Which of the following is the code for RECEIVING length FROM (single) KEYBOARD

a)

get length =enter message

b)

Length = InputBox(“Please enter length of pitch”)

c)

Length =msgbox("Please enter length")

d)

length-getbox("Please enter length")

8.

The program needs to store a Surname

Dim (a)   as string

9.

The program uses a text box to output a message using the variable length

txtoutputbox.appendtext("Length is "& (a)   )

10.

The line of code needs to input a time spent playing games at the weekend.

time= (a)   ("Please enter the time played")

11.

What symbol completes this line of code?

area=length (a)   breadth

12.

What is the design method shown here?

(a)  

13.

Which design method has a list of steps that can be further broken down or refined?

P

(a)  

14.

Which symbol is missing

MSGBOX (“The total number of hours I spent on PS4 over the weekend is ” _ Total

(a)  

15.

A student wants to change some code from a mobile phone to store their favorite social network

dim mobile as string

a)

create social as string

b)

store social as text

c)

declare variables

d)

dim sociaNetwork as string