Advertisements
Advertisements
प्रश्न
State True or False with reason.
An algorithm is a graphical representation of the logic of a program.
उत्तर
An algorithm is a graphical representation of the logic of a program. False
reason: An algorithm is set of structured instruction used to execute the code.
APPEARS IN
संबंधित प्रश्न
Draw the flowchart for finding the roots of quadratic equation. Write program for same.
Define Algorithm. Write Algorithm to check whether given number is Armstrong number or not also mention input and output specifications to algorithm.
Explain various storage classes with example.
Draw flowchart for “if…else” and “while” statement of C language.
What is the need of computer programming. What do you mean by structured programming? Develop an ALGORITHM and FLOWCHART to find reverse of a number.
Draw the flow chart to find roots of a quadratic equation.