Python Demo Quiz Set1

Python Demo Quiz Set1

9th - 12th Grade

12 Qs

quiz-placeholder

Similar activities

KS4 - Python Turtle

KS4 - Python Turtle

9th - 11th Grade

15 Qs

Dataframe

Dataframe

10th - 12th Grade

12 Qs

Python Inbuilt functions

Python Inbuilt functions

12th Grade

15 Qs

Bab VI Analisis Data Kelas X

Bab VI Analisis Data Kelas X

10th Grade

17 Qs

Analisis Data Deforestasi (PLB)

Analisis Data Deforestasi (PLB)

11th Grade

10 Qs

Python Charts - Line chart

Python Charts - Line chart

12th Grade

8 Qs

Python Quiz for 10s

Python Quiz for 10s

10th Grade

10 Qs

DA METER REVIEW #4

DA METER REVIEW #4

12th Grade

12 Qs

Python Demo Quiz Set1

Python Demo Quiz Set1

Assessment

Quiz

Computers

9th - 12th Grade

Easy

Created by

Sreelesh Balan

Used 2+ times

FREE Resource

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In which area/s is Python being used?

Media Image
Media Image
Media Image

All of these

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Python is a scripting /interpreted language

Media Image
Media Image

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Predict the output of the following statement:

a = "20"

b = "30"

print(a+b)

50

2030

Error

No output

4.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Which is the statement that can be used to load a Python library into your program?

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following statement will give the exact division answer?

print(10/3)

print(10//3)

print(10%3)

print(10**3)

6.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

Predict the output:

result = 10%3*5//2

print(result)

2.5

2

7.5

7

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Predict the output:

anime = "Spiderman"

print("anime")

Spiderman

anime

Error

No outpur

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?