Python Programming Quiz ViCANcode Academy

Quiz
•
Computers
•
1st Grade
•
Medium
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
Similar Resources on Wayground
30 questions
Xâu 1

Quiz
•
1st - 5th Grade
29 questions
test 1 MS Word

Quiz
•
1st - 5th Grade
30 questions
Python Тотальный тест

Quiz
•
KG - 12th Grade
25 questions
Algoritma dan Pemrograman 1

Quiz
•
1st - 2nd Grade
28 questions
Quiz # 1 BT-G47

Quiz
•
1st Grade
28 questions
All words GCSE Computer Science

Quiz
•
1st - 10th Grade
25 questions
ALGORITMA DAN PEMROGRAMAN

Quiz
•
1st Grade - University
25 questions
Introduction to Python

Quiz
•
KG - University
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
20 questions
addition

Quiz
•
1st - 3rd Grade
20 questions
Subject and predicate in sentences

Quiz
•
1st - 3rd Grade
20 questions
Addition and Subtraction facts

Quiz
•
1st - 3rd Grade
20 questions
Place Value

Quiz
•
KG - 3rd Grade
10 questions
Exploring Properties of Matter

Interactive video
•
1st - 5th Grade
10 questions
Odd and even numbers

Quiz
•
1st - 2nd Grade
10 questions
Exploring the 5 Regions of the United States

Interactive video
•
1st - 5th Grade
7 questions
Parts of Speech

Lesson
•
1st - 12th Grade