answers rated A+
Algorithm - correct answer ✔✔ A series of concise unambiguous steps that produce a result in a
finite amount of time.
Function - correct answer ✔✔ A mini program that can be called upon to solve a problem.
what is the role of main() in every C program? - correct answer ✔✔ it is the start of the program
3 step file processing algorithm - correct answer ✔✔ 1) Open the file
2)Process the file
3)Close the file
________________ parameters are used in a function definition to represent position and type
of corresponding actual argument. - correct answer ✔✔ formal
________________ show the step by step execution of a program. - correct answer ✔✔ flow
chart
Types of control statements - correct answer ✔✔ sequence, conditional, and
repetition/iterative
____________ code allow us to compare characters with other data - correct answer ✔✔ ASCII