Exam 9: Sorting,stacks,and Queues
Exam 1: General Problem-Solving Concepts19 Questions
Exam 2: Beginning Problem-Solving Concepts for the Computer22 Questions
Exam 3: Planning Your Solution24 Questions
Exam 4: An Introduction to Programming Structure21 Questions
Exam 5: Problem Solving With the Sequential Logic Structure23 Questions
Exam 6: Problem Solving With Decisions25 Questions
Exam 7: Problem Solving With Loops20 Questions
Exam 8: Processing Arrays22 Questions
Exam 9: Sorting,stacks,and Queues19 Questions
Exam 10: File Concepts22 Questions
Exam 11: Linked Lists17 Questions
Exam 12: Binary Trees17 Questions
Exam 13: Database Management10 Questions
Exam 14: Relational Database Management Systems9 Questions
Exam 15: Concepts of Object Oriented Programming23 Questions
Exam 16: Object Oriented Program Design20 Questions
Exam 17: Introduction to Concepts of Game Development Using Object Oriented Programming16 Questions
Exam 18: Introduction to Assembly Language13 Questions
Exam 19: Sequential-Access File Applications23 Questions
Exam 20: Sequential File Updating21 Questions
Select questions type
Queues use pushing and popping to add and delete data.
Free
(True/False)
4.8/5
(33)
Correct Answer:
False
Sorting is done through multiple comparisons and exchanges.
Free
(True/False)
4.7/5
(37)
Correct Answer:
True
Use the bubble sort method to show the first pass of the following array: Element Values 1 15 2 23 3 17 4 12 5 65
(Multiple Choice)
4.8/5
(34)
Data structures are the various ways to store data in the computer.
(True/False)
4.8/5
(44)
The sorting technique that requires the least number of comparisons and exchanges is the selection-exchange method.
(True/False)
4.7/5
(32)
Use the selection exchange method to show the first pass of the following array:
Element Values 1 15 2 23 3 17 4 12 5 65
(Multiple Choice)
4.8/5
(36)
Given a stack,what would the final value of the stack pointer be after the following instructions were executed:
PUSH 23
PUSH 35
PUSH 42
POP X
PUSH 20
POP X
POP X
PUSH 30
(Multiple Choice)
4.8/5
(29)
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)