Quiz sobre Sentencias IF y bucles en Python

Quiz sobre Sentencias IF y bucles en Python

7th Grade

12 Qs

quiz-placeholder

Similar activities

🐍 Python🐍

🐍 Python🐍

5th - 9th Grade

15 Qs

Data types and Input

Data types and Input

7th - 9th Grade

14 Qs

FOR LOOPS and Angles with Tracy (PYTHON)

FOR LOOPS and Angles with Tracy (PYTHON)

7th - 8th Grade

10 Qs

Python Review

Python Review

7th - 8th Grade

17 Qs

Python Statements

Python Statements

5th - 7th Grade

10 Qs

Chapter Test - Module 14 (While Loop)

Chapter Test - Module 14 (While Loop)

7th Grade

14 Qs

KODEKIDDO HACK #MLH3

KODEKIDDO HACK #MLH3

4th Grade - University

10 Qs

Python Basics

Python Basics

4th - 7th Grade

10 Qs

Quiz sobre Sentencias IF y bucles en Python

Quiz sobre Sentencias IF y bucles en Python

Assessment

Quiz

Computers

7th Grade

Hard

Created by

Cinthya Tobon

Used 3+ times

FREE Resource

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the use of the IF statement in Python?

To make decisions based on a boolean expression

To assign values to variables

To define loops

To print messages in the console

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What operator is used to assign a value to a variable in Python?

Multiply and assign

Subtract and assign

Add and assign

Equal to

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result of the comparison '8 < 2' in Python?

True

False

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What type of loop in Python allows for multiple iterations based on a logical expression?

For Loop

If Statement

Do-While Loop

While Loop

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is used in Python to abruptly stop a loop?

Stop

Exit

Continue

Break

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result of the comparison 'f and h == 3' in Python?

True

False

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What type of loop in Python iterates over a numeric progression?

While Loop

Do-While Loop

For Loop

If Loop

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?