Ask Question
27 September, 09:15

Which of the following options is true about algorithms? a. Algorithms are described informally and can contain ambiguous steps. b. Algorithms are written in a programming language. c. Algorithms can replace the source code in programs. d. You must create an algorithm for a problem before you can create a program to solve the problem.

+3
Answers (1)
  1. 27 September, 09:23
    0
    d. You must create an algorithm for a problem before you can create a program to solve the problem

    Explanation:

    a. Algorithms are described informally and can contain ambiguous steps.

    "a" option is incorrect because an algorithm must be clear on each step

    b. Algorithms are written in a programming language.

    "b" option is incorrect because algorithms can be written in pseudocode (which is not a programming language).

    c. Algorithms can replace the source code in programs.

    "c" option is incorrect because source code of a program is written in one or more programming languages, therefore, an algorithm must be written in the same language of the program. For example, an algorithm in pseucocode is not going to work in a program written with python language.

    d. You must create an algorithm for a problem before you can create a program to solve the problem.

    "d" option is correct, in order to write code you must previously undertand what do you want to do.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “Which of the following options is true about algorithms? a. Algorithms are described informally and can contain ambiguous steps. b. ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers