Python Programming Quiz

Python Programming Quiz

4th - 6th Grade

7 Qs

quiz-placeholder

Similar activities

Trabajo Básico con Python 3

Trabajo Básico con Python 3

5th Grade

10 Qs

Python тілінде программалау

Python тілінде программалау

1st - 10th Grade

10 Qs

Python Variables

Python Variables

6th Grade

10 Qs

Python Basics

Python Basics

6th - 12th Grade

9 Qs

8.3 Micropython unit tests

8.3 Micropython unit tests

5th Grade

10 Qs

ICT REVIEW

ICT REVIEW

3rd - 5th Grade

10 Qs

Module 5: Snake Charmer Vocabulary Practice

Module 5: Snake Charmer Vocabulary Practice

6th - 8th Grade

10 Qs

Grade 6- PRINT statement in Python

Grade 6- PRINT statement in Python

6th 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