Mastering Python Loops and Functions

Mastering Python Loops and Functions

10th Grade

20 Qs

quiz-placeholder

Similar activities

OOPS quiz-1 PYTHON

OOPS quiz-1 PYTHON

University

19 Qs

PYTHON FUNCTION

PYTHON FUNCTION

University

20 Qs

Python Control Structures (Unit 4 AP CSP)

Python Control Structures (Unit 4 AP CSP)

10th Grade

22 Qs

PYTHON PROGRAMMING Q4 FUNCTIONS

PYTHON PROGRAMMING Q4 FUNCTIONS

University

20 Qs

مراجعة عامة على المنهج – الجزء الأول

مراجعة عامة على المنهج – الجزء الأول

10th Grade

20 Qs

Python

Python

10th Grade

23 Qs

Ch.8 - Introducing Python

Ch.8 - Introducing Python

6th Grade - Professional Development

20 Qs

PYTHON QUIZ - DAY 2

PYTHON QUIZ - DAY 2

University

15 Qs

Mastering Python Loops and Functions

Mastering Python Loops and Functions

Assessment

Quiz

Computers

10th Grade

Easy

Created by

JAYA SUDIKSHA

Used 1+ times

FREE Resource

AI

Enhance your content

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the syntax for a for loop in Python?

for variable in sequence:

for (variable; condition; increment)

for each variable in sequence:

foreach variable in sequence:

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

How do you iterate over a list using a for loop?

for each item in my_list:

foreach item in my_list:

for item in my_list:

for item in list my_list:

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What keyword is used to define a function in Python?

def

function

define

method

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the output of the following code: for i in range(5): print(i)?

5

-1

0 1 2 3 4

10

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of the following is a valid datatype in Python: int, float, string, all of the above?

boolean

dictionary

all of the above

list

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What keyword is used to exit a loop prematurely?

continue

exit

return

break

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

How do you define a function that takes parameters in Python?

function_name(parameter1, parameter2) =>

function_name: parameter1, parameter2

function_name(parameter1; parameter2)

def function_name(parameter1, parameter2):

Create a free account and access millions of resources

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

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?