Exam 8: Advanced Data Handling Techniques
Exam 1: An Overview of Computers and Proramming51 Questions
Exam 2: Elements of High Quality Programs51 Questions
Exam 3: Understanding Structure51 Questions
Exam 4: Making Decisions51 Questions
Exam 5: Looping51 Questions
Exam 6: Arrays51 Questions
Exam 7: File Handling and Applications51 Questions
Exam 8: Advanced Data Handling Techniques51 Questions
Exam 9: Advanced Modularization Techniques51 Questions
Exam 10: Object Oriented Programming51 Questions
Exam 11: More Object Oriented Programming Concepts51 Questions
Exam 12: Event Driven Gui Programming Multithreading and Animation51 Questions
Exam 13: System Modeling With the Uml51 Questions
Exam 14: Using Relational Databases51 Questions
Select questions type
To correctly swap two values, you create a(n) ____ variable to hold one of the values.
(Multiple Choice)
4.8/5
(44)
When you sort records, two possible approaches are to place related data items in parallel arrays and to ____.
(Multiple Choice)
4.8/5
(39)
Why might you never need to write a program that sorts data as a professional programmer?
(Essay)
4.8/5
(41)
When computers sort data, they always use ____ values when making comparisons between values.
(Multiple Choice)
4.8/5
(30)
Because "A" is always less than "B", alphabetic sorts are ____ sorts.
(Multiple Choice)
4.8/5
(40)
It is relatively easy for people to keep track of arrays with more than three dimensions.
(True/False)
4.9/5
(47)
Each element in a two-dimensional array requires ____ subscript(s) to reference it.
(Multiple Choice)
4.8/5
(33)
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.8/5
(36)
A ____sort is a sorting algorithm in which list values are divided into sorted and unsorted sublists.
(Multiple Choice)
4.8/5
(37)
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
(22)
When you use an index, you can store records on a ____ storage device.
(Multiple Choice)
4.8/5
(38)
A record's ____ field is the field whose contents make the record unique among all records in a file.
(Multiple Choice)
4.9/5
(48)
When you create a ____ report, the records must have been sorted in order by a key field.
(Multiple Choice)
4.7/5
(38)
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
(41)
An array whose elements you can access using a single subscript is a ____ array.
(Multiple Choice)
4.9/5
(45)
When you ____________________ values stored in two variables, you exchange their values.
(Short Answer)
4.9/5
(29)
Showing 21 - 40 of 51
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)