Class5 Computer Programmingbasics Notes 2 July 2021
Class5 Computer Programmingbasics Notes 2 July 2021
Exercises:- Page no 22
1
C. Fill in the blanks.
1. Flowchart was developed by Herman Goldstine and John Von Neumann.
2. The Rhombus-shaped symbol is known as Input/Output Box.
3. Natural language is sometimes called Fifth generation language.
4. A computer only understands binary digits directly.
5. Assembler converts the assembly language program into machine language.
1. Compiler :- A Compiler converts the entire HLL Program into machine language
at once and also displays errors for the whole program together.
2. Interpreter :- It converts one line of program at a time. It displays error of one line
at a time and goes to the next line only after correction of that error.
2
2. Write any 2 Advantages of a Flowchart.
Ans :- The Advantages of flowchart are
a) Flowchart helps in analysing the problem in a more effective way.
b) It acts as a guide during the program development phase.
3
4