Python Demo Quiz Set1

Python Demo Quiz Set1

9th - 12th Grade

12 Qs

quiz-placeholder

Similar activities

Forritun 1 - Fyrirlestur 7-8

Forritun 1 - Fyrirlestur 7-8

12th Grade

14 Qs

Python Assessment 1 - MTs Ibnu Taimiyah

Python Assessment 1 - MTs Ibnu Taimiyah

9th - 12th Grade

10 Qs

Analisis Data Deforestasi (PLB)

Analisis Data Deforestasi (PLB)

11th Grade

10 Qs

Y9 Homework 1: Python Revisited 1

Y9 Homework 1: Python Revisited 1

9th Grade

13 Qs

AR3_Starter

AR3_Starter

9th Grade

9 Qs

Interfaces en Python

Interfaces en Python

12th Grade

10 Qs

Python Quiz for 10s

Python Quiz for 10s

10th Grade

10 Qs

9. Python (Модули, файлы)

9. Python (Модули, файлы)

5th - 11th Grade

13 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?