Computer Science Programming Blog 5

Abinezer Abebe

STEM 

Week 5

                                                  Computer Based Research  

Computers use an electrical signals that are on or off also known as 1s and 0s. Every kind of data sent to the computer are eventually converted into 0s and 1s. Binary is a two digit system that writes in 1s and 0s. To convert a number into binary number start with the integer and divide it by 2 keep notice of the quotient and the remainder. Repeat this process until the quotient is equal to 0. The digits then are used to store data inside the computer. The reason computers use Binary is for hardware and law of physics. Inside your computer is electrical signals. In the first era of computers the signals were much harder to measure and they used an on and off systems. The on state would be represented with an negative charge and off state represented with a positive charge. Why don't computers use a decimal system instead of Binary. Binary is way more efficient computers wouldn't have to process longer amounts of data and take up more time and data. An on and off compared to a measure of ten numeric values it wouldn't make any sense to use the decimals system when we can easily transfer decimal to Binary.




https://edu.gcfglobal.org/en/computer-science/binary/1/

https://www.computerhope.com/jargon/b/binary.htm































Comments

Popular posts from this blog

Computer Science Programming Language Blog 2

Computer Science Programming Language Blog 3

Computer Science Programming Blog 9