Computer Science Quizzes, Questions & Answers
Recent Computer Science Quizzes
BioShock is a first-person shooter video game which has been released into numerous platforms. This game was developed by 2K Games which is released in 2007 for playing. The player is guided towards some objectives where he...
Questions: 10 | Attempts: 260 | Last updated: Feb 5, 2024
-
Sample QuestionWhat is the publishing company of the Bioshock game?
Dive into the complexities of C programming with the 'Hardest C Programming Trivia Quiz!' Explore various coding challenges, from Fibonacci sequence generation to memory address comparisons, and enhance your understanding of C...
Questions: 40 | Attempts: 415 | Last updated: Mar 21, 2023
-
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); } }
This engaging kids' quiz introduces the basics of computers, covering what computers are, their capabilities, components, and where they're used. It assesses key skills like identifying parts and understanding computer functions,...
Questions: 10 | Attempts: 1411 | Last updated: Mar 21, 2023
-
Sample QuestionWhat is a computer?
This quiz assesses knowledge in client systems technology, focusing on installation, maintenance of wireless systems, and the role of technicians in managing data efficiently. It is designed for those progressing from Apprentice...
Questions: 100 | Attempts: 207 | Last updated: Mar 21, 2023
-
Sample QuestionWhich functions do client systems technicians perform regarding personal wireless communications systems
This quiz, titled '3D151 Set 2 Vol 1 Edit Code 02', assesses skills in managing and implementing client system technologies, focusing on personal wireless communication systems, non-wireless interfaces, and overall efficiency in...
Questions: 100 | Attempts: 406 | Last updated: Mar 20, 2023
-
Sample Question(001) Which functions do client systems technicians perform regarding personal wireless communication systems?
When it comes to matters concerning game management, gamers who are in the know understand that it is the best game distribution software available. Electronic Arts developed origins and help users to buy games on their...
Questions: 10 | Attempts: 134 | Last updated: Mar 18, 2023
-
Sample QuestionWhen was the MacOS client of Origin released?
Technology has drastically changed in the past 15 years. In 2005, we had barely got used to button-clad Nokia mobiles, and now we're reaching foldable phones and telescopes capable of capturing images of black holes....
Questions: 10 | Attempts: 4841 | Last updated: Mar 22, 2023
-
Sample QuestionWhat is the Sensing City technology called?
Please answer the questions. Find out your score at the end.
Questions: 20 | Attempts: 531 | Last updated: Mar 22, 2023
-
Sample QuestionWhat is CMS in Web Design?
This quiz covers key concepts from Grade V computer science, focusing on Scratch programming and internet communication skills like email usage. It tests knowledge on motion blocks in Scratch, features of emails, history of...
Questions: 23 | Attempts: 485 | Last updated: Mar 22, 2023
-
Sample QuestionWhich block menu provides blocks that gives motion to the Sprites.
This trivia is for an IQ test made up of questions on hardware and software. It is designed to help you test out just how much you know about using computers and the different software installed in them. Do you know how to fix...
Questions: 7 | Attempts: 436 | Last updated: Mar 22, 2023
-
Sample QuestionA function must always start with