Chapter 10 Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

Identifier

A

a unique name applied to an item of data.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Record (data type)

A

a composite data type comprising
several related items that may be of different data
types.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Composite data type

A

a data type constructed using
several of the basic data types available in a particular
programming language.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Array

A

a data structure containing several elements of

the same data type.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Index (array)

A

a numerical indicator of an item of

data’s position in an array.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Linear search

A

a method of searching in which each

element of an array is checked in order.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Bubble sort

A

a method of sorting data in an array into
alphabetical or numerical order by comparing adjacent
items and swapping them if they are in the wrong order.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

File

A

collection of data stored by a computer program to be used again.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Linked Lists

A

a list containing several items in which each item in the list points to the next item in the list.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Abstract Data Type (ADT)

A

a collection of data and a set of operations on that data.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly