Exam 8: Advanced Data Handling Techniques

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

When a large data file needs to be processed in ascending or descending order based on a particular field, the most efficient approach is usually to store and access records based on their logical order.

(True/False)
4.8/5
(37)

Explain why you might want to use a two-dimensional array.

(Essay)
4.7/5
(37)

The sorting process is usually reserved for a relatively large number of data items.

(True/False)
4.9/5
(36)

You do not need to determine a record's exact physical address in order to use it.

(True/False)
5.0/5
(46)

You can make additional improvements to a bubble sort to reduce unnecessary comparisons.

(True/False)
4.7/5
(37)

In its simplest form, creating a(n) ____________________ list involves creating one extra field in every record of stored data.

(Short Answer)
4.8/5
(41)

When you ____ records, you store a list of key fields paired with the storage address for the corresponding data record.

(Multiple Choice)
4.9/5
(36)

Describe a two-dimensional array.

(Essay)
4.7/5
(43)

A two-dimensional array contains two dimensions: ____.

(Multiple Choice)
4.8/5
(44)

The most popular computer coding schemes include ASCII, Numeric, and EBCDIC.

(True/False)
4.7/5
(45)

Describe a bubble sort.

(Essay)
4.8/5
(31)
Showing 41 - 51 of 51
close modal

Filters

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