Skip to main content

Posts

Showing posts from March, 2018

Introduction to programming languages.

Introduction to programming languages A set of instructions used by a computer to solve a problem is called a program. The language used to write programs is called programming language. Initially machine language was used as a programming language but later assembly language and high level languages came into vogue. C is such a procedural programming language. Concept of Program: A set of instructions used by a computer to solve any mathematical or logical problem is called a program. The process of writing programs is called programming. Any complex problem can be solved easily with proper programming. The number of instructions used in program writing depends on the type of problem. Programming Language :  Computer is a powerful device. It is suitable for complex tasks. It is not possible to do any work with it unless it is properly told what to do. So what needs to be done must be explained to the computer in such a way that it can understand it and carry it out to the letter. Alth