Multiple Choice
Case 2 Robert wants to design a program for ordering pizza. He has completed a flowchart that illustrates how the computer should proceed through the instructions in the final program. The shape, price, and size of the pizza are presented as input. The output expresses which pizza is the best deal after being asked for a decision on the input. He has also created a UML (Unified Modeling Language) diagram. Before finalizing the algorithm for the pizza computer program, how will Robert know his algorithm is correct?
A) Perform a walkthrough using actual code
B) Perform a walkthrough using pseudocode
C) Perform a walkthrough using a verbal presentation to a group of programmers
D) both b and c
Correct Answer:

Verified
Correct Answer:
Verified
Q129: What are the advantages and disadvantages of
Q130: Identify the letter of the choice that
Q131: Keywords and parameters are combined with punctuation
Q132: What are the advantages and disadvantages of
Q133: Which of the following is NOT true
Q135: Defensive programming is an approach to software
Q136: The names of methods usually end in
Q137: A(n) _ control structure changes the order
Q138: Write a simple BASIC program that uses
Q139: Buffer overflows cannot be prevented.