wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Edublocks yr 8

Total questions: 15

Worksheet time: 8mins

Name
Class
Date
1.

What is an integer?

a)

A whole number

b)

A decimal number

c)

A sentence/mix of characters

d)

True or False

2.

What is a string?

a)

A whole number

b)

A decimal number

c)

A sentence/mix of characters

d)

True or False

3.

What shape will this draw?

a)

Triangle

b)

Square

c)

Hexagon

d)

Rectangle

4.

What data type does an input block return?

a)

String

b)

Integer

c)

Float

d)

Boolean

5.

Which block is needed to convert an input into a whole number?

a)

b)

c)

d)

6.

Which symbol is used to divide in python?

a)

y

b)

/

c)

^

d)

*

7.

What is the value of no_1?

a)

8

b)

11

c)

19

d)

88

8.

What is displayed by this code

a)

Mynumber

b)

0

c)

1

d)

print

9.

To compare two values we use a double equals == symbol.

a)

True

b)

False

10.

What datatype would userNumber be after this block is run

a)

string

b)

integer

c)

real

d)

a number if they enter a number

11.

In what section would you find the

if

block

a)

Statement

b)

Files

c)

Logic

d)

Variables

12.

This code will not run correctly. Which line of code is missing?

a)

b)

c)

d)

13.
What is a variable?
a)

A box(memory location) where you store values

b)

A whole number

c)

Data type

d)

a type of memory

14.

What programming language have we been using with Edublocks?

a)

Java

b)

Basic

c)

Python

d)

HTML

15.

A data structure that is used to store a collection of similar items

a)

List

b)

Nested loop

c)

Conditional Statement

d)

Variable