December 26, 2023

Question 3361 – Logical-Reasoning

Consider the following assertion (A) and reason (R) and select the correct code given below: (A): No man is perfect. (R): Some men are not perfect. […]
December 26, 2023

Question 8877 – ISRO CS 2020

The minimum height of an AVL tree with n nodes is Correct Answer: A Question 8 Explanation:  Minimum: ceil(log2(n+1)) Maximum: floor(1.44*log2(n+2)-.328) Node: Option B is most […]
December 26, 2023

ISRO CS 2020

Question 15 Three CPU-bound tasks with execution times of 15, 12 and 5 time units respectively arrive at times , t and 8, respectively. If the […]
December 26, 2023

Question 10634 – GATE 2008-IT

Arrange the following functions in increasing asymptotic order: A. n1/3 B. en C. n7/4 D. n log9n E. 1.0000001n Correct Answer: A Question 10 Explanation:  A […]