BANK QUESTIONS WITH 100% COMPLETE
SOLUTIONS
Writing a program in a language such as C++ or Java is known as _______ the program - ANS-coding
What is an example of a syntax error? - ANS-misspelling a programming language word
When you write a program that will run in a GUI environment as opposed to a command-line
environment, ____________. - ANS-some syntax is different
A programming language's rules are its ____________. - ANS-syntax
The major computer operations include ____________. - ANS-input, processing, and output
When you use an IDE instead of a simple text editor to develop a program,____________. - ANS-some
help is provided
The term eof represents ____________. - ANS-a generic sentinel value
Which of the following is temporary, internal storage? - ANS-memory
The parallelogram is the flowchart symbol representing ____________. - ANS-input or output
In flowcharts, the decision symbol is a ____________. - ANS-diamond
As compared to procedural programming, with object-oriented programming,____________. - ANS-the
programmer's focus differs
Computer programs also are known as ____________. - ANS-software
Which of the following pairs of steps in the programming process is in thecorrect order? - ANS-code the
program, translate it into machine language
An English-like programming language such as Java or Visual Basic is a ________programming language.
- ANS-high-level