Question:medium

The amount of time an algorithm takes to process a given data can be called its:

Show Hint

Time complexity is usually expressed using Big-O notation (e.g., \(O(n), O(\log n)\)).
Updated On: Feb 15, 2026
  • Process time
  • Time period
  • Time complexity
  • Time bound
Show Solution

The Correct Option is C

Solution and Explanation

Step 1: Definition.
Time complexity quantifies the execution time of an algorithm in relation to the input size.
Step 2: Distinguish from related concepts.
- Process time: A general, informal descriptor.
- Time period: Pertains to cycles in physics and electronics, not algorithmic analysis.
- Time bound: Relates to deadlines, not computational performance.

Step 3: Proper Terminology.
The accurate term is Time Complexity.
Final Answer: \[\boxed{\text{Time Complexity}}\]
Was this answer helpful?
0


Questions Asked in CUET (UG) exam