Page 121 - TP_Pluse_V2.2_Class_7
P. 121
The left and right brain of an human process the data as follows:
Left Brain Right Brain
Right side of body control Left side of body control
Number skills 3D shapes
Math/Scientific skills Music/Art awareness
Written language Intuition
Spoken language Creativity
Objectivity Imagination
Analytical Subjectivity
Logic Synthesizing
Reasoning Emotion
Face recognition
Binary Representation of Information
Binary code is the most basic form of data that a computer can directly interpret. Computers use
binary code, composed of 1s and 0s, to store and process data. These 1s and 0s represent electrical
signals: ON for 1 and OFF for 0. For instance, the number 5 is stored as 0101 in binary.
Binary numbers can also represent text characters through the American Standard Code for
Information Interchange (ASCII). For example, the binary code for the ASCII uppercase letter 'A' is
1000001.
Let’s CatCh uP
Look at these binary codes of numbers 1-10.
Number Binary Number Binary
1 0001 6 0110
2 0010 7 0111
3 0011 8 1000
4 0100 9 1001
5 0101 10 1010
Now answer the following in binary digits:
1. Write all the prime numbers between 1 and 10.
2. Write all the even numbers between 1 and 10.
3. Write the sum of 5 and 4.
4. Write all the numbers divisible by 3 between 1 and 10.
Algorithmic Intelligence 119

