Python Quiz for Grade 8

Python Quiz for Grade 8

8th Grade

24 Qs

quiz-placeholder

Similar activities

Science Online Quiz Form 4

Science Online Quiz Form 4

11th Grade

21 Qs

BAI 24 - 25 TIN 10

BAI 24 - 25 TIN 10

11th Grade

20 Qs

Reproductive system Recap

Reproductive system Recap

9th Grade

20 Qs

Photosynthesis 7º SBLM

Photosynthesis 7º SBLM

6th - 8th Grade

20 Qs

Fotosintesis, Respirasi, dan Transportasi

Fotosintesis, Respirasi, dan Transportasi

University - Professional Development

20 Qs

BAB 1 : MIKROORGANISMA SAINS T5

BAB 1 : MIKROORGANISMA SAINS T5

11th - 12th Grade

20 Qs

Cells, Specialized cells and Organized Organism

Cells, Specialized cells and Organized Organism

8th Grade

20 Qs

Practical Exercise

Practical Exercise

9th Grade

20 Qs

Python Quiz for Grade 8

Python Quiz for Grade 8

Assessment

Quiz

Science

8th Grade

Practice Problem

Hard

Created by

Levy Roni.Aharon

FREE Resource

24 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will the following code output?
st = "Python"

print(st[2])

P

y

t

h

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does len('Hello World') return?

10

11

12

9

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of
print ("Hello" + " World")?

Hello World

HelloWorld

Error

Hello

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How many times will this loop run?
for i in range(3):
print(i)

2

3

4

0

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of:
for i in range(2, 5):

print(i)

2, 3, 4

2, 3, 4, 5

3, 4, 5

None

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does range(5, 10, 2) produce?

5, 6, 7, 8, 9

5, 7, 9

6, 8, 10

5, 10

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the following function?
def greet():
print('Hello')

greet()

Hello

Error

None

greet

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?