Tip

Tap
a student's name
below to see what they need help with
Quizalize logo
placeholder image to represent content

Beginning Python coding

Quiz by Terri Koehler

Feel free to use or edit the questions

includes Teacher and Student dashboards

Measure skills
from any curriculum

Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.

Q 1/44
Score 0
What is the symbol used for comments in Python?
30
#
<!--
/*
//

44 questions

Q.What is the symbol used for comments in Python?
1
30 sec
Q.What is the command to print 'Hello, World!' in Python?
2
30 sec
Q.What does the 'len()' function do?
3
30 sec
Q.What is the syntax for a 'for' loop in Python?
4
30 sec
Q.Which keyword is used to define a function in Python?
5
30 sec
Q.Which data structure is ordered and changeable in Python?
6
30 sec
Q.What is the command used to print output in Python?
7
30 sec
Q.Which of the following is NOT a control structure in Python?
8
30 sec
Q.What is a variable in Python?
9
30 sec
Q.What is a function in Python?
10
30 sec
Q.What is a list in Python?
11
30 sec
Q.What is a string in Python?
12
30 sec
Q.What is a boolean in Python?
13
30 sec
Q.What is a module in Python?
14
30 sec
Q.What is an if statement in Python?
15
30 sec
Q.What is a for loop in Python?
16
30 sec
Q.What is the output of the following statement? print(5 + 3)
17
30 sec
Q.What is the output of the following statement? print('hello world')
18
30 sec
Q.What is the output of the following statement? print('apple' + 'banana')
19
30 sec
Q.What is the output of the following statement? print(2 * 3)
20
30 sec
Q.What is the output of the following statement? print(10 % 3)
21
30 sec
Q.What is the output of the following statement? print(len('hello'))
22
30 sec
Q.What is the output of the following statement? print(2 ** 3)
23
30 sec
Q.What is the output of the following statement? print('apple' * 3)
24
30 sec
Q.What is the output of the following statement? print(5 == 5)
25
30 sec
Q.What is the output of the following statement? print(3 ** 0)
26
30 sec
Q.What is an algorithm?
27
30 sec
Q.What is a Boolean?
28
30 sec
Q.What is an IDE?
29
30 sec
Q.What is a loop?
30
30 sec
Q.What is a function?
31
30 sec
Q.What is a conditional statement?
32
30 sec
Q.What does the acronym PLTW stand for?
33
30 sec
Q.What is the name of the programming language taught in PLTW Computer Science Essentials?
34
30 sec
Q.A joining together of separate items —without changing them—into one place.
35
30 sec
Q. The text "Hello World!" is what data type?
36
30 sec
Q. In MIT App Inventor there are two views the App developer uses to make an App: the Design View and the Blocks view. The Design View is where . . .
37
30 sec
Q. The process of saving your App as you develop it with different names to indicate which iteration of the app is most current is called ....
38
30 sec
Q.Output is
39
30 sec
Q.An action or occurrence that happens during runtime that will trigger a response or behavior by the software. This can be user input, such as clicking a button, or external, such as a device receiving an SMS text message.
40
30 sec
Q.According to this class, what is FLOAT
41
30 sec
Q.What is Abstraction?
42
30 sec
Q.Abstraction makes coding ________________ for beginners.
43
30 sec
Q.Which of these are Arithmetic operators
44
30 sec

Give this quiz to my class