Answer:
A. True
Explanation:
Big O notation in computer science is a measure of how effective an algorithm is or, it is the measure of performance of a particular algorithm and it describes the worst case scenario, usually with respect to time taken to execute to finish or memory needed, given the size of the problem O(c) it is the same to one that evaluates to O(1).