Python quiz for beginners

Python quiz for beginners

5th - 6th Grade

9 Qs

quiz-placeholder

Similar activities

C++ Functions

C++ Functions

6th - 8th Grade

11 Qs

Quiz#2

Quiz#2

6th - 8th Grade

11 Qs

Code Combat Kithgard Dungeons

Code Combat Kithgard Dungeons

6th - 8th Grade

12 Qs

Lord Bill's Year 7 Python Quiz

Lord Bill's Year 7 Python Quiz

6th - 8th Grade

13 Qs

Python Quiz - 4

Python Quiz - 4

4th - 11th Grade

10 Qs

Python Basic

Python Basic

6th - 8th Grade

10 Qs

Variables & Data Types

Variables & Data Types

6th - 12th Grade

10 Qs

Python Free Code Camp

Python Free Code Camp

6th Grade

13 Qs

Python quiz for beginners

Python quiz for beginners

Assessment

Quiz

Computers

5th - 6th Grade

Medium

Created by

Nguyên Khoa

Used 13+ times

FREE Resource

9 questions

Show all answers

1.

OPEN ENDED QUESTION

5 mins • 1 pt

Why do you want to do this quiz about Python?

Evaluate responses using AI:

OFF

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which code is used to appear the text on the screen?

If

While

Print

Comment

3.

OPEN ENDED QUESTION

5 mins • 1 pt

What is a variable?

Evaluate responses using AI:

OFF

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Can a variable starts with a number?

Yes

No

5.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which is used to do operators?

%

+

#

:

6.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Media Image

The words in red is a ...

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When you make a variable, you use

=

==

<

>

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When you want to comment, you use...

#

*

%

:

9.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

while code is a ...

Loop

Variable

Normal code