0%
0

1 / 30

1. What is the main advantage of a binary search tree over a simple binary tree?

2 / 30

2. A man can row 9 km/h in still water. If the river's current is 3 km/h, how long will it take him to row 18 km downstream?

3 / 30

3. Which data structure is most suitable for implementing a graph with weighted edges?

4 / 30

4. What is the worst-case time complexity of quicksort?

5 / 30

5. In a doubly linked list, how would you delete a node if you have only a pointer to that node?

6 / 30

6. What is the space complexity of using a linked list to store 'n' elements?

7 / 30

7. If 3x + 4 = 19, what is the value of x?

8 / 30

8. Which sorting algorithm is generally considered the simplest to implement?

9 / 30

9. Who is the youngest Nobel Prize laureate in history?

10 / 30

10. Fill in the blank: "She was very _____ with her results after the exam."

11 / 30

11. What is the worst-case time complexity of heap sort?

12 / 30

12. If A = 1, B = 2, C = 3, what is the value of the word "CAB"?

13 / 30

13. What is the time complexity of finding the maximum element in a binary heap?

14 / 30

14. What is the main characteristic of a hash table?

15 / 30

15. Which type of binary tree has every level fully filled except possibly the last?

16 / 30

16. Find the odd one out:

17 / 30

17. Find the value of 12×4×5\frac{1}{2} \times 4 \times 521×4×5:

18 / 30

18. A person sold an article for ₹ 600 at a loss of 20%. What was the cost price of the article?

19 / 30

19. In which data structure are elements stored in a hierarchical manner?

20 / 30

20. What is the time complexity of accessing an element in a hash table, assuming a good hash function and no collisions?

21 / 30

21. What is the purpose of a hash collision resolution technique?

22 / 30

22. Name the highest mountain outside of Asia.

23 / 30

23. The sum of the ages of a father and son is 60 years. If the father is four times older than his son, what is the son’s age?

24 / 30

24. Which data structure is best for implementing recursion?

25 / 30

25. If the circumference of a circle is 44 cm, what is the radius of the circle? (Use π=227\pi = \frac{22}{7}π=722)

26 / 30

26. Which of the following statements is true about const in C?

27 / 30

27. Which African country became independent from Sudan in 2011?

28 / 30

28. Complete the analogy: "Teacher is to School as Chef is to ____":

29 / 30

29. What is the size of int on a 64-bit system?

30 / 30

30. Which sorting algorithm is based on the divide and conquer technique and has a worst-case time complexity of O(n log n)?

Scroll to Top