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
The control statement for a for-loop begins with what command word?
(Multiple Choice)
4.9/5
(41)
When you do not know in advance the number of times you want to execute a statement, use a ______-loop.
(Multiple Choice)
4.8/5
(48)
The term ________ is used by programmers any time two or more characters are connected.
(Short Answer)
4.9/5
(35)
A(n) ______ is a description or template that the computer uses to create an object.
(Short Answer)
4.8/5
(37)
In Python, using the keyword _____ means you want the computer to display something on the screen.
(Short Answer)
4.9/5
(35)
A(n) _______ control structure tells a computer what to do based on whether a condition is true or false.
(Short Answer)
4.9/5
(33)
The Python programming language has its own ______, which is a set of rules that defines how it can be written.
(Short Answer)
4.8/5
(34)
Syntax errors and ____ errors are the two faults most frequently encountered when debugging a program.
(Short Answer)
5.0/5
(34)
Python keywords, such as print and class, are not allowed as variable names.
(True/False)
4.9/5
(42)
A superclass is a class that inherits attributes and methods from a subclass.
(True/False)
4.8/5
(44)
A(n) ____ is a named memory location that holds data specified by a programmer or entered by an end user.
(Short Answer)
4.8/5
(30)
Which of the following IDEs are available for Python Programming?
(Multiple Choice)
4.9/5
(36)
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.7/5
(35)
String variables cannot be concatenated directly with integer variables.
(True/False)
4.9/5
(39)
An if statement requires which of the following as punctuation?
(Multiple Choice)
4.9/5
(39)
A class from which attributes and methods can be inherited is called a(n) _______.
(Short Answer)
4.8/5
(41)
Showing 21 - 40 of 89
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)