What must you consider when determining the efficiency of an algorithm? Select two choices.

a. The language in which the program is written

b. The amount of resources, such as storage, required

c. The number of characters used to write the program

d. The length of time required to run the program

Respuesta :

C and d is the right answer

The things that should be considered when determining the efficiency of an algorithm include:

B. The amount of resources, such as storage required

D. The length of time required to run the program

  • An algorithm refers to the set of rules that should be followed in order for a person to solve a particular calculation, especially by a computer.

  • It should be noted that an algorithm is said to be efficient if the computational cost which is also referred to as the resource consumption is below an acceptable level.

  • When determining the efficiency of an algorithm, it's important for a person to know the number of resources, such as storage required and the length of time required to run the program.

In conclusion, choosing a device with enough storage is vital in the creation of efficiency in algorithms.

Read related link on:

https://brainly.com/question/17243141