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
A record's ____ field is the field whose contents make the record unique among all records in a file.
Free
(Multiple Choice)
4.8/5
(26)
Correct Answer:
D
A(n) ____________________ array is defined as any array that has more then one dimension.
Free
(Short Answer)
4.8/5
(44)
Correct Answer:
multidimensional
multi-dimensional
When mathematicians use a two-dimensional array, they often call it a(n) ____________________.
Free
(Short Answer)
4.9/5
(40)
Correct Answer:
matrix
table
Insertion sort is an unintuitive sorting algorithm, and bears little resemblance to any real-world manual sorting method.
(True/False)
4.8/5
(33)
In every popular computer coding scheme, "B" is numerically one greater than "A," and "y" is numerically one less than "z."
(True/False)
4.9/5
(33)
When you are unsure how many values in an array will need to be sorted, that array is said to be of ____________________ size.
(Short Answer)
4.9/5
(34)
In a ____ storage device, records can be accessed in any order.
(Multiple Choice)
4.9/5
(44)
____________________ order refers to a "real" order for storage.
(Short Answer)
4.9/5
(40)
The number of times you need to process the list of values is ____ than the number of elements in the array.
(Multiple Choice)
4.9/5
(39)
The greatest number of pair ____________________ you need to make during each bubble sort loop is one less than the number of elements in the array.
(Short Answer)
4.8/5
(38)
With an ascending bubble sort, after each adjacent pair of items in a list has been compared once, the largest item in the list will have risen to the top.
(True/False)
4.9/5
(28)
You can use a(n) ____ to access data records in a logical order that differs from their physical order.
(Multiple Choice)
4.9/5
(43)
The ____________________ is a data structure that contains the physical address of the next record in every logical record.
(Short Answer)
4.8/5
(30)
When computers sort data, the type of values being compared are always ____________________.
(Short Answer)
4.9/5
(38)
An array that you can picture as a column of values, and whose elements you can access using a single subscript, is a ____ array.
(Multiple Choice)
5.0/5
(39)
____________________ arrays require two subscripts to reference the contained elements.
(Essay)
4.9/5
(32)
The maximum allowable number of array dimensions in many programming languages, including C# and Visual Basic, is ____________________.
(Short Answer)
5.0/5
(32)
The ____________________ of a record makes that record unique among all other records.
(Short Answer)
4.7/5
(45)
A(n) ____ is a structure in memory that contains records with one extra field for each record.
(Multiple Choice)
4.7/5
(33)
Showing 1 - 20 of 50
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)