Exam 12: Module Py: Coding With Python
Exam 1: Digital Content108 Questions
Exam 2: Digital Devices124 Questions
Exam 3: Networks103 Questions
Exam 4: The Web100 Questions
Exam 5: Social Media105 Questions
Exam 6: Software114 Questions
Exam 7: Digital Security109 Questions
Exam 8: The ICT Industry117 Questions
Exam 9: Information Systems121 Questions
Exam 10: Databases102 Questions
Exam 11: Programming120 Questions
Exam 12: Module Py: Coding With Python89 Questions
Select questions type
A(n) ______ is a segment of code that defines an action belonging to a class.
(Short Answer)
4.7/5
(38)
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
(42)
A good name for a variable that will contain a first name would be "person's_name."
(True/False)
4.9/5
(39)
Before you can increment or decrement a variable, you have to _______ it.
(Short Answer)
4.9/5
(35)
To advance the number of times a statement is executed, use a(n) ________-loop.
(Multiple Choice)
4.9/5
(42)
The process of tracking down bugs and correcting them is called ______.
(Short Answer)
4.7/5
(38)
The ______ command allows a program to display a message on the screen that asks a user to enter information.
(Short Answer)
4.9/5
(34)
Programmers think of variables as empty boxes where data can be stored.
(True/False)
4.9/5
(34)
The section of code that repeats is referred to as a _____ or an iteration.
(Short Answer)
4.9/5
(27)
Which of the following symbols represents the assignment operator?
(Multiple Choice)
4.8/5
(38)
The type of data that a variable can hold is referred to as its ______.
(Short Answer)
4.9/5
(22)
A(n) ______ control structure allows programmers to write code that can repeatedly execute a statement or a series of statements.
(Short Answer)
4.9/5
(36)
The Python programming language has a small vocabulary of how many keywords?
(Multiple Choice)
4.8/5
(48)
In programming, a(n) ______ is a symbol that represents an action.
(Short Answer)
4.8/5
(40)
Showing 41 - 60 of 89
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)