while loop

while loop

9th Grade

10 Qs

quiz-placeholder

Similar activities

Ôn tập Python

Ôn tập Python

1st - 11th Grade

8 Qs

Python

Python

1st - 12th Grade

10 Qs

Basic Python Quiz

Basic Python Quiz

9th Grade

14 Qs

While Loop

While Loop

9th Grade

10 Qs

Intro to Scratch 2

Intro to Scratch 2

KG - University

12 Qs

python 9A2.

python 9A2.

9th Grade

15 Qs

Programming Basics

Programming Basics

9th - 10th Grade

10 Qs

Python Flow Control

Python Flow Control

9th - 12th Grade

10 Qs

while loop

while loop

Assessment

Quiz

Computers

9th Grade

Medium

Created by

Mariam Alketbi

Used 337+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which type of loop iterates until condition become False?

FOR loop

A count-controlled loop

Repeat-once loop

WHILE loop

2.

MULTIPLE CHOICE QUESTION

30 sec • 12 pts

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

3.

MULTIPLE CHOICE QUESTION

30 sec • 12 pts

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

4.

MULTIPLE CHOICE QUESTION

30 sec • 12 pts

Which of the following symbols is used in Python to mean "Greater than or equal to"?
<=
>>
>=
=>

5.

MULTIPLE CHOICE QUESTION

30 sec • 12 pts

Which of the following symbols is used in Python to mean "Less than or equal to"?
<<
=<
<=
!=

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In a while loop the minimum time a code will be executed is

Once

Twice

0

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In a While loop a code will be repeated until the condition becomes

FALSE

TRUE

User choice

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?