Please enable JavaScript.
Coggle requires JavaScript to display documents.
INTRODUCTION TO PROGRAMMING
(PROGRAMMING FUNDAMENTAL), (Definition of…
-
Definition of program :
A set of step by step instructions that directs a computer to perform a specific task and to produce the required results.
-
-
CHAPTER 1 :
WHAT IS "C" PROGRAMMING
A special language decided to instruct a computer to do certain task
Easy maintainability of code
*Structure programming language
EXAMPLE:
printf(“ Hello world, welcome to C Programming”);
scanf(“%d”, &letter);
Defination of algorithm:
a sequence of instructions to solve a problem,
writeen in human language.
-
Example of algorithm
Consider the example of preparing coffee; To prepare
coffee, you need to first boil the water, Then, add coffee powder and sugar to the boiled water and stir the content well. thus, the coffe is ready.
-
-
-
1) Program that process statement writing certain and particular program language and turns them into machine language or "code "that a computer's process uses
2) Used to check program for errors
3) Creates a object file if there is no error in the source code
-
-