Exam 7: Problem Solving and Algorithms
Exam 1: The Big Picture52 Questions
Exam 2: Binary Values and Number Systems49 Questions
Exam 3: Data Representation51 Questions
Exam 4: Gates and Circuits49 Questions
Exam 5: Computing Components49 Questions
Exam 6: Low-Level Programming Languages and Pseudocode49 Questions
Exam 7: Problem Solving and Algorithms48 Questions
Exam 8: Abstract Data Types and Subprograms49 Questions
Exam 9: Object-Oriented Design and High-Level Programming Languages47 Questions
Exam 10: Operating Systems49 Questions
Exam 11: File Systems and Directories49 Questions
Exam 12: Information Systems45 Questions
Exam 13: Artificial Intelligence47 Questions
Exam 14: Simulation, Graphics, Gaming, and Other Applications50 Questions
Exam 15: Networks48 Questions
Exam 16: The World Wide Web44 Questions
Exam 17: Computer Security49 Questions
Exam 18: Limitations of Computing50 Questions
Exam 19: broad concept of computer security and its importance in modern society.102 Questions
Select questions type
An array is a named collection of homogeneous items in which individual items are accessed by position.
Free
(True/False)
4.8/5
(42)
Correct Answer:
True
Which of the following refers to the separation of the logical view of data from its implementation?
Free
(Multiple Choice)
4.8/5
(41)
Correct Answer:
C
Which of the following best describes top-down design?
Free
(Multiple Choice)
5.0/5
(31)
Correct Answer:
C
During top-down design, a concrete step is one that needs to be expanded further.
(True/False)
4.8/5
(33)
A(n) _________________ search looks for an item sorted list by eliminating large portions of the data on each comparison.
(Short Answer)
4.9/5
(40)
Which of the following allows a WHILE loop to be contained within the body of another WHILE loop?
(Multiple Choice)
5.0/5
(37)
An algorithm is a calculation that determines how long it will take to solve a problem.
(True/False)
4.9/5
(44)
A(n) _______________ search examines each item in turn to find the item being sought.
(Short Answer)
4.8/5
(43)
A plan for solving a problem is not an algorithm if it requires infinite time or data.
(True/False)
4.8/5
(35)
An abstract step is one for which some details remain unspecified.
(True/False)
4.8/5
(33)
The general case of a recursive solution determines when the recursion stops.
(True/False)
4.7/5
(43)
A(n) _______________ is a set of instructions for solving a problem in a finite amount of time using a finite amount of data.
(Short Answer)
4.9/5
(39)
What is the practice of hiding the details of a module with the goal of controlling access to the details of the module?
(Multiple Choice)
4.8/5
(38)
After a program is in use, changes made to it to enhance functionality or fix errors is called _______________.
(Short Answer)
4.9/5
(35)
The first pass of the _______________ sort algorithm scans the list for the item that should be first in the list, then puts it there.
(Short Answer)
4.8/5
(37)
An array is a named homogeneous collection of items in which individual items are accessed by an index.
(True/False)
4.9/5
(38)
_______________ is the ability of a subprogram to call itself.
(Short Answer)
4.8/5
(49)
Showing 1 - 20 of 48
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)