Exam 12: Step-By-Step Programming With Python
Exam 1: Digital Content98 Questions
Exam 2: Digital Devices119 Questions
Exam 3: Networks100 Questions
Exam 4: The Web99 Questions
Exam 5: Social Media101 Questions
Exam 6: Software116 Questions
Exam 7: Digital Security106 Questions
Exam 8: The IT Industry117 Questions
Exam 9: Enterprise Computing121 Questions
Exam 10: Data Management102 Questions
Exam 11: Programming120 Questions
Exam 12: Step-By-Step Programming With Python90 Questions
Select questions type
In programming, an ______ is a symbol that represents an action.
(Short Answer)
4.8/5
(37)
A place to enter source code for a computer program is called a(n) _______.
(Multiple Choice)
4.9/5
(34)
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
(33)
The term ________ is used by programmers any time two or more characters are connected.
(Short Answer)
4.8/5
(31)
Putting data in a variable is referred to as assigning a ____ to it.
(Short Answer)
5.0/5
(42)
The process of tracking down bugs and correcting them is called ______.
(Short Answer)
4.8/5
(42)
Programmers think of variables as empty boxes where data can be stored.
(True/False)
4.9/5
(28)
A________ is a computer program that is used to find errors that may exist in a program.
(Short Answer)
4.8/5
(41)
_______ programming is a style of programming that focuses on using objects to design and build applications.
(Short Answer)
4.8/5
(40)
To advance the number of times a statement is executed, use a(n) ________-loop.
(Multiple Choice)
4.9/5
(39)
Instructions that tell a computer what to do are referred to as code.
(True/False)
4.9/5
(33)
You can define functions in Python using the _______ command.
(Multiple Choice)
4.9/5
(40)
Python keywords, such as print and class, are not allowed as variable names.
(True/False)
4.7/5
(42)
A ______ in Python is an ordered group of items that can be numbers or strings that are modifiable.
(Short Answer)
4.9/5
(41)
Which of the following symbols represents the assignment operator?
(Multiple Choice)
4.8/5
(35)
In object-oriented jargon, ______ refers to passing certain characteristics from one class to the other classes.
(Short Answer)
5.0/5
(40)
Showing 21 - 40 of 90
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)