
N5 Computing SDD (up to fixed loops)
Authored by Sarah Lyon
Computers
4th Grade
Used 34+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What type of loop is this?
Fixed
Conditional
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What type of loop is this?
Fixed
Conditional
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What type of loop is this?
Fixed
Conditional
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In programming, what is iteration/looping?
The repetition of steps within a program
The order in which instructions are carried out
A decision point in a program
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What will be printed after running this FOR loop:
for number in range(6):
print(number)
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
How many times does the following program print the word ‘computer’:
word= "computer"
for num in range(1,6):
print(word)
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following programs prints ten lines?
for i in range(10):
print("hi")
for i = 1 to 10:
print("hi")
for i in 1 - 10:
print("hi")
for i from 0 to 9:
print("hi")
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?