-
Computer programs also are known as
B. software
-
The major computer operations include
D. input, processing, and output
-
Visual basic, C++, and Java are all examples of computer
A. programming languages
-
A programming language's rules are its
A. syntax
-
The most important task of a compiler or interpreter is to
B. translate programming language statements into machine language
-
Which of the following is temporary, internal storage?
C. memory
-
Which of the following pairs of steps in the programming process in the correct order?
A. code the program, translate it into machine language
-
A programmer's most important task before planning the logic of a program is to
D. understand the problem
-
The two most commonly used tools for planning a program's logic are
B. flowcharts and pseudocode
-
Writing a program in a language such as C++ or Java knowns as the program.
D. coding
-
An English-like programming language such as Java or Visual Basic is a programming language.
D. high-level
-
Which of the following is an example of a syntax error?
C. misspelling a programming language word
-
Which of the following is an example of a logical error?
D. all of the above
-
The parallelogram is the flowchart symbol representing
C. either a or b
-
In a flowchart, a rectangle represents
C. processing
-
The term eof represents
A. a generic sentinel value
-
In flowcharts, the decision symbol is a
D. diamond
-
When you use an IDE instead of a simple text editor to develop a program,
B. some help is provided
-
When you write a program that will run in a GUI environment as opposed to a command-line environment,
A. some syntax is different
-
As compared to procedural programming, with object-oriented programming,
B. the programmer's focus differs
|
|