Programing Fundamental

Programming Fundamental


overview

Programming is a core activity of computer science. It is a skill for creation. Once you can do it, the sky's the limit over what you can make computers do. A program is just a plan of action a machine
can follow. From such plans comes everything the computers you see around you do.
So how do you write a plan of action? It has to be written in a precise language, so that there can be no confusion as to what is meant. Everyone has to agree about what any instruction does. Different programming languages have different kinds of actions you can use as basic. C/C++ are the basic languages of computers.

what is a program?

  • An ordered list of events to take place or procedures to be followed; a schedule.
  • A collection of instructions that tell the computer to do a specific activity. 
  •  A program is generally known as "software". 
  • The term software, application, program and instruction are synonymous in the sense that they all tell the computer to do some specific activity. 
  • A program is written in a programming language, such as C or C++. 
  • The program contains machine instructions, buffers, constants and counters.



Download Course Related Matirial 

These notes, slides and books are recommended and provided by PF teachers of PF in UOS.

Algorithms Notes

Net's collection of basic concepts of Algorithm and programming Fundamental in pdf format.



A Simple Program Design, Step by Step approach

Notes on basic concepts of designing a simple and most efficient program in C language.


C Language:

Download C Programming e-Books collection here:

C++ Language:

Download C++ Programming e-Books here:


0 comments:

Post a Comment