Answer:
Algorithms are a process or set of rules to be followed in calculations or other problem-solving operations, especially by a computer.
Pseudo code is an informal description of an algorithm or how a program will function.
a. An example of an algorithm using coding terminology would be a function to find the largest or smallest number in a user-defined array.
b. A function that could include an algorithm would be a function that compares input.
c. Pseudo code could be used to outline a part of a program that has to carry out a specific function.
I hope that helped! If you have any questions I am glad to help.