Computer Science Engineering (CSE) Exam  >  Computer Science Engineering (CSE) Questions  >  Consider the following functions from positiv... Start Learning for Free
Consider the following functions from positives integers to real numbers 10, √n, n, log2n, 100/n. The CORRECT arrangement of the above functions in increasing order of asymptotic complexity is:
  • a)
    log2n, 100/n, 10, √n, n
  • b)
    100/n, 10, log2n, √n, n
  • c)
    10, 100/n ,√n, log2n, n
  • d)
    100/n, log2n, 10 ,√n, n
Correct answer is option 'B'. Can you explain this answer?
Verified Answer
Consider the following functions from positives integers to real numbe...
For the large number, value of inverse of number is less than a constant and value of constant is less than value of square root. 
Therefore, 100/n < 10< log<sub>2</sub>n< √n< n 
It can be proven by substituting any big number in all the functions.  
View all questions of this test
Most Upvoted Answer
Consider the following functions from positives integers to real numbe...
Explanation:

Asymptotic complexity is the measure of the rate at which the running time of an algorithm increases as the size of the input increases. In order to compare the asymptotic complexity of the given functions, we need to find the order of growth of each function.

The order of growth of a function is determined by the term with the highest degree in the function. For example, in the function f(n) = 3n^2 + 2n + 1, the term with the highest degree is n^2, so the order of growth is O(n^2).

Arranging the Functions:

We will arrange the given functions in increasing order of asymptotic complexity as follows:

1. log2n: This function grows at a slower rate than any polynomial function. Therefore, its order of growth is O(log n).

2. 100/n: This function has an inverse relationship with n, which means that its value decreases as n increases. Therefore, its order of growth is O(1/n).

3. 10: This function is a constant function, which means that its value does not depend on the input size n. Therefore, its order of growth is O(1).

4. n: This function grows linearly with the input size n. Therefore, its order of growth is O(n).

Conclusion:

Based on the above analysis, the correct arrangement of the given functions in increasing order of asymptotic complexity is option 'B' – 100/n, 10, log2n, n, n.
Explore Courses for Computer Science Engineering (CSE) exam

Top Courses for Computer Science Engineering (CSE)

Consider the following functions from positives integers to real numbers 10, √n, n, log2n, 100/n. The CORRECT arrangement of the above functions in increasing order of asymptotic complexity is:a)log2n, 100/n, 10, √n, nb)100/n, 10, log2n, √n, nc)10, 100/n ,√n, log2n, nd)100/n, log2n, 10 ,√n, nCorrect answer is option 'B'. Can you explain this answer?
Question Description
Consider the following functions from positives integers to real numbers 10, √n, n, log2n, 100/n. The CORRECT arrangement of the above functions in increasing order of asymptotic complexity is:a)log2n, 100/n, 10, √n, nb)100/n, 10, log2n, √n, nc)10, 100/n ,√n, log2n, nd)100/n, log2n, 10 ,√n, nCorrect answer is option 'B'. Can you explain this answer? for Computer Science Engineering (CSE) 2024 is part of Computer Science Engineering (CSE) preparation. The Question and answers have been prepared according to the Computer Science Engineering (CSE) exam syllabus. Information about Consider the following functions from positives integers to real numbers 10, √n, n, log2n, 100/n. The CORRECT arrangement of the above functions in increasing order of asymptotic complexity is:a)log2n, 100/n, 10, √n, nb)100/n, 10, log2n, √n, nc)10, 100/n ,√n, log2n, nd)100/n, log2n, 10 ,√n, nCorrect answer is option 'B'. Can you explain this answer? covers all topics & solutions for Computer Science Engineering (CSE) 2024 Exam. Find important definitions, questions, meanings, examples, exercises and tests below for Consider the following functions from positives integers to real numbers 10, √n, n, log2n, 100/n. The CORRECT arrangement of the above functions in increasing order of asymptotic complexity is:a)log2n, 100/n, 10, √n, nb)100/n, 10, log2n, √n, nc)10, 100/n ,√n, log2n, nd)100/n, log2n, 10 ,√n, nCorrect answer is option 'B'. Can you explain this answer?.
Solutions for Consider the following functions from positives integers to real numbers 10, √n, n, log2n, 100/n. The CORRECT arrangement of the above functions in increasing order of asymptotic complexity is:a)log2n, 100/n, 10, √n, nb)100/n, 10, log2n, √n, nc)10, 100/n ,√n, log2n, nd)100/n, log2n, 10 ,√n, nCorrect answer is option 'B'. Can you explain this answer? in English & in Hindi are available as part of our courses for Computer Science Engineering (CSE). Download more important topics, notes, lectures and mock test series for Computer Science Engineering (CSE) Exam by signing up for free.
Here you can find the meaning of Consider the following functions from positives integers to real numbers 10, √n, n, log2n, 100/n. The CORRECT arrangement of the above functions in increasing order of asymptotic complexity is:a)log2n, 100/n, 10, √n, nb)100/n, 10, log2n, √n, nc)10, 100/n ,√n, log2n, nd)100/n, log2n, 10 ,√n, nCorrect answer is option 'B'. Can you explain this answer? defined & explained in the simplest way possible. Besides giving the explanation of Consider the following functions from positives integers to real numbers 10, √n, n, log2n, 100/n. The CORRECT arrangement of the above functions in increasing order of asymptotic complexity is:a)log2n, 100/n, 10, √n, nb)100/n, 10, log2n, √n, nc)10, 100/n ,√n, log2n, nd)100/n, log2n, 10 ,√n, nCorrect answer is option 'B'. Can you explain this answer?, a detailed solution for Consider the following functions from positives integers to real numbers 10, √n, n, log2n, 100/n. The CORRECT arrangement of the above functions in increasing order of asymptotic complexity is:a)log2n, 100/n, 10, √n, nb)100/n, 10, log2n, √n, nc)10, 100/n ,√n, log2n, nd)100/n, log2n, 10 ,√n, nCorrect answer is option 'B'. Can you explain this answer? has been provided alongside types of Consider the following functions from positives integers to real numbers 10, √n, n, log2n, 100/n. The CORRECT arrangement of the above functions in increasing order of asymptotic complexity is:a)log2n, 100/n, 10, √n, nb)100/n, 10, log2n, √n, nc)10, 100/n ,√n, log2n, nd)100/n, log2n, 10 ,√n, nCorrect answer is option 'B'. Can you explain this answer? theory, EduRev gives you an ample number of questions to practice Consider the following functions from positives integers to real numbers 10, √n, n, log2n, 100/n. The CORRECT arrangement of the above functions in increasing order of asymptotic complexity is:a)log2n, 100/n, 10, √n, nb)100/n, 10, log2n, √n, nc)10, 100/n ,√n, log2n, nd)100/n, log2n, 10 ,√n, nCorrect answer is option 'B'. Can you explain this answer? tests, examples and also practice Computer Science Engineering (CSE) tests.
Explore Courses for Computer Science Engineering (CSE) exam

Top Courses for Computer Science Engineering (CSE)

Explore Courses
Signup for Free!
Signup to see your scores go up within 7 days! Learn & Practice with 1000+ FREE Notes, Videos & Tests.
10M+ students study on EduRev