Exam 2: Algorithm Discovery and Design
Exam 1: An Introduction to Computer Science50 Questions
Exam 2: Algorithm Discovery and Design50 Questions
Exam 3: The Efficiency of Algorithms50 Questions
Exam 4: The Building Blocks: Binary Numbers, Boolean Logic, and Gates50 Questions
Exam 5: Computer Systems Organization50 Questions
Exam 6: An Introduction to System Software and Virtual Machines50 Questions
Exam 7: Computer Networks and Cloud Computing50 Questions
Exam 8: Information Security50 Questions
Exam 9: Introduction to High-Level Language Programming50 Questions
Exam 10: The Tower of Babel50 Questions
Exam 11: Compilers and Language Translation50 Questions
Exam 12: Models of Computation49 Questions
Exam 13: Simulation and Modeling50 Questions
Exam 14: Electronic Commerce, Databases, and Personal Privacy50 Questions
Exam 15: Artificial Intelligence50 Questions
Exam 16: Computer Graphics and Entertainment: Movies, Games, and Virtual Communities50 Questions
Exam 17: Making Decisions About Computers, Information, and Society50 Questions
Select questions type
____ operations send results from the computing agent to the outside world.
Free
(Multiple Choice)
4.8/5
(33)
Correct Answer:
D
____________________ is sometimes called a programming language without any details.
Free
(Short Answer)
4.8/5
(31)
Correct Answer:
Pseudocode
The process of finding a solution to a given problem is called ____________________ discovery.
Free
(Short Answer)
4.9/5
(37)
Correct Answer:
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)
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)
Under what circumstances would the body of a pretest loop never be executed?
(Essay)
4.9/5
(38)
Showing 1 - 20 of 50
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)