Exam 12: Manipulating Larger Quantities of Data

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

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)

A bubble sort is sometimes called a ____ sort.

(Multiple Choice)
4.7/5
(46)

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)

The bubble sort is the only sorting algorithm that exists.

(True/False)
4.7/5
(42)
Showing 21 - 40 of 50
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)