Exam 8: Abstract Data Types and Subprograms
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
Which of the following is organized as a hierarchy?
Free
(Multiple Choice)
4.8/5
(36)
Correct Answer:
D
In order to answer the question of whether you can travel from Boston to Los Angeles on your favorite airline, you would use a(n) __________________ searching algorithm defined on a graph.
Free
(Short Answer)
4.8/5
(41)
Correct Answer:
depth-first
In a(n) _______________ graph, the edges point from one node to another.
Free
(Short Answer)
4.9/5
(41)
Correct Answer:
directed
A(n) _______________ is an abstract data type that operates on a "first in, first out" (FIFO) manner.
(Short Answer)
4.8/5
(35)
What is the minimum number of nodes in a binary tree with 3 levels?
(Multiple Choice)
4.8/5
(33)
A(n) _______________ structure is based on the concept of a node and pointers between nodes.
(Short Answer)
5.0/5
(38)
A(n) _______________ is a data type whose data and operations are specified independently of any particular implementation.
(Short Answer)
4.9/5
(32)
Which of the following scientists developed the basic computer architecture that continues to be used today?
(Multiple Choice)
4.8/5
(27)
The root node in a tree is the only node that does not have a parent.
(True/False)
4.8/5
(36)
The operations on a list differ depending on the implementation strategy used.
(True/False)
4.8/5
(28)
The effect of the following queue operations will be to print "HI": Enque(myQueue,'I'), Enque(myQueue,'H'), Dequeue(myQueue,value), Write value, Dequeue(myQueue, value), Write value.
(True/False)
4.7/5
(39)
Non-value-returning subprograms must always have a RETURN statement.
(True/False)
4.9/5
(43)
Which level provides a view that deals with the underlying data structure used to manage the data?
(Multiple Choice)
4.8/5
(28)
Showing 1 - 20 of 49
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)