Introduction to Programming

A program is a set of instructions given to the computer to do some tasks and produce the output. A set of rules that tells a computer what operations to perform is called a programming language. There are many programming languages. C# language is one of the programming languages.

Program Structure

Data:

Executable Statements:

Program Development: steps

Program Environment

Program Environment

Running the program

Interpreted programs

Steps carried out by the OS

Programming Language Paradigms

The alternative approaches to the programming process are called programming language paradigms.

Types of programming language paradigms are:

For large programs and applications the complexity was increasing while using procedural languages. So, the developers found out structured programming language like C which later on also became complex in developing large projects. So developers came up with the Object Oriented programming (OOPs) language which worked around both data and function.

Data Structures

Types of data structures are:

I hope this tutorial has helped you. Please send feedbacks and comments.