Binary 2 Worksheet
Binary 2 Worksheet
In this activity we will explore a type of numbering system that you may not have seen
before called Binary.
Note: it is advised to have a calculator to hand when completing this worksheet.
• The number system that we will look at in this worksheet is called Binary
• This is the number system consisting only of the digits 0 and 1
• For example, 10, 1011, 0101001 and 1110110 are all Binary numbers
• Binary is essentially the ‘language of computers’ in that computers use binary to store
and work with data
This worksheet will introduce the method to how we can switch from the decimal numbering
system to the binary numbering system.
The expression above is fairly simple to understand because 24 is a multiple of 3, such that
3 x 8 = 24.
Suppose instead we have: 26 ÷ 3
In this case, we calculate that 3 “goes into” 26 8 times (3 x 8 = 24) and then we have some
amount left over. We express this as follows:
Dividend Remainder:
26 ÷ 3 = 8 remainder 2 The integer
left over
Integer quotient:
Divisor The maximum number of times our
divisor “goes into” our dividend
Note: by ‘integer’, we mean a whole number.
We will practice a few of these on the next page…
Binary 2
Have a go at solving the following questions, using what we have just learnt:
Example: 35 ÷ 3 = 11 remainder 2
1) 39 ÷ 4 = ___ remainder ___
Step 1 Divide the given decimal number by 2 and note down the remainder.
Step 2 Divide the resulting quotient by 2, and note the remainder again.
Step 3 Repeat the above steps until you get 0 as the quotient.
Step 4 Write the remainders in such a way that the last remainder is written first,
followed by the rest in the reverse order.
Let’s understand this with an example: Convert the decimal number 19 to binary.
Step 1 19 ÷ 2 = 9 remainder 1
Step 2 9 ÷ 2 = 4 remainder 1
Step 3 4 ÷ 2 = 2 remainder 0
2 ÷ 2 = 1 remainder 0
1 ÷ 2 = 0 remainder 1
We have got 0
as the quotient
so we stop here
Step 4 1 0 0 1 1
Therefore, we find that:
19 = 10011
Decimal Binary
Binary 2
Decimal to Binary Conversion Activity Use the example on the previous page
to help and check each step of your
Convert the following decimal numbers to binary: workings!
Example 1. 2.
Decimal: 17 Decimal: 24 Decimal: 25
17 ÷ 2 = 8 remainder 1
___________________ ___________________ ___________________
8 ÷ 2 = 4 remainder 0
___________________ ___________________ ___________________
4 ÷ 2 = 2 remainder 0
___________________ ___________________ ___________________
2 ÷ 2 = 1 remainder 0
___________________ ___________________ ___________________
1 ÷ 2 = 0 remainder 1
___________________ ___________________ ___________________
___________________ ___________________ ___________________
10001
Binary: ____________ Binary: ____________ Binary: ____________
3. 4. 5.
Decimal: 42 Decimal: 47 Decimal: 50
Hint:
If the decimal is an odd number, the right-most binary digit will be a 1.
If the decimal is an even number, the right-most binary digit will be a 0.
Extension questions: (these might take slightly longer but they follow the same method!)
___________________ ___________________
___________________ ___________________
___________________ ___________________
___________________
___________________
___________________
___________________
___________________
___________________
___________________
___________________
___________________
___________________
___________________
Binary: ____________
Binary: ____________
Binary 2
Solutions
Activity 1: Quotients and Remainders
1) 39 ÷ 4 = 9 remainder 3
2) 44 ÷ 5 = 8 remainder 4
3) 17 ÷ 3 = 5 remainder 2
4) 30 ÷ 3 = 10 remainder 0