Python Programming Quiz ViCANcode Academy

Python Programming Quiz ViCANcode Academy

1st Grade

30 Qs

quiz-placeholder

Similar activities

Python Basics v1.0 ( Medvedev School )

Python Basics v1.0 ( Medvedev School )

1st Grade

30 Qs

Python for grade 5

Python for grade 5

1st - 11th Grade

30 Qs

Scratch

Scratch

KG - 3rd Grade

32 Qs

แบบทดสอบคำสั่งเลือกทำตามเงื่อนไข

แบบทดสอบคำสั่งเลือกทำตามเงื่อนไข

KG - 12th Grade

25 Qs

Quiz Pemdas 3

Quiz Pemdas 3

1st Grade - University

25 Qs

Programming Logic & Design

Programming Logic & Design

KG - University

28 Qs

UNIT2&3 PYTHON QUIZ

UNIT2&3 PYTHON QUIZ

KG - University

25 Qs

PYTHON QUIZ 1 (BASICS)

PYTHON QUIZ 1 (BASICS)

1st Grade

25 Qs

Python Programming Quiz ViCANcode Academy

Python Programming Quiz ViCANcode Academy

Assessment

Quiz

Computers

1st Grade

Medium

Created by

ViCANcode Academy

Used 1+ times

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct way to store the number 10 in a variable named score?

10 = score

score = 10

score: 10

score => 10

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will this code print? x = 5 print(x + 3)

53

8

3

Error

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of this code? if 10 > 5: print("Yes") else: print("No")

No

Yes

Error

Nothing

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these is a conditional keyword in Python?

next

elif

maybe

then

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output? num = 6 if num % 2 == 0: print("Even") else: print("Odd")

Odd

Error

Even

0

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which loop is used when you want to repeat something a certain number of times?

repeat

while

for

again

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How many times will this code print "Hi"? for i in range(3): print("Hi")

1

2

3

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?