Grade 7 Python Programming Quiz

Grade 7 Python Programming Quiz

7th Grade

20 Qs

quiz-placeholder

Similar activities

python quiz

python quiz

12th Grade

20 Qs

Python basics

Python basics

2nd - 9th Grade

20 Qs

Python

Python

10th Grade

23 Qs

Python

Python

11th Grade

20 Qs

Python Revision

Python Revision

8th Grade

15 Qs

Python - Quiz

Python - Quiz

9th - 11th Grade

17 Qs

Python Strings

Python Strings

University

20 Qs

Python while loops

Python while loops

12th Grade

20 Qs

Grade 7 Python Programming Quiz

Grade 7 Python Programming Quiz

Assessment

Quiz

Computers

7th Grade

Easy

Created by

Nathan Idzi

Used 14+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Who created the Python programming language?

Bill Gates

Guido van Rossum

Elon Musk

Mark Zuckerberg

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When was Python first released?

1991

2000

1985

2010

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the correct way to print "Hello World" in Python?

echo "Hello World"

print("Hello World")

say "Hello World"

printf("Hello World")

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What symbol is used to start a comment in Python?

//

--

#

/*

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the following code print? print(5 + 3)

53

8

5 + 3

Error

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which data type is used to store text in Python?

int

float

string

bool

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will this code output? print("Hello" + " World")

HelloWorld

  • "Hello" + "World"

Hello World

Error

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?