Loop Timedoor

Loop Timedoor

9th - 12th Grade

12 Qs

quiz-placeholder

Similar activities

Programming Control Structures

Programming Control Structures

10th Grade

15 Qs

Condition Programming Quiz

Condition Programming Quiz

1st Grade - University

9 Qs

Pseudocode Revision Quiz

Pseudocode Revision Quiz

10th Grade

10 Qs

Python Programming Quiz

Python Programming Quiz

11th Grade

10 Qs

Introduction To Programming - Lesson Exception Handling

Introduction To Programming - Lesson Exception Handling

11th Grade - University

13 Qs

LOOP

LOOP

11th Grade

10 Qs

การเขียนโปรแกรม C เบื้องต้น

การเขียนโปรแกรม C เบื้องต้น

12th Grade

13 Qs

G 10- Understanding Main Memory and Cache

G 10- Understanding Main Memory and Cache

10th Grade - University

11 Qs

Loop Timedoor

Loop Timedoor

Assessment

Quiz

Information Technology (IT)

9th - 12th Grade

Medium

Created by

Rishi Tena

Used 1+ times

FREE Resource

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a conditional loop?

A loop that runs forever

A loop that executes based on a condition

A loop that executes only once

A loop that executes based on time

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a conditional loop in Python?

for

while

do-while

for each

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will be the output of the following code?

3 3 3

3 2 1

0 1 2

Error

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which keyword is used to stop a loop forcefully?

continue

exit

break

stop

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

How many times will this loop run ?

4

5

6

infinite loop

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of this code?

Hello Hello Hello

Hello

Infinite Hello

Nothing

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What happens if the condition in a while loop is never false?

The loop runs once

The loop runs forever

The loop runs twice

Syntax error

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?