while_Python

while_Python

7th Grade

10 Qs

quiz-placeholder

Similar activities

Coding - Beginner Level

Coding - Beginner Level

3rd Grade - University

12 Qs

Programming concepts: Revision

Programming concepts: Revision

4th - 9th Grade

15 Qs

Programming with For Loops

Programming with For Loops

7th - 9th Grade

12 Qs

CodeHS 5.2 Tracy

CodeHS 5.2 Tracy

6th - 8th Grade

15 Qs

Test

Test

7th Grade

13 Qs

Scratch

Scratch

7th - 8th Grade

14 Qs

coding

coding

KG - Professional Development

15 Qs

CS Express - Loops Lessons 6-10 Quiz

CS Express - Loops Lessons 6-10 Quiz

3rd - 8th Grade

15 Qs

while_Python

while_Python

Assessment

Quiz

Computers

7th Grade

Medium

Created by

Jayasree Sujeev

Used 226+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 12 pts

Which type of loop iterates until instructed otherwise?
FOR loop
A count-controlled loop
Repeat-once loop
WHILE loop

2.

MULTIPLE CHOICE QUESTION

30 sec • 12 pts

The condition for a while loop to continue could include which of the following?
While something equals something
While something is greater than something
While something is True
All of these

3.

MULTIPLE CHOICE QUESTION

30 sec • 12 pts

Which of the following symbols is used in Python to mean "Equal to"?
=
!=
==
>=

4.

MULTIPLE CHOICE QUESTION

1 min • 12 pts

WHILE loops are

loops which run an unknown number of times

loops which run for a specific number of times

the same as if statements

not part of programming

5.

MULTIPLE CHOICE QUESTION

1 min • 12 pts

A condition is

a statement that is either True or False

a string

an integer

a list

6.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

Media Image

In a Python program, what would be the starting value in the WHILE LOOP code?

6

1

0

10

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which word completes this sentence: "Iteration makes code more ___________"

Complex

Efficient

Simple

Straightforward

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?