Python Quiz

Python Quiz

10th Grade

20 Qs

quiz-placeholder

Similar activities

Welcome and Statements Review

Welcome and Statements Review

9th - 12th Grade

15 Qs

micro:bit Writing Programs

micro:bit Writing Programs

9th - 12th Grade

25 Qs

Ev3 programs

Ev3 programs

6th - 12th Grade

18 Qs

Python Functions and Method

Python Functions and Method

10th - 12th Grade

15 Qs

Code Combat: JavaScript Review

Code Combat: JavaScript Review

9th - 12th Grade

18 Qs

CodeHS Animation Quiz

CodeHS Animation Quiz

9th - 12th Grade

20 Qs

1_NEM_24_AV1_2T_Pensamento Computacional_JS

1_NEM_24_AV1_2T_Pensamento Computacional_JS

10th Grade

18 Qs

Band Saw Safety

Band Saw Safety

9th - 12th Grade

20 Qs

Python Quiz

Python Quiz

Assessment

Quiz

Instructional Technology

10th Grade

Hard

Created by

Heidi Holland

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a variable in Python?

A function that prints text

A way to store information

A type of loop

A way to start a program

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a correct way to start a loop in Python?

for i to 10

loop i from 1 to 10

for i in range(10)

while i = 10

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the print function do in Python?

It adds two numbers

It prints a document

It displays text or variables on the screen

It starts a new line

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which symbol is used for comments in Python?

#

@

//

*

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct syntax to define a function in Python?

function myFunction()

def myFunction:

define myFunction()

def myFunction():

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Variables can change their values during the execution of a program.

True

False

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The if statement is used to make decisions in a program.

True

False

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?