Conditional Statements and Loops Quiz

Conditional Statements and Loops Quiz

University

10 Qs

quiz-placeholder

Similar activities

Linked List Quiz

Linked List Quiz

University

10 Qs

EasyRound

EasyRound

University

15 Qs

[DS28] Ice Breaking - Day 5

[DS28] Ice Breaking - Day 5

University

8 Qs

Pemrograman Visual dan Scratch

Pemrograman Visual dan Scratch

7th Grade - University

15 Qs

PYTHON APTITUDE

PYTHON APTITUDE

University

12 Qs

quiz

quiz

University

10 Qs

Condition Programming Quiz

Condition Programming Quiz

1st Grade - University

9 Qs

MIS-RODOCODO

MIS-RODOCODO

1st Grade - University

8 Qs

Conditional Statements and Loops Quiz

Conditional Statements and Loops Quiz

Assessment

Quiz

Information Technology (IT)

University

Medium

Created by

Harisha undefined

Used 9+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the primary purpose of conditional statements in programming?

To execute code based on specified conditions

To create loops for iteration

To define functions

To handle exceptions

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which statement is executed when the condition in an 'if' statement is false?

None of the above

The 'elif' block

The 'else' block

The 'if' block

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In Python, how many types of looping statements are there ?

One

Two

Four

Three

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the 'elif' statement do?

Checks multiple conditions if the previous condition is false

Always executes regardless of conditions

Terminates the loop

None of the above

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the following code? 'i = 20; if (i < 15): print("i is smaller than 15"); else: print("i is greater than 15")'

No output

i is greater than 15

i is smaller than 15

Error in code

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT a method to implement switch-case statements in Python?

Using loops

Using dictionaries

Using if-elif-else statements

Using functions

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the 'continue' statement in loops?

To pause the loop

To restart the loop

To terminate the loop

To skip the current iteration and continue with the next

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?