denary, binary and hexadecimal w/ equations Flashcards
What is denary
base 10, 0->10
What is binary represented as
base 2, 0->1, thought of as on/off
what is data stored as
binary digits(bits)
what is nibble
4 bits
what is byte
8 bits
what is kilobyte/kibibyte
1000 bytes/1024 bytes
megabyte/mebibyte
100 kilobytes/1024 kibibytes
what is first 4 in binary sequence
8,4,2,1
what is 1010 in denary
10
what base is hexadecimal
16—-0->0,10->a->f
Why is it useful?
can represent a pattern of 4 bits in 1 hexdigit
convert 31 into hexadecimal
1F how many times does 16 go into 31->1
how many times does 1 go into 15->15->f
16|1
1 |f
convert 210 into hexadecimal
210
27(hex) into decimal
216+17=39
1101 in hex
1101–>decimal= 8+4+1=13
b->binary
8|4|2|1
1|0|1 |1
Advantages of Unicode
It can be the universal code for all computers