Python Quiz

Python Quiz

8th Grade

15 Qs

quiz-placeholder

Similar activities

Python: Lists, Dictionaries, & Conditionals

Python: Lists, Dictionaries, & Conditionals

7th - 8th Grade

20 Qs

Programming in Python: Sequences

Programming in Python: Sequences

8th Grade

12 Qs

Sequencing, Selection and Iteration

Sequencing, Selection and Iteration

8th - 10th Grade

12 Qs

South Carolina Facts

South Carolina Facts

6th - 8th Grade

15 Qs

Python List Practice

Python List Practice

8th - 9th Grade

10 Qs

IT105 Review - Lists

IT105 Review - Lists

4th Grade - University

15 Qs

G8 LIST

G8 LIST

8th Grade

10 Qs

python lists

python lists

8th Grade

10 Qs

Python Quiz

Python Quiz

Assessment

Quiz

Computers

8th Grade

Medium

Created by

Ains Home

Used 6+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Python is a .......................

webpage

Progrmming languagea

Non programming Language

Snake

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the file extension for Python files?

.py

.java

.html

.css

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the following code?

x = 5
y = 3
print(x + y)

8

53

5 + 3

35

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the use of 'print' statement in Python?

To display the output

To define a variable

To perform mathematical operations

To create a loop

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the following code?

x = 10
y = 7
print(x - y)

3

17

10 - 7

70

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the use of 'len' function in Python?

To display the length of a string

To define a variable

To perform mathematical operations

To create a loop

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the following code?

x = 15
y = 7
print(x / y)

2.14

2

15 / 7

107

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?