0%
0

1 / 30

1. Choose the correct word to complete the sentence: "Her _____ manner made her popular among her peers."

2 / 30

2. The sum of two numbers is 50 and their difference is 14. What are the two numbers?

3 / 30

3. What is the maximum number of children a node can have in a binary tree?

4 / 30

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

5 / 30

5. Which data structure would you use to perform a breadth-first traversal of a graph?

6 / 30

6. Which of the following is a linear data structure?

7 / 30

7. Which city is known as the "City of Seven Hills"?

8 / 30

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

9 / 30

9. Find the value of 47+314\frac{4}{7} + \frac{3}{14}74+143:

10 / 30

10. Which data structure allows for efficient insertion and deletion from both ends?

11 / 30

11. What is the main characteristic of a binary search tree (BST)?

12 / 30

12. In a binary heap, how is the parent of a node at index 'i' found?

13 / 30

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

14 / 30

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

15 / 30

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

16 / 30

16. 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?

17 / 30

17. If 5 cats can catch 5 mice in 5 minutes, how many cats are needed to catch 100 mice in 100 minutes?

18 / 30

18. In a group of 30 people, 12 are men and 18 are women. If 10 people are married, how many people are single?

19 / 30

19. Complete the sentence: "The ______ nature of his speech made it difficult for the audience to follow."

20 / 30

20. What does the following code print?
#include
#define FUN(x) x*x
int main() {
int a = 5;
printf("%d", FUN(a+2));
return 0;
}

21 / 30

21. In a circular linked list, the last node points to which node?

22 / 30

22. In a hash table, what is the purpose of a hash function?

23 / 30

23. Which traversal method uses a queue to visit nodes in level order?

24 / 30

24. A pipe fills a tank in 8 hours, and another pipe empties it in 12 hours. If both pipes are open, how long will it take to fill the tank?

25 / 30

25. What is the time complexity of searching for an element in an unsorted linked list?

26 / 30

26. In a binary search tree, what is the time complexity of deleting a node with no children?

27 / 30

27. Choose the word most similar in meaning to "IMPRESSIVE":

28 / 30

28. Name the highest mountain outside of Asia.

29 / 30

29. Which of the following is an example of a non-linear data structure?

30 / 30

30. What is the primary use of a priority queue?

Scroll to Top