Exam 2: First You Need to Plan the Party Problem-Solving Process

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

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:
Verified

True

The parallelogram symbol in a flowchart is called a(n) ____ symbol.

Free
(Multiple Choice)
4.7/5
(31)
Correct Answer:
Verified

B

Most algorithms begin with an instruction that enters the input items into the computer.

Free
(True/False)
4.8/5
(28)
Correct Answer:
Verified

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)

Not all algorithms require a processing item.

(True/False)
4.8/5
(35)

The oval symbol in a flowchart is called the ____ symbol.

(Multiple Choice)
4.9/5
(42)

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
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)