Monday, 27 January 2014

C programing language

Introduction:

PROGRAMMING

To solve a computig problem, its solution must be specified in terms of sequences of computational steps such that they are effectively solved by a human agent or by a digital computer.

COMPUTER PROGRAM

A finite sequences of instruction given to the computer to do a specific task is called as a xomputer prgram.

SOFTWERE

A group of the program is called as softwere . Softwere can be classified into
1. Application softwere : Application softwere directs Computer to resolve yhe user's problem such as finance related softwere , airline ,railway reservation softwere ,Ms-Offfice , Ms-paiint , etc
2.System softwere: It is basically oriented towards the need of the hardwere and facilitates the development and running of application . Most significant system softwere is the operating system.

OPERATING SYSTEM

An OS manages computer resources and provides programmers with an interface used to access those resources.
common desktop OSs are MS Windows , Mac OS X ,Linux, Solaris and FreeBSD.

structured programing languages

The goal structured programming is to create correct program that are easy to write , understande ,and change.
It can be defined as a
Top- down analysis for program solving 
C is known as procedure oriented programming language. 

No comments:

Post a Comment