Basics of programming

Imagine as you are saying instructions to a computer as how it should work through programs.


How will the computer do the work with the set of instructions you give ?

The computer or machines work the instructions what you give with the help of compiler.

How does a compiler help the computer to do the work ?

The compiler converts the instructions or programs that we give into byte code in which the computer or machine understands.When we run the code in the computer, it does the work.

What is bytecode ?

A language or code in which a computer or machine understands .


We can say that the compiler tells the instructions to the machine in a way the machine understands . Like this compiler also understands only a certain language or structure in which we have to say the instructions. These are said as programming rules and conventions.

We will learn how a compiler understands and how we set the instructions detailly in the coming topics.


Important topics to learn

  • Main function
  • Variables and Datatypes
  • Control statements
  • Conditional statements
  • Looping statements
  • Break
  • Continue
  • Switch