Get Coding with Debugging

Get Coding with Debugging — page 3
How Do You Write Code Before you can work out what went wrong with your code you need to write some code So how do you tell a computer what to do You need to use a computer language that will translate your commands into something that the computer will understand Computers don’t understand most words or numbers the way that people do Computers use a number system known as binary Binary just uses two numbers 0 and 1 Every command that you give a computer is at some point translated into binary Don’t worry though the language that you use will do this for you How can 0 and 1 turn into commands Basically the language asks questions that just need an answer that is either yes or no or true or false 1 True or Yes and 0 False or No 6