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 code block within every function starts with a semi-colon (;).
(True/False)
4.8/5
(35)
The section of code that repeats is referred to as a _____ or an _______.
(Short Answer)
4.8/5
(36)
A place to enter source code for a computer program is called a(n)_______.
(Multiple Choice)
4.9/5
(38)
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
(37)
A syntax error occurs when an instruction does not follow the rules of the programming language.
(True/False)
4.9/5
(36)
A _____ in Python is used by programmers to explain what the code does--it does not show up when the program runs.
(Short Answer)
4.7/5
(33)
The Python programming language has a small vocabulary of how many keywords?
(Multiple Choice)
4.8/5
(36)
A sequence of steps for solving a problem or performing a task is called a code editor.
(True/False)
4.7/5
(39)
You can use the float()command to convert the input data to an integer.
(True/False)
4.8/5
(35)
To instruct the computer to perform a calculation, programmers use an _______ expression, which contains values and arithmetic operators.
(Short Answer)
4.9/5
(41)
A ______ is a segment of code that defines an action belonging to a class.
(Short Answer)
4.8/5
(30)
Which of the following words is a logical operator in Python?
(Multiple Choice)
4.8/5
(40)
Instructions that tell a computer what to do are referred to as code.
(True/False)
4.8/5
(36)
Showing 61 - 80 of 90
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)