NEW
Font size
Worksheetsintroduction to python
Total questions: 30
Worksheet time: 12mins
Python is a
text language
database language
programming language
Python has a simple syntax similar to the
coding language
english language
spanish language
Code for Hello, World!
print Hello, World!
print("Hello, World!)
print("Hello, World!")
Code for
Five is greater than two!
if 5 > 2:
print("Five is greater than two!")
if 5 = 2:
print("Five is greater than two!")
if 5 > 2: Print("Five is greater than two!")
Code for
257
Hello, World!
x = 257
y = "Hello, World!"
print(y)
print(x)
x = 257
y = "Hello, World!"
print(x)
print(y)
x = 257
y = Hello, World!
print x
print y
Insert the missing part of the code below to output
_________________ "My name is ".
Comments in Python are written with a special character, which one?
brackets
hashtag
coma
Code for
b is greater than a
a = 33
b = 200
if b > a:
print("b is greater than a")
a = 33
b = 200
if b < a:
print("b is greater than a")
a = 330
b = 200
if b > a:
print("b is greater than a")
Python language use
upper case letters
lower case letters
upper and lower case letters
The output of the program
x = 4
x = "Sally"
print(x)
four
Saly
Sally
Which group of blocks include the "When Flag Clicked" command?
Motion
Looks
Events
Control
What group of blocks controls movement of the Sprite?
Control
Sensing
Motion
Look
What is the backdrop area called in Scratch?
Ground
Paint
Area
Stage
Which group of blocks include the "Glide" block?
Motion
Looks
Control
Which group of blocks include the "Broadcast" block?
Events
Motion
Control
With Scratch we can make... ?
Games
Stories
Animation
All
Where to find these codes?
Where to find these codes?
Where to find these codes?
How to add a sprite?
What are those?
Sprites
Costumes
Codes
Can we change the costumes in Scratch?
Yes
No
What is this code?
Say: What is that?
Think: What is that?
Can we add backdrops and sprites from the internet or our device?
Yes
No
