Computing Grade7: Prepared by Mr. Mohamed Gad
Computing Grade7: Prepared by Mr. Mohamed Gad
GRADE7
PREPARED BY
MR. MOHAMED GAD
THE NATURE OF TECHNOLOGY
• Digital Data :
How Computer Save our data? How save data like text , images and audio
A Computer stores data in digital files only contains the chracters Zero and
One .
Video and animation are created by showing a series of still images very quickly.
STORING DATA
• Humans Store Data –lots of data , we need to store data so that we can use it
again when we need it .
• Early people stored data about important events by painting image on a walls
or cave walls and by carving images .
WHAT IS DIGITAL DATA ?
• When you communicate in English , you use letters and numbers .we
use 26 letters and 10 digits from 0 to 9 also we use punctuation
characters such as the comma and full stop so you can make
combination with these character to make words and sentences .
• Computers Stores data using only digits , this data called digital data.
• The computer uses only 2 digits (0 and 1)every file stored on a
computer is made up of Zeros and Ones .
BINARY NUMBERS :
Action Code
One step left 00
One step right 01
One step up 10
One step down 11
WHY COMPUTER USE DIGITAL DATA?
• You can use your knowledge of base 2 to read binary numbers , the
easiest way to understand a binary number is to convert the binary
number into a decimal number.
• First we draw a table like given the ones in the example .
• Second in the first row of the table write the value of each column ,
starting with units from right and column and multiply by 2 each time
8s 4s 2s units
you move from right
• Write the number you want to convert in the second row of your table .
• Multiply each digit in the number you want to convert by the column value :
1x8=8 1x4=4 0 x2=0 1 x 1 =1
• Add the result together , the total is the value of binary as decimal number
8+4+0+1 =13
1101 in binary is 13 in decimal
8s 4s 2s Units
1 1 0 1