what is coding? what concept is used in creating these cods? what is required to become good at coding?
Answer (1)
Coding is a way of telling the computer what to do and how to do it. From nuclear power plants to self-driving cars, programming (or the program code) plays a crucial role. But remember: the computer is very fast machine. But it cannot think for itself. Thats where humans come into play. To teach the computer how to think.
Code can be classify several names like - Coders, Programmers, Developers, Computer Scientists, Software engineers. C learning to code is like learning a new language. Computers run on binary code - written in 1s and 0s which is very difficult for humans to work with. But just People can understand different languages computers can understand different languages like Java, Python, PHP, Perl and JavaScript, which converts our instructions into binary.
Coding has levels. low and high levels. Low level languages more closely resemble binary code while high level languages are easy to code. But most of the famous programming languages are high level languages. Consider C is a Low level language that is good for graphics and heavy applications, like games. Majority of the coding languages share similar basic features.
Best way to learn coding is to learn first programming language which computer knows( basic C programming ).
After learning some insights of C programming start programming small problems.
All the best !
Code can be classify several names like - Coders, Programmers, Developers, Computer Scientists, Software engineers. C learning to code is like learning a new language. Computers run on binary code - written in 1s and 0s which is very difficult for humans to work with. But just People can understand different languages computers can understand different languages like Java, Python, PHP, Perl and JavaScript, which converts our instructions into binary.
Coding has levels. low and high levels. Low level languages more closely resemble binary code while high level languages are easy to code. But most of the famous programming languages are high level languages. Consider C is a Low level language that is good for graphics and heavy applications, like games. Majority of the coding languages share similar basic features.
Best way to learn coding is to learn first programming language which computer knows( basic C programming ).
After learning some insights of C programming start programming small problems.
All the best !
Comments (0)
Related Questions
which coding is required for AI
22 Views