Exam 8: Advanced Data Handling Techniques

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

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)

Describe a one-dimensional array.

(Essay)
4.9/5
(32)

Because "A" is always less than "B", alphabetic sorts are ____ sorts.

(Multiple Choice)
4.8/5
(40)

Give an example of an occasion when you would need to sort records.

(Essay)
4.8/5
(35)

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)

Describe an insertion sort.

(Essay)
4.8/5
(35)

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)

Some programming languages allow multidimensional arrays.

(True/False)
4.8/5
(38)

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
close modal

Filters

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