Python Programming Quiz

Python Programming Quiz

1st - 5th Grade

10 Qs

quiz-placeholder

Similar activities

SS 3 C.1/M.2

SS 3 C.1/M.2

3rd Grade

12 Qs

PP (PANCASILA)

PP (PANCASILA)

1st - 5th Grade

15 Qs

connect grade 1 unit 7 by Mrs Sara Farooz

connect grade 1 unit 7 by Mrs Sara Farooz

1st Grade

10 Qs

Understanding Simple Tenses

Understanding Simple Tenses

4th Grade

15 Qs

cathlab

cathlab

1st Grade

10 Qs

Bahasa Indonesia

Bahasa Indonesia

3rd Grade

10 Qs

Apa aja

Apa aja

1st - 5th Grade

10 Qs

Quiz for Grade 3

Quiz for Grade 3

3rd Grade

10 Qs

Python Programming Quiz

Python Programming Quiz

Assessment

Quiz

Others

1st - 5th Grade

Medium

Created by

Google Developer Student Club USTP

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the output of the following code?

Hello World

HelloWorld

Hello+World

None of the above

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the output of the following code?

12

13

14

15

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the output of the following code?

[1, 2, 3]

[1, 2, 3, 4]

[4]

Error

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the output of the following code?

[2, 4, 6]

[1, 2, 3, 1, 2, 3]

[1, 1, 2, 2, 3, 3]

Error

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct way to create a list in Python?

list = (1, 2, 3)

list = [1, 2, 3]

list = {1, 2, 3}

list = <1, 2, 3>

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you declare a variable x with the value 10 in Python?

int x = 10

x := 10

x = 10

declare x = 10

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the output of the following code?

[0, 1, 2, 3, 4]

[1, 2, 3, 4, 5]

[0, 1, 2, 3, 4, 5]

[5, 4, 3, 2, 1]

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?