Which one of the following is a measure of the testing difficulty of a program.
Answers
Answered by
0
"Time complexity of the program" is the right answer.
Explanation:
- Time complexity means time taken to running the program. If there is lots of conditional statement, decision statement, more arithmetic operation the complexity is high and it takes more time to run the program we face lots of difficulty in testing the program.
- This complexity of methodologies would be most normally characterized by using large O notation. It's an asymptotic terminology to describe the time complexity.
Learn more:
https://brainly.in/question/15418430
Similar questions