Terminologies Related to Programming
Explore key programming terminologies including what computer programs are, how coding works, and the difference between low-level and high-level languages. Understand the role of compilers and how programming languages help humans communicate with computers. This lesson prepares you for learning C++ with a solid grasp of foundational concepts.
We'll cover the following...
We'll cover the following...
Computer program
A computer program is a set of instructions given to the computer to perform a particular task.
| Coding | Programming |
|---|---|
| Process of creating instruction | Taking instruction and making the target obey them |
Machine language
Computers can only understand binary ...