What is binary code
Binary code is a base 2 system using numbers: 0 and 1 (meaning that the system only uses 2 numbers to create all of their numbers. We use a base 10 system to create any of our numbers: 1,2,3,4,5,6,7,8,9,0). Binary code is used to write data such as the instructions that the computer goes through, or the digital text you read every day.
The 0s and 1s in binary are used to represent on or off, that is the turn off or turn on an of an electrical signal with in your computer.
Why are conding languages important
Coding languages are necessary as they are what controls our computers. Coding languages send instructions to your Computer CPU and essentially tells your computer how to function. Coding languages determines what appears on you screen and how it is used.
Popular world wide coding languages
- Java – Java is the most popular coding language around the world. It is used as the basis fro building server side applications for videogames and apps on your mobile apps. It is also a large foundation of the development of android apps.
- Python – Python is a very basic program that can be used for almost anything. Programs like google are based on a python framework to run there browser. Python is often considered the easiest coding language to learn.
- C – C is a coding language that is often the first coding language taught at universities and colleges. C is an object orientated code that is common enough that it can be run almost anywhere.
Back.to.home