quick summary about c programming
Q n A about fundamental
language of programming or c programming
1) why we need to programming or "c ide"?
ans) To solve a different problem in an efficient and systematic way thats why we need a perfect
tool for solving problem.
2) which type of steps we needed to solve complex problem?
ans;- Steps should be followed to solve the problem that includes writing the algorithm and drawing the flowchart for the solution to the stated problem.
3)Is any type of specific method to find and arrange problem's solution in easiest way?
ans: Top down design provides the way of handling the logical complexity and detail encountered in computer algorithm.
It allows building solutions to problems in a stepwise fashion. In this way, specific and complex details of the implementation are encountered only at the stage when sufficient groundwork on the overall structure and relationships among the various parts of the problem.
4)how can we present c language as a problem solver?
ans:-)We present C language - a standardized, industrial-strength programming language known
for its power and portability as an implementation vehicle for these problem solving
techniques using computer.
5)Write the following steps are suggested to facilitate the problem solving process using computer?
ans:-)The following steps are suggested to facilitate the problem solving process:
a) Define the problem
b) Formulate a mathematical model
c) Develop an algorithm
d) Design the flowchart
e) Code the same using some computer language
f) Test the program
(*) Differentiate between flowchart and algorithm
ALGO:-devise and describe a precise plan(in the form of sequence of
operations)
FLOWCHART:- representation of algo in symbolized manner.
After revising above Q n A we get 2 imp. term that we should have to read carefully
*1) ALGO
*2) FLOWCHART
*3) PROBLEM SOLVING PROCESS
*1) ALGO
An algorithm is just an outline or idea behind a program.
something resembling C or Pascal
Features of Algorithm
i)Proper understanding of the problem
ii)Use of procedures / functions to emphasize modularity
iii)Choice of variable names
iv)Documentation of the program
source:-study material of ignou(open study material)
Comments
Post a Comment