Exam 8: Module Py: Coding With Python
Exam 1: Digital Content108 Questions
Exam 2: Digital Devices124 Questions
Exam 3: Network Basics103 Questions
Exam 4: The Web100 Questions
Exam 5: Social Media105 Questions
Exam 6: Software112 Questions
Exam 7: Digital Security109 Questions
Exam 8: Module Py: Coding With Python89 Questions
Select questions type
In programming, a(n) ______ is a symbol that represents an action.
Free
(Short Answer)
4.9/5
(28)
Correct Answer:
operator
A string can contain which of the following?
Free
(Multiple Choice)
4.8/5
(34)
Correct Answer:
D
Which of the following is an arithmetic operator?
Free
(Multiple Choice)
4.8/5
(35)
Correct Answer:
D
Before you can increment or decrement a variable, you have to _______ it.
(Short Answer)
4.9/5
(41)
The object-oriented ________ is based on objects and classes that can be defined and manipulated by program code.
(Short Answer)
4.8/5
(42)
When programmers want one thing to happen when a condition is true and something else to happen when it is false they use the ______ statement.
(Multiple Choice)
4.8/5
(34)
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)
When storing data in a variable, programmers use which symbol to indicate the assignment operator?
(Multiple Choice)
5.0/5
(44)
Which of the following is a valid variable name in Python?
(Multiple Choice)
4.8/5
(34)
Python keywords, such as print and class, are not allowed as variable names.
(True/False)
4.8/5
(36)
To instruct the computer to perform a calculation, programmers use a(n) _______ expression, which contains values and operators, such as + and -.
(Short Answer)
4.7/5
(37)
A() ______ in Python is an ordered group of numbers or strings that is modifiable.
(Short Answer)
4.7/5
(40)
A(n) ____ is a named memory location that holds data specified by a programmer or entered by an end user.
(Short Answer)
4.9/5
(31)
A class attribute defines the characteristics of a set of _______.
(Multiple Choice)
4.8/5
(37)
In object-oriented jargon, ______ refers to passing certain characteristics from one class to other classes.
(Short Answer)
4.8/5
(33)
Showing 1 - 20 of 89
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)