Python Programming Quiz

Python Programming Quiz

4th - 6th Grade

7 Qs

quiz-placeholder

Similar activities

Banana Tales Part I (1-40)

Banana Tales Part I (1-40)

6th - 8th Grade

10 Qs

Semester Exam

Semester Exam

6th - 8th Grade

10 Qs

Python3

Python3

4th Grade - University

10 Qs

Python Print Statement

Python Print Statement

6th - 10th Grade

12 Qs

Python Statements

Python Statements

5th - 7th Grade

10 Qs

Python

Python

KG - 9th Grade

8 Qs

Python Math

Python Math

1st - 12th Grade

10 Qs

PYTHON (FOR LOOP)

PYTHON (FOR LOOP)

1st - 10th Grade

10 Qs

Python Programming Quiz

Python Programming Quiz

Assessment

Quiz

Computers

4th - 6th Grade

Medium

Created by

McBride Muleya

Used 3+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

What is Python?

A snake

A coding language

2.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Which one of the following data types is not numeric?

str

int

float

3.

OPEN ENDED QUESTION

3 mins • 1 pt

Write a Python code with a variable called myName to store your name, then print your name on the screen.

Evaluate responses using AI:

OFF

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Study the code screenshot attached and predict the output.

True

False

The code will not work

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Study the code snapshot shown and predict the output.

21

40.0

20.0

none

6.

FILL IN THE BLANK QUESTION

2 mins • 1 pt

Media Image

Jay is coding in Python, she writes code to store her first name in a variable and use the variable to print her name on the screen, unfortunately, her code fails to run. Look at her code snapshot and help her solve the problem. Rewrite her code to correct the mistake.

7.

OPEN ENDED QUESTION

5 mins • 1 pt

 Given the variables and values in the snapshot, write a python code to calculate and print the area of a rectangle. The formula is volume = l ×w×hvolume\ =\ l\ \times w\times h 

Evaluate responses using AI:

OFF