Python Basics Quiz

Python Basics Quiz

11th - 12th Grade

12 Qs

quiz-placeholder

Similar activities

Ôn tập tuần 1 Python

Ôn tập tuần 1 Python

9th - 12th Grade

10 Qs

Pre test Python TKJ X A

Pre test Python TKJ X A

11th Grade

16 Qs

Python variables and Data types

Python variables and Data types

10th - 12th Grade

10 Qs

Introdução a Python

Introdução a Python

12th Grade

16 Qs

Python Modulus & Exponent & If 305

Python Modulus & Exponent & If 305

9th - 12th Grade

17 Qs

Operators

Operators

12th Grade

17 Qs

Python (I)

Python (I)

12th Grade

14 Qs

Basic Python Coding

Basic Python Coding

11th - 12th Grade

15 Qs

Python Basics Quiz

Python Basics Quiz

Assessment

Quiz

Created by

Ninaad Saxena

Computers

11th - 12th Grade

17 plays

Hard

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Q1. Which of the following is NOT a keyword?

elif

continue

true

form

2.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Q2. Which of the following are application areas of Python

Web Development

Machine Learning

Data Science

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Q3. Which of the following is used to insert a new line in Python

/n

/t

/N

/T

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Q4. What will be the answer to print((0 < 6) or (not(10 == 6) and (10<0)))

True

False

true

false

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Q5. What will be the end result of a = 20 if a > = 22: print(“if”) elif a >= 21: print(“elif”) else: print(“else”)

elif

else

a

20

6.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Q6. Write the corresponding Python expression for the following mathematical expression: p+ [q/(x-y)^4]

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Q7. What will be the result obtained when a,b,c,d,e= 2, 8,10, 3, 6 and the following command is given print("7)",( e *c //b **d ))

1

2

0

4

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?