Which is used to measure the Time complexity of an algorithm Big O notation?

Which is used to measure the Time complexity of an algorithm Big O notation? Correct Answer all of the mentioned

Big O notation describes limiting behaviour, and also gives upper bound on growth rate of a function.

Related Questions

Given two processes (conversion of postfix equation to infix notation and conversion of prefix notation to infix notation), which of the following is easier to implement?
The time complexity of converting a prefix notation to infix notation is _________
If for an algorithm time complexity is given by O(1) then the complexity of it is ____________
If for an algorithm time complexity is given by O(log2n) then complexity will be ___________
If for an algorithm time complexity is given by O(n2) then complexity will ___________
If for an algorithm time complexity is given by O((3⁄2)n) then complexity will be ___________