183k views
1 vote
Which of the following is TRUE about a computer algorithm.

a) Will always return a value of either TRUE or FALSE.
b) It can be implemented only in the language in which it was invented.
c) None of these statements is true (they are all FALSE).
d) The instructions should be ambiguous with room for subjective interpretation.

User Steve Py
by
5.2k points

1 Answer

2 votes

Answer:

c

Step-by-step explanation:

Algorithm is a recipe that tells you what to do in specific steps. With the right algorithm you can write a program that can calculate numbers (so not just return true or false), algorithm also don't need to be written in a computer language, you can even draw it, also algorithms need to be well defined (so it's not the last answer)

User Zakharia Stanley
by
5.1k points