MCQ IN COMPUTER SCIENCE & ENGINEERING

COMPUTER SCIENCE AND ENGINEERING

ALGORITHMS

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Determining an algorithm’s efficiency is done by
A
reasoning formally about the algorithm.
B
reasoning mathematically about the algorithm.
C
creating a heuristic for the algorithm.
D
None of the above
Explanation: 

Detailed explanation-1: -One way to measure the efficiency of an algorithm is to count how many operations it needs in order to find the answer across different input sizes.

Detailed explanation-2: -Explanation: To determine the efficiency of an algorithm the time factor is measured by counting number of key operations.

Detailed explanation-3: -The time factor when determining the efficiency of an algorithm is measured by counting the number of key operations.

There is 1 question to complete.