0%
0

1 / 30

1. If in a certain language, "MATH" is coded as "NBUJ", what will be the code for "READ"?

2 / 30

2. Which data structure uses a FIFO (First In, First Out) approach?

3 / 30

3. What is the result of the following bitwise operation?
int x = 12; // 00001100 in binary
int y = 7; // 00000111 in binary
int z = x & y;

4 / 30

4. Which data structure is typically used to implement function call management in programming languages?

5 / 30

5. If the code for "CAR" is "DPS", what is the code for "CAT"?

6 / 30

6. Fill in the blank: "Her _____ efforts to improve the system were acknowledged by the management."

7 / 30

7. If a boat travels downstream at 15 km/h and upstream at 5 km/h, what is the speed of the boat in still water?

8 / 30

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

9 / 30

9. In a binary search tree, how is the left child of a node related to its parent?

10 / 30

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

11 / 30

11. In which data structure are elements accessed by a unique index?

12 / 30

12. Which data structure is most suitable for implementing a depth-first search (DFS)?

13 / 30

13. Who is the current Secretary-General of the United Nations?

14 / 30

14. Which of the following is not a valid operation for a stack?

15 / 30

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

16 / 30

16. What is the least common multiple (LCM) of 15 and 20?

17 / 30

17. Which type of queue is implemented using two stacks?

18 / 30

18. Which of the following operations will be affected by endianness?

19 / 30

19. What is the space complexity of a recursive algorithm?

20 / 30

20. Which of the following operations is not supported by a singly linked list?

21 / 30

21. Which of the following is an antonym for "ADVANCE"?

22 / 30

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

23 / 30

23. In a binary tree, what is the maximum number of nodes at height 'h'?

24 / 30

24. What is the capital of the European Union?

25 / 30

25. What is the time complexity of accessing an element in a linked list?

26 / 30

26. What is the HCF of 24 and 36?

27 / 30

27. What is the primary advantage of a linked list over an array?

28 / 30

28. Find the word that is most opposite in meaning to "CONCEAL":

29 / 30

29. A shopkeeper gives a discount of 10% on the marked price and still gains 20%. If the marked price of an article is ₹ 500, what is its cost price?

30 / 30

30. What is the time complexity of adding an element to the end of a dynamic array?

Scroll to Top