Set: CISP300 Ch. 9

Familiarize

Learn

Test

Play Scatter

Play Space Race

Combine with other sets Login to add to Favorites
Print: Term List | Flashcards Editing not allowed
Export Deleting not allowed

Sharing

With group: None (edit)
HTML link to set: Plain link:
Share on Facebook Share on MySpace

All 19 Terms

Term Definition
Sequential Order When records are sorted in this order, they are arranged one after another on the basics of the value in some field.
Sorted To be in order based on the contents of one or more fileds
Ascending Order Records in this order are arranged from lowest to highest, based on a value within a field.
Descending Order Records in this order are arranged from highest to lowest, based on a value within a field.
Median This is the value in a list that the middle position when the values are sorted.
Mean This is the value in a list that is the arithmetic average.
Swapping The process of setting the first variable equal to the value of the second, and the second variable equal to the value of the first.
Bubble Sort A sort in which you arrange records in either ascending or descending order by comparing items in a list in paris; when an irem is out of order, it swaps values with the item below it.
Sinking Sort Another name for a bubble sort.
Selection Sort The process of searching for the smallest list value, and then swapping it with the value in the first position You than repeat the process with each subsequent list position.
Physical Order The order in which it is actually sorted
Logical Order The order in which you use it, even though it is not necessarily physically stored in that order.
Key Field The field whose contents make the record unique among all records in a file.
Index To do this is to store a list of key fields paired with the storage address for the corresponding data records.
Random-Access Storage Device A storage device from which records can be accessed in any order such as a disk
Addresses Computer memory and storage locations have these.
Linked List To create this involves creating one extra field in every record of stored data, This extra filed holds the physical address of the next logical record.
Single-Dimensional Array/One-Dimensional Array An array that represents a single list of values.
Multidimensional Array An array that represents a table or grid containing rows and columns.

Set Information

Terms 19
Creator Cheechwood
Created April 2, 2008
Groups None
Tags cisp300, american, river, college
Access Anyone
Edit Creator Only
Pop out

Discuss

No Messages
Last Message: never

You must be logged in to discuss this set.

Top Users

  1. Cheechwood - 36 scores

Most Missed Words

  1. Selection SortThe process of searching for the smallest list value, and then swapping it with the value in the first position You than repeat the process with each subsequent list position. - 3 misses
  2. Key FieldThe field whose contents make the record unique among all records in a file. - 3 misses
  3. Sequential OrderWhen records are sorted in this order, they are arranged one after another on the basics of the value in some field. - 2 misses
  4. Ascending OrderRecords in this order are arranged from lowest to highest, based on a value within a field. - 2 misses
  5. Descending OrderRecords in this order are arranged from highest to lowest, based on a value within a field. - 2 misses
  6. Linked ListTo create this involves creating one extra field in every record of stored data, This extra filed holds the physical address of the next logical record. - 2 misses
  7. SortedTo be in order based on the contents of one or more fileds - 1 miss