Exam 2: Algorithm Discovery and Design

arrow
  • Select Tags
search iconSearch Question
  • Select Tags

____ operations send results from the computing agent to the outside world.

Free
(Multiple Choice)
4.8/5
(33)
Correct Answer:
Verified

D

____________________ is sometimes called a programming language without any details.

Free
(Short Answer)
4.8/5
(31)
Correct Answer:
Verified

Pseudocode

The process of finding a solution to a given problem is called ____________________ discovery.

Free
(Short Answer)
4.9/5
(37)
Correct Answer:
Verified

algorithm

An unstructured, "free-flowing" writing style should be used for writing algorithms.

(True/False)
4.7/5
(38)

The use of high-level instructions during the design process is an example of abstraction._________________________

(True/False)
4.9/5
(35)

Input and output enable the computing agent to communicate with the outside world.

(True/False)
4.9/5
(34)

The three basic sequential operations are called addition, multiplication, and exponentiation.

(True/False)
4.8/5
(41)

A(n) ____ is a collection of useful, prewritten algorithms.

(Multiple Choice)
4.9/5
(35)

During the initial phases of design, we should be thinking and writing at a highly ____________________ level.

(Short Answer)
4.8/5
(36)

Once an algorithm has been developed, it may itself be used in the construction of other algorithms.

(True/False)
5.0/5
(36)

Viewing an operation at a high level of abstraction and fleshing out the details of its implementation at a later time is known as ____ design.

(Multiple Choice)
4.8/5
(42)

Together, conditional and iterative operations are called ____ operations.

(Multiple Choice)
5.0/5
(35)

In a(n) ____________________ loop, it is possible for the loop body to never be executed.

(Short Answer)
4.9/5
(45)

A(n) ____ is a named storage location that can hold a data value.

(Multiple Choice)
4.8/5
(33)

The process of searching for a special pattern of symbols within a larger collection of information is called object matching._________________________

(True/False)
4.9/5
(46)

To create a loop that executes exactly b times, we create a ____.

(Multiple Choice)
4.9/5
(44)

A(n) control algorithm executes its instructions in a straight line from top to bottom and then stops._________________________

(True/False)
5.0/5
(37)

An algorithm can fall into an infinite loop when ____.

(Multiple Choice)
4.9/5
(42)

A ____ is the repetition of a block of instructions.

(Multiple Choice)
4.9/5
(40)

Under what circumstances would the body of a pretest loop never be executed?

(Essay)
4.9/5
(38)
Showing 1 - 20 of 50
close modal

Filters

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