Computers
Computers
Binary system.
It is based on the number 2. Only two values ‘0’ and ‘1’ can be used in
this system.
Denary system
It is based on the number 10. The values 0-9 are used in this system.
Hexadecimal system
It is a base 16 system. It uses 16 digits – 0 to 9 and A to F.
Conversions
Binary to Denary – Table
Denary to Binary – Table
Binary to Hexadecimal – Create groups of four. Add the digits in each
group. Assign a hex value to each group.
Hexadecimal to Binary – Write the binary value for each hexadecimal
character.
Eg., B is 13, which in binary is 1101
Denary to Hexadecimal – Convert Decimal to Binary. Then convert
binary to Hexadecimal.
Hexadecimal to denary – Convert Hexadecimal to Binary. Then convert
binary to Denary.
Two’s complement
Two’s complement is used to allow the possibility of representing
negative numbers.
If a binary digit is given, flip the table (1s become 0s and 0s become 1s).
Now calculate the values using the binary to denary conversion method.
Don’t’ forget to assign negative value to the left most digit.
IMAGE
DATA STORAGE AND FILE COMPRESSION
A bit is a basic unit of computing.
It is either 1 or 0