Exam 12: Manipulating Larger Quantities of Data
Exam 1: An Overview of Computer Programming50 Questions
Exam 2: Applications and Data50 Questions
Exam 3: Making Decisions50 Questions
Exam 4: Looping50 Questions
Exam 5: Arrays50 Questions
Exam 6: Using Methods50 Questions
Exam 7: Object-Oriented Concepts50 Questions
Exam 8: More Object Concepts50 Questions
Exam 9: Event-Driven Programming With Graphical User Interfaces50 Questions
Exam 10: Exception Handling50 Questions
Exam 11: System Modeling With the Uml50 Questions
Exam 12: Manipulating Larger Quantities of Data50 Questions
Select questions type
Suppose the value of RENT_BY_FLOOR_AND_BDRMS[0][1] is 390.The value within the first pair of brackets following the array name refers to the ____.
(Multiple Choice)
4.7/5
(46)
For a descending sort in which you want to end up with the highest value first, write the decision so that you perform the switch when score[x] is ____ score[x + 1].
(Multiple Choice)
4.7/5
(38)
In a bubble sort, you use an outer loop to make the pair comparisons.
(True/False)
4.7/5
(42)
You can think of the single dimension of a single-dimensional array as the height of the array.
(True/False)
4.9/5
(42)
You can use a bubble sort to arrange records in either ascending or descending order.
(True/False)
4.9/5
(34)
When records are arranged in ____ order, it means that they are arranged from lowest to highest value.
(Multiple Choice)
4.7/5
(32)
When records are in ____ order, it means that they are arranged one after another on the basis of the value in some field.
(Multiple Choice)
4.9/5
(41)
In a(n) ____ sort, items in a list are compared with each other in pairs, and when an item is out of order, it swaps values with the item below it.
(Multiple Choice)
4.9/5
(39)
Two-dimensional arrays are never actually required in order to achieve a useful program.
(True/False)
4.9/5
(38)
When records are arranged in ____ order, it means that they are arranged from highest to lowest value.
(Multiple Choice)
4.8/5
(29)
When you ____ records, you store a list of key fields paired with the storage address for the corresponding data record.
(Multiple Choice)
4.8/5
(34)
The "real" order in which values are stored in memory is known as the ____ order.
(Multiple Choice)
4.9/5
(42)
Some languages access two-dimensional array elements with ____ separating the subscript values.
(Multiple Choice)
4.7/5
(40)
Swapping two values is a concept that is central to most sorting techniques.
(True/False)
4.9/5
(29)
When you swap variables, you need to use a(n) ____________________ variable.
(Short Answer)
4.9/5
(30)
A three-dimensional array's subscripts are often referred to as row, column, and ____.
(Multiple Choice)
4.9/5
(36)
A(n) ____ is a list of instructions that accomplish a task.
(Multiple Choice)
4.9/5
(42)
____________________ arrays are two or more arrays that contain related data that appear in the same relative position in each array.
(Short Answer)
4.8/5
(32)
Showing 21 - 40 of 50
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)