Unit 3: Data Representation Flashcards
Bit
Short for binary digit, 0 or 1
Byte
8 Digits
Number Bases
Used to represent data, including binary and decimal
Binary (Base 2)
Using only combinations of 0 and 1
Decimal (Base 10)
Using only combinations of 0 to 9
Modulus Operator
An arithmetic operator used to return the remainder of a division operation
Overflow Error
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
Round-Off error
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
List
An ordered sequence of elements
Element
An individual value in a list that is assigned a unique index
Index
A common method for referencing the elements in a list or string using natural numbers
Complete list traversal
All elements in the list are accessed
Partial list traversal
Only a portion of elements in the list are accessed
Fixed-Point Representation
A method of representing fractional (non-integer) numbers by storing a fixed number of digits of their fractional part.
Floating-Point Representation
A type of number used in computer programming that is used to represent real numbers with a high degree of precision