Data Representation/Structures Glossary Flashcards

1
Q

Array

A

Data structure that holds a sort of list of similar data that are the same data type.

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

ASCII

A

Character encoding standard for electronic communication.

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

Binary

A

It’s a number system based in base 2. Computers can use this to work, by 0 being an off electric signal, and 1 is an on electric signal.

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

Bit

A

A signal binary number representing 2 possible values.

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

Bit Depth

A

The number of bits used to calculate one pixels colour in an image.

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

Bitmap

A

Raw uncompressed bit data that translates to an image.

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

Compression

A

A method to lower the size of a file.

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

Data Type

A

What type of data is a variable, and how it can be used in logical calculations without causing an error.

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

Floating Point

A

A data type that can represent decimal numbers or in other words numbers with a fractional part.

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

Matrix

A

Data structure in which a grid of numbers is stored.

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

Queue

A

A data structure which is an array where the first index is the item that has been in the array the longest and last index is the newest item in that array. (First in, First out)

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

Stack

A

A data type which is an array but items that are pushed into the array get popped of the array first. (Last in, first out)

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

Record

A

Like an array, where you store closely related data, but is not limited to one data type.

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

Set

A

Like an array, but can only hold unique values.

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

Resolution

A

The quality of an image or video. It’s how many pixels are used in the width and height.

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

Unicode

A

Character encoding standard used in electronic communications.