Data Representation Flashcards
Natural Number
a whole number that is used in counting
Rational Number
any value that can be expressed as a ratio or fraction
Irrational number
a number that cannot be expressed as a fraction and has an endless series of non-repeating digits.
Ordinal numbers
describes the numerical position of objects
Decimal (denary)
base 10 (uses digits 0 through 9)
Hexadecimal
base 16 (uses digits 0-9 and letters A to F)
Binary
base 2 (uses 0s and 1s)
Why is the hexadecimal system used?
it is simple to represent a byte in just two digits, and fewer mistakes are likely to be made in writing a hex number than a string of binary digits
Bit
the fundamental unit of information in the form of either a single 1 or 0
Byte
a set of eight bits
Nibble
a set of four bits
ASCII code
uses 7 bits which form 128 different bit combinations. The first 32 codes represent non-printing characters used for control.
Unicode
16-bit code - allowed more combinations and could represent alphabets from different languages
Error checking
bits can change erroneously during transmission owing to interference. Computers use a variety of systems to verify that the data they receive is actually the same as the data that was sent.
Parity bits
an additional bits that is used to check that the other bits transmitted are likely to be correct