Loops

Loops

10th Grade

10 Qs

quiz-placeholder

Similar activities

Test Excel

Test Excel

10th - 12th Grade

9 Qs

UNIT 1.8 ELCE

UNIT 1.8 ELCE

10th Grade

14 Qs

Access - Lesson 14

Access - Lesson 14

9th - 12th Grade

10 Qs

ICT 10 : Introduction to Adobe Illustrator(CS5)

ICT 10 : Introduction to Adobe Illustrator(CS5)

10th Grade

10 Qs

4.6.4 Logic Gates

4.6.4 Logic Gates

10th Grade - Professional Development

15 Qs

Wee Word Intro

Wee Word Intro

7th - 12th Grade

12 Qs

Hour of Code

Hour of Code

2nd - 12th Grade

10 Qs

Loops

Loops

Assessment

Quiz

Computers

10th Grade

Medium

Created by

Andrei Chete

Used 11+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To repeat a fixed number of times use a

while loop

if loop

for loop

indentation

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To repeat until a particular condition is true use

while loop

if loop

for loop

indentation

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

 The character that must be at the end of the line for if, while, for etc.

;

+

\;

:

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How many times does the following program print the word ‘computer’:

word= "computer"  

for num in range(1,6):     

print(word)

1

5

6

0

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In programming, what is iteration?

The repetition of steps within a program

A decision point in a program

The order in which instructions are carried out

Testing a program to make sure it works

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Why is iteration important?

It determines the order in which instructions are carried out

It allows multiple paths through a program

It allows code to be simplified by removing duplicated steps

It ensures the code works correctly

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which two statements are used to implement iteration?

IF and WHILE

FOR and WHILE

ELSE and WHILE

IF and ELSE

Create a free account and access millions of resources

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

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?