Grade 11 Quizzes, Questions & Answers
Recent Grade 11 Quizzes
Questions: 10 | Attempts: 1449 | Last updated: Oct 22, 2025
-
Sample QuestionWhat are chemical properties?
Questions: 10 | Attempts: 270 | Last updated: Oct 22, 2025
-
Sample QuestionWhat is the marker that separates history from what it becomes?
Questions: 10 | Attempts: 321 | Last updated: Mar 7, 2025
-
Sample QuestionWhich of these studies is not related to history?
Questions: 10 | Attempts: 207 | Last updated: Oct 22, 2025
-
Sample QuestionWhich one do you like?
Questions: 10 | Attempts: 209 | Last updated: Oct 22, 2025
-
Sample QuestionWhat are events occurring before written record considered?
Questions: 10 | Attempts: 348 | Last updated: Mar 22, 2025
-
Sample QuestionWhat is empirical science?
Questions: 10 | Attempts: 4242 | Last updated: Oct 22, 2025
-
Sample QuestionWhich of the following first developed the hybridization theory?
Questions: 16 | Attempts: 202 | Last updated: Mar 17, 2025
-
Sample QuestionWhich one of the following is not a challenges experienced in network security
Questions: 54 | Attempts: 96 | Last updated: Oct 14, 2025
-
Sample QuestionWhich of the following is not a pointer declaration?
Questions: 40 | Attempts: 427 | Last updated: Mar 21, 2025
-
Sample QuestionConsider the following pseudo-code. Assume that IntQueue is a class implementing an integer queue, enqueue() and dequeue() are member functions for inserting and deleting values to/from a queue object respectively. What does the function fun() do? void fun(int n) { IntQueue q; q.enqueue(0); q.enqueue(1); for (int i = 0; i < n; i++) { int a = q.dequeue(); int b = q.dequeue(); q.enqueue(b); q.enqueue(a + b); print(a); } }
Advertisement