Term
Which of the following types of program errors is the easiest to correct? |
|
Definition
|
|
Term
In a problem statement, which of the following terms refers to the information that you supply to the computer to help it solve a problem? |
|
Definition
|
|
Term
A(n) __________ language is a set of keywords and grammar rules designed for creating instructions that a computer can ultimately process or carry out. |
|
Definition
|
|
Term
When a known bug is being exploited by hackers, the programmer's remaining line of defense is to produce a(n) _________. |
|
Definition
|
|
Term
In a programming language, keywords and parameters are combined with punctuation according to a series of rules called __________. |
|
Definition
|
|
Term
The OO paradigm defines a(n) __________ as a unit of data that represents an abstract or real-world entity. |
|
Definition
|
|
Term
During __________ execution, the computer performs each instruction in the order that it appears. |
|
Definition
|
|
Term
Declarative programming languages are most suitable for problems that __________. |
|
Definition
pertain to words and concepts rather than to numbers |
|
|
Term
Prolog allows you to ask an open-ended question by replacing a constant with a(n) _________. |
|
Definition
|
|
Term
A(n) __________ editor is a type of text editor specially designed for entering code for computer programs. |
|
Definition
|
|
Term
A subroutine, function, or __________ is a section of code that is part of a program, but not included in the main sequential execution path. |
|
Definition
|
|
Term
In a Prolog program, a(n) __________ represents an unchanging value or attribute. |
|
Definition
|
|