Computer Science, asked by prabha19987, 10 months ago

which one of the following is a measure of the testing difficulty of a program?
a.) Number of statements in the program
b.) Number of decision statements in the program
c.) complexity of the arithmetic expression used in the program
d.) time complexity of the program

Answers

Answered by svetajayaprakash
0

Answer:

option c,complexity of the arithmetic expression used in the program.

please mark me brainliest

Answered by StaceeLichtenstein
1

Option(d) is the correct answer to the given question .

Explanation:

  • Program is the collection of Interrelated instruction .when we checking the difficulty of the program we have two terms in our mind space complexity and time complexity .
  • Space Complexity :Space complexity is defined as How much space is taking the program in the memory to running time .
  • Time complexity:Total Time taken to running the program .
  • Option(a) did not impact on testing the program so its incorrect option .
  • when we calculate the time complexity Option(b) and Option(c) are already under so its a incorrect Option.

Learn More :

https://brainly.in/question/15371605

Similar questions