Advertisement
Advertisement
10th Grade Computer Science Quizzes, Questions & Answers
Recent Computer Science Quizzes
Questions: 10 | Attempts: 165 | Last updated: Oct 16, 2025
-
Sample QuestionWhat does the acronym GNU stand for?
Questions: 15 | Attempts: 167 | Last updated: Mar 21, 2025
-
Sample QuestionOne of the method which is not an income generation for Open Source technology is
Questions: 10 | Attempts: 290 | Last updated: Mar 16, 2025
-
Sample QuestionCorel draw was initially released in _____
Questions: 9 | Attempts: 420 | Last updated: Mar 21, 2025
-
Sample QuestionWhich of these is used to create custom HTML tags?
Questions: 10 | Attempts: 1424 | Last updated: Oct 16, 2025
-
Sample QuestionWhat is the title of the 2018 Metal Gear series?
Questions: 10 | Attempts: 337 | Last updated: Mar 21, 2025
-
Sample QuestionWho is the primary character of the game?
Questions: 10 | Attempts: 815 | Last updated: Mar 22, 2025
-
Sample QuestionWho is Dark Souls II composer?
Questions: 10 | Attempts: 265 | Last updated: Mar 21, 2025
-
Sample QuestionWhich company is the Catherine game developer?
Questions: 10 | Attempts: 305 | Last updated: Feb 5, 2025
-
Sample QuestionWhat is the publishing company of the Bioshock game?
Questions: 40 | Attempts: 426 | 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