1. When you think in an object-oriented manner, every object is a member of a ____.
2. The ____ variable is initialized before entering the loop.
3. The statements that appear between the while and the end while clauses are called the ________.
4. The three structures of structured programming are _____.
5. When a data field within a class is ____, no outside class can use it—including a child class.
6. You usually use the for loop with ____ loops.
7. Variables and constants declared within a method are ____ only within that method.
8. A structured program includes only combinations of the three basic structures: ____.
9. The do loop is a variation of the ____ loop.
10. You can use an ____ statement to clearly show where the actions that depend on a decision end.
11. In a flowchart, the ____ is used to represent processing.
12. Declaring a starting value for a variable is known as ____ the variable.
13. Before a programmer plans the logic of the program, he or she must ____.
14. Some people call the selection structure a(n) ____________________ statement.
15. The major difference between the two main programming styles in use today is the ____.
16. Using ____ involves writing down all the steps you will use in a program.
17. ____ variables and constants are known to the entire program.
18. ____ is where a variable’s data type or other information is stored as part of the name.
19. Depending on the programming language being used, modules are also known as ____ .
20. Using logical operators, 1 and 0 = _____.
21. A(n) ____ is similar to a variable, except it can be assigned a value only once.
22. When you use a range check, you always compare a variable to ______________ value in the range.
23. The following is an example of a module ________.
24. A(n) ____ in a class diagram indicates public access.
25. A subscript is a(n) _____.
26. A variable’s unknown value is commonly called ____.
27. To __________ data means to ensure that the data are in the proper range.
28. A(n) ___ is a named memory location whose value can vary.
29. A(n) ____ is a repeating flow of logic with no end.
30. When you write programs, you work with data in three different forms: ____.
31. If a is true and b is false, then ______________.
32. A ____ allows users to interact with a program in a graphical environment.
33. A ____ is a collection of data stored on a nonvolatile device in a computer system.
34. A(n) ____ is a program that you use to create simple text files.
35. Placing a structure within another structure is called ____ structures
36. A risk management plan includes a review of all of the following except ____.
37. In a pert/cpm chart, each task has all of the following except a(n) ____.
38. Project managers typically perform the tasks of _____.
39. _____ involves deciding how to approach and plan the risk management activities for the project.
40. A(n) _____ is any instance where the product or service fails to meet customer requirements.
41. A(n) _____ must include suggested methods or technologies for conveying the information.
42. A(n) _____ stakeholder is aware of the project and supportive of change.
43. A(n) ________ budget that can be adjusted over time for changing environmental conditions.
44. In a(n) _____ organizational structure, project managers have little or no authority.
45. A student group that is working on a project is considered to be a collaboration if the ________.
46. The _____ frame of the organization is the one that is usually depicted in an organizational chart.
47. The assessment of the external and internal environments is called _______ analysis
48. Each array element occupies an area in memory next to, or ____, the others.
49. The process of naming program variables and assigning a type to them is called ____ variables.
50. ____ are groups of fields that go together for some logical reason.
51. A(n) ____ shows the relationship between screens in an interactive gui program.
52. Cartoonists create animated films by drawing a sequence of ____ or cells.
53. Directories and ____ are organization units on storage devices.
54. Structures can be stacked or connected to one another at their ____.
55. The ________ operator could be used, in some situations, to simplify nested selection structures.