Friday, March 12, 2021

PROGRAMMING fundamentals

What Is Programming?

    Computer science is not the study of programming. Programming, however, is an important part of what a computer scientist does. Programming is often the way that we create a representation for our solutions. Therefore, this language representation and the process of creating it becomes a fundamental part of the discipline.



   Programming is the process of taking an algorithm and encoding it into a notation, a programming language, so that it can be executed by a computer. Although many programming languages and many different types of computers exist, the important first step is the need to have the solution. Without an algorithm there can be no program. without algorithm there will be many problems.

Basic of programming

English is the most popular and well-known Human Language. The English language has its own set of grammar rules, which has to be followed to write in the English language correctly.

 AS it is programing language also has its own rules and regulation to write clear  instructions to pc .

Most important basic elements for programming languages are:

  • Programming Environment
  • Variables
  • Data Types
  • Keywords
  • If else conditions
  • Loops
  • Numbers, Characters and Arrays
  • Functions
  • Input and Output Operations
  • Logical and Arithmetical Operators

The explanation will be be on this blog soon.


No comments: