Questions
Question 1 Multiple Choice (Single Answer)
What does the line, from turtle import * do?
- Let's the turtle out of its den.
- Makes everything work.
- Allows us to use turtle functions like fd() and pu().
- Imports the turtle from overseas.
Question 2 Multiple Choice (Single Answer)
One way to create a loop is to use the FOR keyword. True or False?
- True
- False
Question 3 Multiple Choice (Single Answer)
The word we use to describe loops in a computer program is...
- Iteration
- Sequence
- Selection
- Loopy McLooperson
Question 4 Multiple Choice (Single Answer)
The word we use to describe computers carrying out one instruction at a time, in order, is...
- Iteration
- Sequence
- Selection
- Followin' orders
Question 5 Multiple Choice (Single Answer)
The instructions in a computer program are executed (carried out) randomly. True or false?
- True
- False
Question 6 Multiple Choice (Single Answer)
Coding is another word for programming. True of false?
- True
- False
Question 7 Multiple Choice (Single Answer)
Every computer program, app and game is written using a programming language. True of false?
- True
- False
Question 8 Multiple Choice (Single Answer)
Python is a programming language. True or false?
- True
- False