Exam 8: Advanced Data Handling Concepts
Exam 1: An Overview of Computers and Programming60 Questions
Exam 2: Elements of High-Quality Programs59 Questions
Exam 3: Understanding Structure60 Questions
Exam 4: Making Decisions60 Questions
Exam 5: Looping59 Questions
Exam 6: Arrays60 Questions
Exam 7: File Handling and Applications59 Questions
Exam 8: Advanced Data Handling Concepts60 Questions
Exam 9: Advanced Modularization Techniques60 Questions
Exam 10: Object-Oriented Programming60 Questions
Exam 11: More Object-Oriented Programming Concepts60 Questions
Exam 12: Event-Driven Gui Programming, Multithreading, and Animation60 Questions
Select questions type
In its simplest form,creating a(n)____________________ list involves creating one extra field in every record of stored data.
Free
(Short Answer)
4.9/5
(46)
Correct Answer:
linked
To correctly swap two values,you create a(n)____ variable to hold one of the values.
Free
(Multiple Choice)
4.8/5
(28)
Correct Answer:
D
Each element in a two-dimensional array requires ____ subscript(s)to reference it.
Free
(Multiple Choice)
5.0/5
(38)
Correct Answer:
B
In a(n)____,if an element is out of order relative to any of the items earlier in the list,you move each earlier item down one position and then insert the tested element.
(Multiple Choice)
4.9/5
(44)
The sorting process is usually reserved for a relatively large number of data items.
(True/False)
4.7/5
(44)
A record's ____ field is the field whose contents make the record unique among all records in a file.
(Multiple Choice)
4.9/5
(34)
When using a bubble sort to sort a 10-element array,on the fourth pass through the array list you detect that no swap has occurred.This indicates ____.
(Multiple Choice)
4.7/5
(41)
When you ____ records,you store a list of key fields paired with the storage address for the corresponding data record.
(Multiple Choice)
4.7/5
(38)
When you sort records,two possible approaches are to place related data items in parallel arrays and to ____.
(Multiple Choice)
4.9/5
(34)
An array whose elements you can access using a single subscript is a ____ array.
(Multiple Choice)
4.8/5
(36)
If you are performing a(n)____________________ bubble sort,then after you have made one pass through the list,the largest value is guaranteed to be in its correct final position at the bottom of the list.
(Short Answer)
4.9/5
(35)
When you use an index,you can store records on a ____ storage device.
(Multiple Choice)
4.8/5
(40)
One way to access records in a desired order,even though they might not be physically stored in that order,is to create a(n)____.
(Multiple Choice)
4.8/5
(44)
Match each term with a statement below.
-A virtual order based on any criterion you choose
(Multiple Choice)
4.7/5
(33)
When you learn a method like sorting,programmers say you are learning a(n)____.
(Multiple Choice)
4.9/5
(27)
Showing 1 - 20 of 60
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)