NEW
Font size
WorksheetsEdublocks yr 8
Total questions: 15
Worksheet time: 8mins
What is an integer?
A whole number
A decimal number
A sentence/mix of characters
True or False
What is a string?
A whole number
A decimal number
A sentence/mix of characters
True or False
What shape will this draw?
Triangle
Square
Hexagon
Rectangle
What data type does an input block return?
String
Integer
Float
Boolean
Which block is needed to convert an input into a whole number?
Which symbol is used to divide in python?
y
/
^
*
What is the value of no_1?
8
11
19
88
What is displayed by this code
Mynumber
0
1
To compare two values we use a double equals == symbol.
True
False
What datatype would userNumber be after this block is run
string
integer
real
a number if they enter a number
In what section would you find the
if
block
Statement
Files
Logic
Variables
This code will not run correctly. Which line of code is missing?
A box(memory location) where you store values
A whole number
Data type
a type of memory
What programming language have we been using with Edublocks?
Java
Basic
Python
HTML
A data structure that is used to store a collection of similar items
List
Nested loop
Conditional Statement
Variable
