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
The Python programming language has a small vocabulary of how many keywords?
(Multiple Choice)
5.0/5
(39)
When you do not know in advance the number of times you want to execute a statement, use a ______-loop.
(Multiple Choice)
5.0/5
(37)
Which of the following IDEs are available for Python Programming?
(Multiple Choice)
4.7/5
(39)
The process of creating a variable is sometimes referred to as _____ a variable.
(Short Answer)
4.7/5
(41)
A place to enter source code for a computer program is called a(n) _______.
(Multiple Choice)
5.0/5
(43)
Which of the following words is a logical operator in Python?
(Multiple Choice)
4.8/5
(32)
A________ is a computer program that is used to find errors that may exist in a program.
(Short Answer)
4.8/5
(33)
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.9/5
(30)
You can define functions in Python using the _______ command.
(Multiple Choice)
4.9/5
(31)
A class attribute defines the characteristics of a set of _______.
(Multiple Choice)
4.8/5
(39)
Putting data in a variable is referred to as assigning a ____ to it.
(Short Answer)
4.8/5
(29)
You can use the float() command to convert the input data to an integer.
(True/False)
4.7/5
(36)
A program containing a _____ error will run without displaying an error message, but it will not produce the expected result.
(Short Answer)
4.8/5
(47)
A ____ is a named memory location that holds data specified by a programmer or entered by an end user.
(Short Answer)
4.7/5
(47)
To instruct the computer to perform a calculation, programmers use an _______ expression, which contains values and arithmetic operators.
(Short Answer)
4.8/5
(38)
Showing 41 - 60 of 90
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)