Advertisement
Advertisement
Computer Science Quizzes, Questions & Answers
Recent Computer Science Quizzes
Questions: 10 | Attempts: 453 | Last updated: Mar 18, 2025
-
Sample QuestionWhich of these characters is not available in all the game series?
Questions: 25 | Attempts: 776 | Last updated: Mar 21, 2025
-
Sample QuestionA DVD will not run in only a CD player, but will a CD run in a DVD player?
Questions: 10 | Attempts: 139 | Last updated: Mar 20, 2025
-
Sample QuestionWhen was Bionicle video game released?
Questions: 10 | Attempts: 174 | Last updated: Mar 19, 2025
-
Sample QuestionWhat the name of the main protagonist?
Questions: 10 | Attempts: 803 | Last updated: Mar 22, 2025
-
Sample QuestionWho is Dark Souls II composer?
Questions: 10 | Attempts: 994 | Last updated: Mar 19, 2025
-
Sample QuestionWhere was Pac Man designed?
Questions: 10 | Attempts: 498 | Last updated: Mar 21, 2025
-
Sample QuestionWhen was Titanfall released to Microsoft Windows?
Questions: 10 | Attempts: 262 | Last updated: Mar 21, 2025
-
Sample QuestionWhich company is the Catherine game developer?
Questions: 10 | Attempts: 292 | Last updated: Feb 5, 2025
-
Sample QuestionWhat is the publishing company of the Bioshock game?
Questions: 40 | Attempts: 425 | 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