- Get link
- X
- Other Apps
TODAY GOING TO HERE PRESENT BINARY STRING WE ARE ALREADY DISCUSS ABOUT BINARY LANGUAGES PREVIES SESSION TOADY DISCUSS ABOUT ABOUT BINARY STRIN G SO LET'S START.
WHAT IS BIANRY?
Binary is a way of representing information using 1 and 0 or on and off. The number system that we normally use is the decimal number system. it has ten numbers:0-9. Binary system only has two number: 0 and 1.
BINARY DIGITS---Computer break down all complex function into simple 0 and 1.Every single 0 or 1 ia called a bit stand for binary digits. 01100111.
HOW COMPUTER USE BANARY?
Our block program written using blockly are converted to computer languages programs which the computer understand run.
BINARY STRING
It is a combination of 0 and 1. & how to use data .
010101010101100, 01010101010, 0011000111101, form of binary digit.
what is a binary image called as? and what is bitmaps composed of?
Computer store images as and these are called as bitmaps. Bitmaps are composed of a series of small dots called pixels.
WHAT IS ALGORITHEM?
Algorithms is a plans pf step by step instruction to complete tasks or solve a problem. Any big tasks or problem need to bee broken down into smaller steps to help solve the problems. Instructions in an algorithm must be exact very specific ordered and clear.
example: how do you brush your teeth.
step one --- fetching toothbrush
step two ---- fetch toothbrush
step three --- put toothpaste on toothbrush
step four--- brush your teeth
step five --- brush your teeth
step six-- rinse and spit.
EXAMPLE NO 2 : Can you break down the task of pouring water into a glass into smalll commands steps for the computer?
1 take a bottle full of water
2 open the lid
3 take a glass
4 pour water form the bottle into the glass.
5 close the lid of the bottle.
... Important point to remember
When you write an algorithm or step for a task no matter who does it the task would be done exactly your way.
Every single things with all exact must be told be the computer. we cannot assume that it will thing and understand on its own.
MORE ABOUT ALGORITHEMS
Converting the steps if algorithm in a languages that the computer understands is referred to as programing or coding .
each step of the algorithm became a command for the computer.
- Get link
- X
- Other Apps
Comments