Exam 12: Step-By-Step Programming With Python
Exam 1: Digital Content98 Questions
Exam 2: Digital Devices119 Questions
Exam 3: Networks100 Questions
Exam 4: The Web99 Questions
Exam 5: Social Media101 Questions
Exam 6: Software116 Questions
Exam 7: Digital Security106 Questions
Exam 8: The IT Industry117 Questions
Exam 9: Enterprise Computing121 Questions
Exam 10: Data Management102 Questions
Exam 11: Programming120 Questions
Exam 12: Step-By-Step Programming With Python90 Questions
Select questions type
A good name for a variable that will contain a first name would be "last_name."
(True/False)
4.9/5
(37)
Instruction code for a computer program is based on an algorithm.
(True/False)
4.9/5
(36)
A _______ control structure tells a computer what to do based on whether a condition is true or false.
(Short Answer)
4.7/5
(44)
The control statement for a for-loop begins with what command word?
(Multiple Choice)
4.9/5
(41)
String variables cannot be concatenated directly with integer variables.
(True/False)
4.8/5
(36)
A ______ is a numeric variable used for counting something, such as the number of times to execute a loop.
(Short Answer)
4.8/5
(49)
In Python, the order of operations dictates that addition and subtraction are performed first.
(True/False)
4.8/5
(47)
A comparison operator is used in an expression to compare two______.
(Multiple Choice)
4.8/5
(44)
The Python programming language was named after the TV show Monty Python's Flying Circus.
(True/False)
4.7/5
(35)
The process of creating a variable is sometimes referred to as _____ a variable.
(Short Answer)
4.8/5
(30)
To ______ a variable means to add an amount to its current value.
(Short Answer)
4.8/5
(37)
To include more than one line of comments in your code, you must start each line with which of the following symbols?
(Multiple Choice)
4.7/5
(44)
When you do not know in advance the number of times you want to execute a statement, use a ______-loop.
(Multiple Choice)
4.9/5
(30)
A _____ in Python is used by programmers to explain what the code does--it does not show up when the program runs.
(Short Answer)
4.8/5
(35)
Showing 61 - 80 of 90
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)