Data Representation: Convert 56 To Binary Number Convert 25 To Binary Number
Data Representation: Convert 56 To Binary Number Convert 25 To Binary Number
SCHOOL
0,1
REPRESENTATION These binary digits are known as bits
8 of these bits make up a byte
A byte represents an alphabetical letter or
some other character (one of the many
symbols on the keyboard)
Eg. A is 01000001
a is 01100001
a space is 00100000
CONVERTING DECIMALS TO
Binary Digits BINARY DIGITS
1
Converting Binary numbers to
Convert the following to decimal
Decimal numbers
The place value of binary numbers is as 11001 is
follows:
1x16 1x8 0x4 0x2 1x1 = 16+8+0+0+1=25
32s 16s 8s 4s 2s 1s
Ie multiply by 2 to get the next place
111000 is
value on the left
1x32 1x16 1x8 0x4 0x2 0x1 =
32+16+8+0+0+0=56
1001
+ 101
111 0
Ans = 101100
2
Negative Numbers What is -25 ( using 8 bits)?