Advertisement
Advertisement
Computer Science Quizzes, Questions & Answers
Recent Computer Science Quizzes
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); } }
Questions: 10 | Attempts: 2332 | Last updated: Mar 21, 2025
-
Sample QuestionWhat is a computer?
Questions: 100 | Attempts: 207 | Last updated: Mar 21, 2025
-
Sample QuestionWhich functions do client systems technicians perform regarding personal wireless communications systems
Questions: 100 | Attempts: 406 | Last updated: Mar 20, 2025
-
Sample Question(001) Which functions do client systems technicians perform regarding personal wireless communication systems?
Questions: 10 | Attempts: 134 | Last updated: Mar 18, 2025
-
Sample QuestionWhen was the MacOS client of Origin released?
Questions: 10 | Attempts: 5075 | Last updated: Mar 22, 2025
-
Sample QuestionWhat is the Sensing City technology called?
Questions: 20 | Attempts: 539 | Last updated: Mar 22, 2025
-
Sample QuestionWhat is CMS in Web Design?
Questions: 23 | Attempts: 592 | Last updated: Mar 22, 2025
-
Sample QuestionWhich block menu provides blocks that gives motion to the Sprites.
Questions: 7 | Attempts: 448 | Last updated: Mar 22, 2025
-
Sample QuestionA function must always start with
Questions: 43 | Attempts: 352 | Last updated: Mar 21, 2025
-
Sample QuestionWho was the main programmer and visionary of Flash?
Advertisement