NEW
Font size
WorksheetsEdublock input and ouput
Total questions: 19
Worksheet time: 10mins
What is Python?
A type of snake
A programming language
A drawing tool.
A widget
What is eduBlocks?
What are variables in Python?
What is the use of the print() statement in Python?
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
Which symbol is used to divide in python?
y
/
^
*
What programming language have we been using with Edublocks?
Java
Basic
Python
HTML
What would this output?
"Hello!!!!!"
Hello!!!!!
Hello world
What would this output?
What is your name?
INPUT
Whatever the user inputs
"What is your name?"
What is the keyword for an input in python?
OUTPUT
INPUT
ANSWER
What is a valid keyword for output?
INPUT
OUTPUT
ANSWER
Is this a....
input?
output?
both?
Is this a....
input?
output?
both?
What would this output?
8 + 1
9
10
8
What would this output?
8
10
18
80
What would this output?
4
8
2
10
What is the shortcut for copy?
CTRL + X
CTRL + C
CTRL + V
What is the value of computerNumber after this block is run
computerNumber
"0"
0
a random number
