Units & Binary - 1.2.2 Flashcards
What is the order of units?
Bit
Nibble - 4 bits
Byte - 2 nibbles
Kilobyte
Megabyte
Gigabyte
Terabyte
Petabyte
What is a character set? Examples (2):
A table of data that links a character to a number
Allows the computer system to convert text into binary
ASCII or Unicode
How many bits does ASCII use?
7 bits so 128 characters in total
Includes punctuation codes, uppercase, lowercase, numbers and control codes
How many bits does extended ASCII use?
8 bits so 256 characters
Allows for special characters like accented letters for French and Spanish
What is Unicode, how many bits does it use?
Replaced ASCII as it has much more variety of characters like foreign characters
Uses 16 bits so over 65,000 characters possible
What is the denary number 63 in binary and hexadecimal?
00111111
3F
FA in binary and denary?
250
11111010
10101011 in hexadecimal and denary?
AB
171
220 in binary and hexadecimal?
11011100
DC
75 in denary and binary?
117
01110101