PYTHON LOOPING

PYTHON LOOPING

University

10 Qs

quiz-placeholder

Similar activities

FOP - CHAPTER 7

FOP - CHAPTER 7

University

15 Qs

Mastering Python Basics

Mastering Python Basics

University

8 Qs

Conditional and Iterative Statements

Conditional and Iterative Statements

University

10 Qs

Java MCQ Test on Control Statements

Java MCQ Test on Control Statements

University

10 Qs

reFRESHIEr ICS2602 Quiz

reFRESHIEr ICS2602 Quiz

University

10 Qs

Kuizi 14 - Web

Kuizi 14 - Web

10th Grade - University

15 Qs

Java Quiz 2 based on loop and if else

Java Quiz 2 based on loop and if else

University

10 Qs

IMDPROG

IMDPROG

University

13 Qs

PYTHON LOOPING

PYTHON LOOPING

Assessment

Quiz

Computers

University

Medium

Created by

phillinne joyce

Used 2+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The loops that execute an exact number of times are called ____?

While Loop

Infinite Loop

Indefinite Loops

Definite Loops

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following does repeats a statement or group of statements while a given condition is TRUE?

While Loop

Infinite Loop

Indefinite Loops

Definite Loops

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which among the following is the correct syntax of while loop statement in Python?

Media Image
Media Image
Media Image
Media Image

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

It executes a sequence of statements multiple times and abbreviates the code that manages the loop variable.

While Loop

Nested Loop

Sequence Loop

For Loop

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What do you call a loop within a loop body?

While Loop

Nested Loop

For Loop

Definite Loop

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will be the output of the code below?

1

Hello1

Hello

Hello 1

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

It is like a loop test that can happen anywhere in the body of the loop.

Breaking

Loop

Break

Continue

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?