Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
Give this quiz to my class
Q 1/16
Score 0
unchangeable; cannot be changed.
30
immutable data structure
Q 2/16
Score 0
A collection of related values, often organized in lists, dictionaries, tuples, etc.
30
data structure
16 questions
Q.
unchangeable; cannot be changed.
1
30 sec
Q.
A collection of related values, often organized in lists, dictionaries, tuples, etc.
2
30 sec
Q.
The Python file extension
3
30 sec
Q.
Python code is structures with indentations.
4
30 sec
Q.
the type or class is less important than the methods it defines.
5
30 sec
Q.
modifies a variable without making a copy.
6
30 sec
Q.
describes what your function does.
7
30 sec
Q.
See image
8
30 sec
Q.
See image
9
30 sec
Q.
commands a program's output in the console.
10
30 sec
Q.
See image
11
30 sec
Q.
is a special kind of comment that you may include in your source code to tell the operating system's shell where to find the interpreter for the rest of the file: Python.
12
30 sec
Q.
See image
13
30 sec
Q.
a software tool that converts each high-level program statement into machine code. It translates the command that you write out into code that the computer can understand.
14
30 sec
Q.
a software tool that translates Python code written in high-level human-readable form into low-level machine code or bytecode that can be executed directly by a computer. This code is typically more efficient and faster to execute than the original Python source code.
15
30 sec
Q.
a sequence of instructions, using an instruction set. Different CPU architectures have different instruction sets. With the most common being x86, ARM, and x86-64. There are also extension instructions on those CPU architectures.