Exam 11: Step-By-Step Programming With Python
Exam 1: Digital Content100 Questions
Exam 2: Digital Devices119 Questions
Exam 3: Networks100 Questions
Exam 4: The Web100 Questions
Exam 5: Social Media101 Questions
Exam 6: Software114 Questions
Exam 7: Digital Security106 Questions
Exam 8: The Ict Industry117 Questions
Exam 9: Information Systems121 Questions
Exam 10: Databases102 Questions
Exam 11: Programming120 Questions
Exam 11: Step-By-Step Programming With Python90 Questions
Select questions type
Instruction code for a computer program is based on an algorithm.
(True/False)
4.9/5
(30)
The process of tracking down bugs and correcting them is called ______.
(Short Answer)
4.8/5
(37)
Instruction code for a computer program is based on a(n) ______.
(Short Answer)
4.7/5
(40)
When storing data in a variable, programmers use which symbol to indicate the assignment operator?
(Multiple Choice)
4.7/5
(32)
A programmer-defined _______ is typically a block of code that is part of a program but is not included in the main execution path.
(Short Answer)
4.8/5
(30)
A syntax error occurs when an instruction does not follow the rules of the programming language.
(True/False)
4.8/5
(28)
A good name for a variable that will contain a first name would be "last_name."
(True/False)
4.9/5
(31)
The if command requires which of the following as punctuation?
(Multiple Choice)
4.8/5
(31)
Programmers think of variables as empty boxes where data can be stored.
(True/False)
4.9/5
(36)
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.9/5
(42)
To advance the number of times a statement is executed, use a(n) ________-loop.
(Multiple Choice)
4.9/5
(27)
The object-oriented ________ is based on objects and classes that can be defined and manipulated by program code.
(Short Answer)
4.7/5
(35)
In Python, the order of operations dictates that addition and subtraction are performed first.
(True/False)
5.0/5
(34)
Classes enable programmers to build objects with multiple _______ and define ways for objects to interact with each other.
(Multiple Choice)
4.7/5
(35)
Instructions that tell a computer what to do are referred to as code.
(True/False)
4.8/5
(43)
In mathematics, the order of _______ is a collection of rules that dictate which procedures to perform first when calculating an arithmetic expression.
(Short Answer)
4.9/5
(35)
Showing 21 - 40 of 90
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)