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
You should test an algorithm with invalid data because users sometimes make mistakes when entering data.
Free
(True/False)
4.7/5
(31)
Correct Answer:
True
The parallelogram symbol in a flowchart is called a(n) ____ symbol.
Free
(Multiple Choice)
4.7/5
(31)
Correct Answer:
B
Most algorithms begin with an instruction that enters the input items into the computer.
Free
(True/False)
4.8/5
(28)
Correct Answer:
True
The first step that programmers follow when they solve problems is to plan the algorithm.
(True/False)
4.8/5
(36)
When analyzing a problem, you always search first for the input, and then for the output.
(True/False)
4.8/5
(40)
Before you begin the desk-check, you first choose a set of sample data for the input values, which you then use to manually compute the expected output values.
(True/False)
4.9/5
(32)
If you are having trouble analyzing a problem, try reading the problem specification several times, as it is easy to miss information during the first reading.
(True/False)
4.8/5
(37)
Most algorithms end with an instruction to print, display, or store the output items.
(True/False)
4.8/5
(35)
When planning an algorithm, you need to create both a flowchart and pseudocode.
(True/False)
4.8/5
(44)
Besides using pseudocode, programmers also use ____ when planning algorithms.
(Multiple Choice)
4.7/5
(35)
Display, print, and store refer to a file on disk, the printer, and the computer screen, respectively.
(True/False)
4.7/5
(33)
A helpful way to identify the ____ is to search the problem specification for what information the computer will need to know to print, display, or store the output items.
(Multiple Choice)
4.7/5
(31)
To avoid confusion, it is important that the algorithm is consistent when referring to the input and output items.
(True/False)
4.9/5
(38)
Programmers use the pseudocode as a guide when coding the algorithm, which is the ____ step in the problem-solving process.
(Multiple Choice)
4.8/5
(25)
You can only perform a desk-check using an algorithm's pseudocode.
(True/False)
4.8/5
(41)
The rectangle in a flowchart is called the ____ symbol and is used to represent tasks such as calculations.
(Multiple Choice)
4.9/5
(47)
The ____ step is the most difficult of the problem-solving steps, and it requires a lot of time, patience, and effort.
(Multiple Choice)
4.8/5
(38)
You ____ an algorithm to verify that it is not missing any steps, and that the existing steps are correct and in the proper order.
(Multiple Choice)
4.7/5
(42)
Showing 1 - 20 of 46
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)