Tuesday, August 9, 2016

Programming in simple terms

Coding is a mystery for many... even a number of engineers merely got used to coding and yet can't explain how it works for a non-engineer....
 

a programming code is a language created by humans to interact with a computer.  Instruct it to do what tasks you want. The computer itself works on combinations of 1s and 0s (binarry numbers) meaning on and off switchz. It is basically made of switchz (transistors) that interacts with one another to perform tasks. A human will need to have super powers to instruct all these billions of switchz to get the computer functioning with all the tasks needed. Therefore, a  programming language is created to ease the process.   


"Code Stars" - Short film


There are two types of coding,,,, High level and Low level programming ... The first is