Exam 12: Programming
Exam 1: Digital Content100 Questions
Exam 2: Digital Devices119 Questions
Exam 3: Networks Network Basics100 Questions
Exam 4: The Web Web Basics Browsers100 Questions
Exam 5: Social Media101 Questions
Exam 6: Software Software Basics114 Questions
Exam 7: Digital Security106 Questions
Exam 8: The Ict Industry117 Questions
Exam 9: Information Systems121 Questions
Exam 10: Databases Database Basics102 Questions
Exam 11: Programming120 Questions
Exam 12: Programming90 Questions
Select questions type
Which of the following is a valid variable name in Python?
Free
(Multiple Choice)
5.0/5
(31)
Correct Answer:
A
Which of the following is another term for "subclass"?
Free
(Multiple Choice)
5.0/5
(29)
Correct Answer:
A
A ______ in Python is an ordered group of items that can be numbers or strings that are modifiable.
Free
(Short Answer)
4.9/5
(29)
Correct Answer:
list
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.9/5
(31)
The if command requires which of the following as punctuation?
(Multiple Choice)
4.8/5
(36)
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.8/5
(30)
You can define functions in Python using the _______ command.
(Multiple Choice)
4.8/5
(36)
The process of tracking down bugs and correcting them is called ______.
(Short Answer)
4.9/5
(34)
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
(38)
Classes enable programmers to build objects with multiple _______ and define ways for objects to interact with each other.
(Multiple Choice)
4.7/5
(37)
A ______ is a segment of code that defines an action belonging to a class.
(Short Answer)
4.8/5
(35)
Which of the following IDEs are available for Python Programming?
(Multiple Choice)
4.8/5
(30)
The contents within a parentheses that are passed to a function are called ________.
(Multiple Choice)
4.9/5
(38)
A ______ control structure allows programmers to write code that can repeatedly execute a statement or a series of statements.
(Short Answer)
4.8/5
(43)
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.7/5
(32)
The process of creating a variable is sometimes referred to as _____ a variable.
(Short Answer)
4.8/5
(39)
Showing 1 - 20 of 90
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)