0 of 10 Questions completed
Questions:
You have already completed the quiz before. Hence you can not start it again.
Quiz is loading…
You must sign in or sign up to start the quiz.
You must first complete the following:
0 of 10 Questions answered correctly
Your time:
Time has elapsed
You have reached 0 of 0 point(s), (0)
Earned Point(s): 0 of 0, (0)
0 Essay(s) Pending (Possible Point(s): 0)
What is an algorithm?
What is the name given to the description of a software algorithm, that uses the basic structures of a programming language, but is meant for the reading of humans rather than machine reading?
What is the logic error in this algorithm?
What is the logic error in this algorithm?
What is the missing line of code?
What will be displayed when this algorithm is run?
What will be displayed if a=2, b=5 and c=11?
What will be displayed if a=5, b=5 and c=10?
What will total be if a=2, b=3?
What will the total be if a=3, b=2?