Python Quiz for Grade 8

Python Quiz for Grade 8

8th Grade

24 Qs

quiz-placeholder

Similar activities

Nervous system part 2

Nervous system part 2

University

20 Qs

Logika & Pemrograman (ID)

Logika & Pemrograman (ID)

10th Grade - Professional Development

20 Qs

Level 3: Earth's Atmosphere

Level 3: Earth's Atmosphere

7th Grade - University

19 Qs

G12 BIOLOGY REVISION

G12 BIOLOGY REVISION

11th - 12th Grade

20 Qs

UNIT 3

UNIT 3

11th Grade

20 Qs

SAINS BAB 6 T3

SAINS BAB 6 T3

9th - 12th Grade

20 Qs

SCIENCE GRADE 8 CHAPTER 10-12 PG

SCIENCE GRADE 8 CHAPTER 10-12 PG

8th Grade

20 Qs

Exploring Work, Energy, and Power

Exploring Work, Energy, and Power

12th Grade - University

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?