Exam 8: Computer Programming: Understanding the Basics
Exam 1: Digital Content100 Questions
Exam 2: Digital Devices119 Questions
Exam 3: Networks100 Questions
Exam 4: The Web97 Questions
Exam 5: Social Media101 Questions
Exam 6: Software114 Questions
Exam 7: Digital Security106 Questions
Exam 8: Computer Programming: Understanding the Basics90 Questions
Select questions type
The contents within a parentheses that are passed to a function are called ________.
Free
(Multiple Choice)
4.7/5
(42)
Correct Answer:
A
A________ is a computer program that is used to find errors that may exist in a program.
Free
(Short Answer)
4.8/5
(38)
Correct Answer:
debugger
To include more than one line of comments in your code, you must start each line with which of the following symbols?
Free
(Multiple Choice)
4.7/5
(37)
Correct Answer:
A
A class attribute defines the characteristics of a set of _______.
(Multiple Choice)
4.8/5
(33)
In object-oriented jargon, ______ refers to passing certain characteristics from one class to the other classes.
(Short Answer)
4.8/5
(37)
A ______ is a description or template that the computer uses to create an object.
(Short Answer)
4.8/5
(39)
Instruction code for a computer program is based on a(n)______.
(Short Answer)
4.7/5
(34)
In programming, an ______ is a symbol that represents an action.
(Short Answer)
4.8/5
(27)
A ______ is a numeric variable used for counting something, such as the number of times to execute a loop.
(Short Answer)
5.0/5
(34)
The object-oriented ________ is based on objects and classes that can be defined and manipulated by program code.
(Short Answer)
4.8/5
(25)
Which of the following symbols represents the assignment operator?
(Multiple Choice)
4.8/5
(43)
Which of the following is considered to be a common data type?
(Multiple Choice)
4.9/5
(49)
A ______ in Python is an ordered group of items that can be numbers or strings that are modifiable.
(Short Answer)
4.8/5
(31)
String variables cannot be concatenated directly with integer variables.
(True/False)
4.7/5
(35)
___________, sometimes called overloading, is the ability to redefine a method in a subclass.
(Short Answer)
4.8/5
(31)
A good name for a variable that will contain a first name would be "last_name."
(True/False)
4.8/5
(42)
Showing 1 - 20 of 90
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)