PYTHON QUIZZ

PYTHON QUIZZ

University

10 Qs

quiz-placeholder

Similar activities

Programming Knowledge Quiz (Medium)

Programming Knowledge Quiz (Medium)

5th Grade - Professional Development

10 Qs

Hari 3 - Kuis Coding & Perkenalan AI

Hari 3 - Kuis Coding & Perkenalan AI

University

10 Qs

Hari 3 - Kuis Coding & Perkenalan AI

Hari 3 - Kuis Coding & Perkenalan AI

KG - University

10 Qs

EVENT HANDLING

EVENT HANDLING

University

10 Qs

Coding Paud 2

Coding Paud 2

6th Grade - University

10 Qs

First_Year_Orientation

First_Year_Orientation

University

10 Qs

Python Turtle

Python Turtle

KG - Professional Development

11 Qs

Computational Thinking for Problem Solving

Computational Thinking for Problem Solving

University

12 Qs

PYTHON QUIZZ

PYTHON QUIZZ

Assessment

Quiz

Education

University

Hard

Created by

Auzoom four

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Hey there, coding wizards! Kabir and Myra are having a friendly competition to see who can figure out the output of this Python code first:

x = 10

y = 5

x, y = y, x + y

print(x, y)

Can you help them out? What will be printed when they run this code?

10 5

5 15

15 10

5 10

2.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Our friend Aisha is trying to solve a little puzzle with numbers! Can you help her figure out what the value of x will be after she runs the following code?

x = 10

x += 5

x *= 2

x -= 3

20

24

23

25

3.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Hey there, coding wizards! Can you help Dhruv, Aarav, and Anika figure out which of the following variables is a valid Python variable name?

3variable

_variable

variable!

None

4.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Hey Aashi! If you were to explain the magic of the ternary operator in Python to your friend Ananya, how would you phrase it? Which of the following options captures the correct syntax?

x if condition else y

if x then y else z

x ? y : z

condition ? x : y

5.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Hey there, coding wizards! 🧙‍♂️ Which of the following operators do you think is a no-show when it comes to comparing two values in Python?

a) ==

b) <=

c) !=

d) =>

6.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Hey there, coding wizards! What do you think will be printed after the following Python code is executed?

x = 5

if x == 5:

print("Equal")

else:

print("Not Equal")

Will Alisha and Kavya cheer for the right answer, or will Aashi be left puzzled? Let's find out!

Equal

Not Equal

None

Error

7.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Hey there, coding wizards! Ria, Advait, and Myra are having a debate about a tricky Python expression. Can you help them settle it? What do you think is the result of the following expression?

not (True and False)

True

False

None

Error

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?