Computer Science, asked by u151701, 11 months ago

The minimum number of test inputs required to test the execution of a program is determined by ______________.

None of the options

CCN

Coupling

Answers

Answered by Anonymous
8

The minimum number of test inputs required to test the execution of a program is determined by CCN

None of the options

CCN ✔️

Coupling

Answered by orangesquirrel
8

Answer:

The correct answer is - None of the options.

The minimum number of test inputs required to test the execution of a program is determined particularly by the number of loops present in the program.

Loops can be of various types such as- if, if else, do-while, etc. The inputs which are entered is responsible for determining the execution time. This includes both the time complexity as well as the space complexity.

Similar questions