Computer Programming Basics
I assume you are well aware of English Language, which is a well-known Human Interface Language.
English has a predefined grammar, which needs to be followed to write
English statements in a correct way. Likewise, most of the Human
Interface Languages (Hindi, English, Spanish, French, etc.) are made of
several elements like verbs, nouns, adjectives, adverbs, propositions,
and conjunctions, etc.
Similar to Human Interface Languages, Computer Programming Languages are also made of several elements. I will take you through the basics of those elements and put some effort to make you comfortable to use them in various programming languages. These basic elements are:
I believe if you understood above-mentioned elements related to any programming language, then you are almost ready to write big enough programs in that programming language.
I designed this tutorial to give you an idea about the following most popular programming languages:
Similar to Human Interface Languages, Computer Programming Languages are also made of several elements. I will take you through the basics of those elements and put some effort to make you comfortable to use them in various programming languages. These basic elements are:
- Programming Environment
- Basic Syntax
- Data Types
- Variables
- Keywords
- Basic Operators
- Decision Making
- Loops
- Numbers
- Characters
- Arrays
- Strings
- Functions
- File I/O
I believe if you understood above-mentioned elements related to any programming language, then you are almost ready to write big enough programs in that programming language.
I designed this tutorial to give you an idea about the following most popular programming languages:
- C Programming
- Java Programming
- Python Programming