Chapter 2: Common Terms In Programs
Chapter 2: Common Terms In Programs
Here are some common terms you WILL come across in the upcoming chapters.
1. Syntax: It is the way a program is to be written. It is different according to different programming languages and is essential for smooth functioning of program logic.
2. Binary: It is the basic-most language that the computer understands. Transfer of information in the computer takes place through this. It consists just the digits 0 and 1. 0 stands for false 1 stands for true. Binary is similar to function of neurons in the human brain.
3. Operating System: Abbreviated as O.S. It is the system you are running. Example: Windows, Macintosh, MSDOS etc.
Comments
Post a Comment