Unit 3: Data Representation Flashcards

1
Q

Bit

A

Short for binary digit, 0 or 1

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

Byte

A

8 Digits

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

Number Bases

A

Used to represent data, including binary and decimal

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

Binary (Base 2)

A

Using only combinations of 0 and 1

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

Decimal (Base 10)

A

Using only combinations of 0 to 9

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

Modulus Operator

A

An arithmetic operator used to return the remainder of a division operation

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

Overflow Error

A

An error caused by the limitation of the range of values and mathematical operations on those values by representing integers with a fixed number of bits

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

Round-Off error

A

An error caused by the limitation of using a fixed number of bits to represent real numbers which limits the range and mathematical operations on those values

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

List

A

An ordered sequence of elements

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

Element

A

An individual value in a list that is assigned a unique index

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

Index

A

A common method for referencing the elements in a list or string using natural numbers

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

Complete list traversal

A

All elements in the list are accessed

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

Partial list traversal

A

Only a portion of elements in the list are accessed

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

Fixed-Point Representation

A

A method of representing fractional (non-integer) numbers by storing a fixed number of digits of their fractional part.

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

Floating-Point Representation

A

A type of number used in computer programming that is used to represent real numbers with a high degree of precision

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