Information Representation Flashcards
Denary Definition
base-10 number system that uses values 0-9 to represent each digit.
Hexadecimal definition
base-16 number system that uses values 0-9 and characters A-F
3 advantages of hexadecimal
*Easy to read, write and understand.
*Shorter way of representing binary
*Easier to debug and locate errors in data.
Name 3 ways in which hexadecimal is used
*Define locations in memory
*Colour values
*MAC addresses
Binary definition
base-2 number system that uses values 0 and 1.
Bit definition
a digit expressed using either 0 or 1 in a binary number system.
Byte definition
a group of eight bits treated as a single unit.
Nibble definition
a group of four bits.
Binary prefix definition
A prefix to define the magnitude of a value. E.g., Kibi, mebi, gibi and tebi representing factors 2^10, 2^20, 2^30 and 2^40 respectively.
How much is one kibibyte?
1024 bytes
How much is one kilobyte?
1000 bytes
Decimal prefix definition
A prefix to define the magnitude of a value. E.g., Kilo, mega, giga, and tera representing factors of 10^3, 10^6, 10^9 and 10^12 respectively.
Binary Coded Decimal definition
storage of a binary value representing one denary digit in a nibble.
Where is BCD used?
Used in:
screen on a calculator
digital time display
Representation of currency values
Bar codes
Packed BCD definition
two BCD nibbles stored in one byte
Overflow definition
a condition when the result of a calculation is too large to fit into the number of bits defined for storage.
How many codes could original 7-bit ASCII store?
128
Who was ASCII standardised by?
American National Standards Institute (ANSI)
What are non-printing or control characters
introduced in ASCII to help in data transmission or data handling at computer terminals
For which bit do the uppercase letter codes differ from the lowercase in ASCII?
The 5th bit
Standardised version of Extended ASCII and what does it include
ISO Latin-1. Accented/modified alphabets. up to 256 codes.
What was unicode developed alongside?
Universal character Set UCS scheme
What is the most popular version of unicode?
UTF-8
Which unicode codes are the same as ASCII?
First 128
What is a character code called in unicode and how is it documented
Code point
U+ 4-digit hexadecimal number.