Programming Logic & Design Unit 1 Test Answers
Study online at https://quizlet.com/_4chiml
1. Writing a program in a language such as C++ or Java is known as ... the
program.: coding
2. Which of the following is an example of a syntax error?: misspeling a pro-
gramming language word
3. When you write a program that will run in a GUI enviroment as opposed to
a command - line enviroment, ...: some syntax is different
4. A programming language's rules are its...: syntax
5. The major computer operations include...: input, processing, and output
6. When you use an IDE instead of a simple text editor to develop a program,
...: some help is provided
7. The term eof represents...: a generic sentinel value
8. Which of the following is temporary, internal storage?: memory
9. The parallelogram is the flowchart symbol representing...: either a or b
10. In flowcharts, the decision symbol is a...: diamond
11. As compared to procedural programming, with object-oriented program-
ming, ...: the programmer's focus differs
12. Computer programs also are known as...: software
13. Which of the following pairs of steps in the programming process is in the
correct order?: code the program, translate it into machine language
14. An English-like programming language such as Java or Visual Basic is a
... programming language.: high-level
15. The two most commonly used tools for planning a program's logic are...-
: flowcharts and pseudocode
16. A programmer's most important task before planning the logic of a pro-
gram is to...: understand the problem
17. In a flowchart, a rectangle represents...: processing
18. The most important task of a compiler or interpreter is to...: translate pro-
gramming language statements into machine language
19. Visual Basic, C++, and Java are all examples of computer...: programming
languages
20. Which of the following is an example of a logical error?: All of the above
1/1
Study online at https://quizlet.com/_4chiml
1. Writing a program in a language such as C++ or Java is known as ... the
program.: coding
2. Which of the following is an example of a syntax error?: misspeling a pro-
gramming language word
3. When you write a program that will run in a GUI enviroment as opposed to
a command - line enviroment, ...: some syntax is different
4. A programming language's rules are its...: syntax
5. The major computer operations include...: input, processing, and output
6. When you use an IDE instead of a simple text editor to develop a program,
...: some help is provided
7. The term eof represents...: a generic sentinel value
8. Which of the following is temporary, internal storage?: memory
9. The parallelogram is the flowchart symbol representing...: either a or b
10. In flowcharts, the decision symbol is a...: diamond
11. As compared to procedural programming, with object-oriented program-
ming, ...: the programmer's focus differs
12. Computer programs also are known as...: software
13. Which of the following pairs of steps in the programming process is in the
correct order?: code the program, translate it into machine language
14. An English-like programming language such as Java or Visual Basic is a
... programming language.: high-level
15. The two most commonly used tools for planning a program's logic are...-
: flowcharts and pseudocode
16. A programmer's most important task before planning the logic of a pro-
gram is to...: understand the problem
17. In a flowchart, a rectangle represents...: processing
18. The most important task of a compiler or interpreter is to...: translate pro-
gramming language statements into machine language
19. Visual Basic, C++, and Java are all examples of computer...: programming
languages
20. Which of the following is an example of a logical error?: All of the above
1/1