Exam 2: First You Need to Plan the Party Problem-Solving Process
Exam 1: I Am Not a Control Freak Control Structures10 Questions
Exam 2: First You Need to Plan the Party Problem-Solving Process46 Questions
Exam 3: I Need a Tour Guide Introduction to Visual Basic 201050 Questions
Exam 4: Do It Yourself Designing Designing Interfaces25 Questions
Exam 5: The Secret Code Assignment Statements25 Questions
Exam 6: Where Can I Store This Variables and Constants25 Questions
Exam 7: Whats Wrong With It Syntax and Logic Errors25 Questions
Exam 8: Decisions, Decisions, Decisions Selection Structure25 Questions
Exam 9: Time to Leave the Nest Nested Selection Structures25 Questions
Exam 10: So Many Pathsso Little Time Multiple-Alternative Selection Structures25 Questions
Exam 11: Testing, Testing1,2,3 Selecting Test Data25 Questions
Exam 12: How Long Can This Go on Pretest Loops25 Questions
Exam 13: Do It, Then Ask Permission Posttest Loops23 Questions
Exam 14: Let Me Count the Ways Counter-Controlled Loops25 Questions
Exam 15: Im on the Inside; Youre on the Outside Nested Loops25 Questions
Exam 16: I Hear You Are Breaking up Sub Procedures25 Questions
Exam 17: Talk to Me Function Procedures25 Questions
Exam 18: A Ray of Sunshine One-Dimensional Arrays25 Questions
Exam 19: Parallel and Dynamic Universes More on One-Dimensional Arrays25 Questions
Exam 20: Table Tennis, Anyone Two-Dimensional Arrays25 Questions
Exam 21: Building Your Own Structure Structures25 Questions
Exam 22: Im Saving for the Future Sequential Access Files25 Questions
Exam 23: The String Section String Manipulation25 Questions
Exam 24: Im Suffering From Information Overload Access Databases25 Questions
Exam 25: The Missing Linq Querying a Database19 Questions
Exam 26: I Love This Class Creating a Class25 Questions
Exam 27: Getting Web-Ified Web Applications25 Questions
Select questions type
Analyzing real-world problems is generally as easy as analyzing the problems found in a textbook.
(True/False)
4.9/5
(32)
Unlike a flowchart, pseudocode uses standardized symbols to visually depict an algorithm.
(True/False)
4.8/5
(49)
A ____ item represents an intermediate value that the algorithm uses when processing the input into the output.
(Multiple Choice)
4.8/5
(31)
If a problem specification indicates that the program's user wants to see the amount of her annual commission displayed on the screen, the ____ is the annual commission.
(Multiple Choice)
4.8/5
(41)
It is helpful to use a desk-check table when desk-checking an algorithm.
(True/False)
4.8/5
(40)
A helpful way to identify the ____ is to search the problem specification for what the user wants to see printed on paper, displayed on the screen, or stored in a file.
(Multiple Choice)
4.9/5
(33)
Desk-checking is also called pencil-tracing, because the programmer uses a pencil and paper to follow each of the algorithm's instructions.
(True/False)
4.8/5
(24)
You can draw the flowchart symbols by hand; or, you can use the drawing or shapes feature in a word processor.
(True/False)
4.8/5
(33)
The term ____ refers to the fact that the programmer reviews the algorithm while seated at his or her desk rather than in front of the computer.
(Multiple Choice)
4.8/5
(32)
____ data is data that the algorithm is expecting the user to enter.
(Multiple Choice)
4.9/5
(31)
The second step in the problem-solving process is to plan the ____, which is the set of instructions that, when followed, will transform the problem's input into its output.
(Multiple Choice)
4.8/5
(34)
Suppose that a user wants to see his new weekly pay displayed on the screen. In this context, the words new and weekly are ____.
(Multiple Choice)
4.8/5
(33)
When an algorithm becomes more complex, the program's logic may be easier to see in ____.
(Multiple Choice)
4.9/5
(40)
The input typically is stated as nouns and adjectives in the problem specification.
(True/False)
4.9/5
(42)
Programmers use ____ to help them while they are planning an algorithm.
(Multiple Choice)
5.0/5
(36)
When determining the output, it helps to think about the information that you would need to solve the problem manually.
(True/False)
4.8/5
(36)
Showing 21 - 40 of 46
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)