Search Header Logo

Conditional Statements and Loops Quiz

Authored by Harisha undefined

Information Technology (IT)

University

Used 9+ times

Conditional Statements and Loops Quiz
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?