computer.
a. True
b. False
ANSWER: False
2. System software includes software such as the operating system.
a. True
b. False
ANSWER: True
3. The first step in the program development process is design.
a. True
b. False
ANSWER: False
4. Problem specifications often include the desired output of the program in terms of what is to be
displayed, saved, or printed.
a. True
b. False
ANSWER: True
5. During the first phase of software development, you should make sure you understand the
problem definition.
a. True
b. False
ANSWER: True
6. Procedural and object-oriented are the two commonly used design methods.
, a. True
b. False
ANSWER: True
7. Classes and class diagrams are used most often with the structured procedural approach to
software development.
a. True
b. False
ANSWER: False
8. IDE stands for Integrated Development Environment.
a. True
b. False
ANSWER: True
9. The rule that every statement should end with a semicolon is an example of a syntax rule.
a. True
b. False
ANSWER: True
10. The iterative approach in the software development process indicates that the application will
never be fully developed.
a. True
b. False
ANSWER: False
11. C# is considered native code.
a. True
, b. False
ANSWER: False
12. Good programmers often build test plans while they are in the implementation stage.
a. True
b. False
ANSWER: False
13. Procedural programming is also called structured programming.
a. True
b. False
ANSWER: True
14. As far as the compiler is concerned, you could actually type the entire program without
touching the Enter key.
a. True
b. False
ANSWER: True
15. Comments are considered instructions to the computer.
a. True
b. False
ANSWER: False
16. At the beginning of a program, comments are often written to identify how many pages are
included in the program listing.
a. True
b. False
, ANSWER: False
17. A forward slash followed by an asterisk /* marks the beginning of an in-line comment.
a. True
b. False
ANSWER: False
18. The Framework Class Library (FCL) consists of more than 2,000 classes.
a. True
b. False
ANSWER: True
19. The System namespace contains classes that define commonly used types or classes.
a. True
b. False
ANSWER: True
20. Since C# is an object-oriented language, everything is designed around a class.
a. True
b. False
ANSWER: True
21. In C#, it is tradition to name the file containing the class the same name as the class name,
except the file name will have a .c# extension affixed to the end of the name.
a. True
b. False
ANSWER: False