Crear actividad
Jugar Test
1. 
What colour is a STRING in Python coding?
A.
Green
B.
Purple
C.
Black
D.
Blue
2. 
What colour is OUTPUT in Python coding?
A.
Green
B.
Purple
C.
Black
D.
Blue
3. 
What colour would INPUT be in Python coding?
A.
Green
B.
Purple
C.
Black
D.
Blue
4. 
What is a STRING in Python coding?
A.
It is something you use on your shoes.
B.
It is a set of text characters.
C.
It is a small piece of rope.
D.
It is something you type into the computer.
5. 
Which of the following have the correct syntax? Choose 2 answers.
A.
print("Hello, World!")
B.
print(Hello, World!)
C.
Print("Hello, World!")
D.
print('Hello,World!')
6. 
What does concatenation mean?
A.
Something to do with cats.
B.
Linking things together in a series.
C.
A series of pieces of information.
D.
I have no idea!
7. 
Which is the correct way to define a variable?
A.
name=input("What is your name?)
B.
name+input("What is your name?")
C.
name=input("What is your name?")
D.
name=output("What is your name?")
8. 
What is Python coding named after?
A.
A snake
B.
It's someone's name
C.
A film
D.
A TV Show
9. 
How would the following appear on your screen? print("William"+"Wonka")
A.
"William"+"Wonka"
B.
William+Wonka
C.
WilliamWonka
D.
William Wonka
10. 
What colour is a FUNCTION in Python coding?
A.
Green
B.
Purple
C.
Black
D.
Blue
11. 
Which is the correct syntax to get the output string - Year 9 are great! ? (Choose 2 answers.)
A.
print("Year"+" "+"9 are great!")
B.
print("Year" " " "9 are great!")
C.
print("Year"+"9 are great!")
D.
print("Year","9 are great!")