0% found this document useful (0 votes)
169 views3 pages

Understanding Binary Code Basics

The document explains binary code, providing examples of how to convert decimal numbers to binary and vice versa. It includes exercises for writing binary code for specific numbers and words, as well as decoding binary code into numbers and words. Answers to the exercises are also provided at the end.

Uploaded by

Herry Iskandar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
169 views3 pages

Understanding Binary Code Basics

The document explains binary code, providing examples of how to convert decimal numbers to binary and vice versa. It includes exercises for writing binary code for specific numbers and words, as well as decoding binary code into numbers and words. Answers to the exercises are also provided at the end.

Uploaded by

Herry Iskandar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

What Is Binary Code?

32 16 8 4 2 1

How would you write the following numbers using binary code?

Example:

21 = 10101 because (16 x 1) + (8 x 0) + (4 x 1) + (2 x 0) + (1 x 1) = 21.

1 The binary code for 7 is 

2 The binary code for 13 is 

3 The binary code for 19 is 

4 The binary code for 28 is 

5 The binary code for 47 is 

What number does the following binary code represent?

Example:

1011 = 9 because (8 x 1) + (4 x 0) + (2 x 1) + (1 x 1) = 9.

1 The binary code 101 represents the number 

2 The binary code 1010 represents the number 

3 The binary code 1111 represents the number 

4 The binary code 10110 represents the number 

5 The binary code 111001 represents the number 

Page 1 of 2 visit twinkl.com


What Is Binary Code?

A 01000001 H 01001000 O 01001111 V 01010110


B 01000010 I 01001001 P 01010000 W 01010111
C 01000011 J 01001010 Q 01010001 X 01011000
D 01000100 K 01001011 R 01010010 Y 01011001
E 01000101 L 01001100 S 01010011 Z 01011010
F 01000110 M 01001101 T 01010100
G 01000111 N 01001110 U 01010101

Write the binary code for the following words:

Example: CAT is 01000011 01000001 01010100

1 DOG is 

2 CODE is 

3 BLOG is 

4 DEBUG is 

5 SEARCH is 

What word does the following binary code represent?

Example: 01001100 01001111 01001111 01010000 is LOOP

1 01001011 01000101 01011001 is 

2 01000100 01000001 01010100 01000001 is 

3 01000110 01001001 01001100 01000101 is 

4 01010011 01000001 01010110 01000101 is 

5 01000101 01000100 01001001 01010100 is 

Page 2 of 2 visit twinkl.com


What Is Binary Code? - Answers
How would you write the following numbers using binary code?
1 The binary code for 7 is 111
2 The binary code for 13 is 1101
3 The binary code for 19 is 10011
4 The binary code for 28 is 11100

5 The binary code for 47 is 101111

What number does the following binary code represent?


1 The binary code 101 represents the number 5
2 The binary code 1010 represents the number 10
3 The binary code 1111 represents the number 15
4 The binary code 10110 represents the number 22

5 The binary code 111001 represents the number 57

Write the binary code for the following words:


1 DOG is 01000100 01001111 01000111
2 CODE is 01000011 01001111 01000100 01000101
3 BLOG is 01000010 01001100 01001111 01000111
4 DEBUG is 01000100 01000101 01000010 01010101 01000111

5 SEARCH is 01010011 01000101 01000001 01010010 01000011 01001000

What word does the following binary code represent?


1 01001011 01000101 01011001 is KEY
2 01000100 01000001 01010100 01000001 is DATA
3 01000110 01001001 01001100 01000101 is FILE
4 01010011 01000001 01010110 01000101 is SAVE
5 01000101 01000100 01001001 01010100 is EDIT

visit twinkl.com

You might also like