Search Header Logo

N5 Computing SDD (up to fixed loops)

Authored by Sarah Lyon

Computers

4th Grade

Used 34+ times

N5 Computing SDD (up to fixed loops)
AI

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

Media Image

What type of loop is this?

Fixed

Conditional

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What type of loop is this?

Fixed

Conditional

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

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)

The number 6 
The numbers 0 - 5
The number 5
The numbers 1 - 6

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)

5
6
1
0

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

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?