Exam 8: Advanced Data Handling Concepts

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

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

Free
(Short Answer)
4.9/5
(46)
Correct Answer:
Verified

linked

To correctly swap two values,you create a(n)____ variable to hold one of the values.

Free
(Multiple Choice)
4.8/5
(28)
Correct Answer:
Verified

D

Each element in a two-dimensional array requires ____ subscript(s)to reference it.

Free
(Multiple Choice)
5.0/5
(38)
Correct Answer:
Verified

B

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
(44)

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

(True/False)
4.7/5
(44)

A record's ____ field is the field whose contents make the record unique among all records in a file.

(Multiple Choice)
4.9/5
(34)

An insertion sort is another name for a bubble sort.

(True/False)
4.8/5
(36)

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.7/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.7/5
(38)

When you sort records,two possible approaches are to place related data items in parallel arrays and to ____.

(Multiple Choice)
4.9/5
(34)

An array whose elements you can access using a single subscript is a ____ array.

(Multiple Choice)
4.8/5
(36)

If you are performing a(n)____________________ bubble sort,then after you have made one pass through the list,the largest value is guaranteed to be in its correct final position at the bottom of the list.

(Short Answer)
4.9/5
(35)

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

(Essay)
4.9/5
(37)

When you store data records,they exist in ____.

(Multiple Choice)
5.0/5
(40)

When you use an index,you can store records on a ____ storage device.

(Multiple Choice)
4.8/5
(40)

Describe an insertion sort.

(Essay)
4.8/5
(38)

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
(44)

Match each term with a statement below. -A virtual order based on any criterion you choose

(Multiple Choice)
4.7/5
(33)

When you learn a method like sorting,programmers say you are learning a(n)____.

(Multiple Choice)
4.9/5
(27)

Match each term with a statement below. -Algorithm

(Multiple Choice)
4.8/5
(33)
Showing 1 - 20 of 60
close modal

Filters

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