Computer Science Quizzes, Questions & Answers
Recent Computer Science Quizzes
Dive into the world of technology peripherals with our Input Devices Quiz. Are you a tech enthusiast eager to test your knowledge or a novice looking to learn more? This quiz is tailored for you! From the familiar keyboard and...
Questions: 47 | Attempts: 4387 | Last updated: Mar 14, 2025
-
Sample QuestionWhich of the following is not a pointing device?
A computer is a machine that can be programmed to carry out sequences of arithmetic or logical operations automatically. Modern computers can perform generic sets of operations known as programs.
It is very important to know...
Questions: 10 | Attempts: 1395 | Last updated: Oct 22, 2025
-
Sample QuestionDefine the term web browser.
Appium is an open-source tool for automating native, mobile web, and hybrid applications on iOS mobile, Android mobile, and Windows desktop platforms. Native apps are those written using the iOS, Android, or Windows...
Questions: 10 | Attempts: 53 | Last updated: Mar 21, 2025
-
Sample QuestionWhich of the following doesn’t belong to MobileCapabilityType interface
Do you know everything there is to know about the Logic Gate? Can you prove your knowledge in this quiz? A logic gate is an idealized model of computation or physical electronic device implementing a Boolean function, a logical...
Questions: 10 | Attempts: 299 | Last updated: Mar 21, 2025
-
Sample QuestionIs [your statement here] true or false?
How good is your knowledge of MS-Word? Can you pass the quiz? Do you know what is the file extension of MS-Word? Take the online quiz and find out if you have the Microsoft Word skills every employer seeks and learn useful...
Questions: 10 | Attempts: 114 | Last updated: Oct 16, 2025
-
Sample QuestionYou place the insertion point in the middle of a paragraph and start typing. But the new text deletes existing text. What's the problem and how do you fix it?
Do you know what does 'www' stands for? What is the full form of http? What is the shortcut for the calculator in Window 10? Check out our online quiz and show us how much you know. Also, get the answers immediately with...
Questions: 10 | Attempts: 356 | Last updated: Mar 22, 2025
-
Sample QuestionWhat is a file extension?
Check out the basic keyboarding quiz with some very basic ideas and tips for keyboarding that all should know or learn. The quiz questions will help test your knowledge as you start to practice keyboarding.
Questions: 11 | Attempts: 297 | Last updated: Mar 19, 2025
-
Sample QuestionWhy is it important to learn to type efficiently?
Take our online quiz to test your knowledge of the basics of programming, typing, and learn interesting facts along the way. Share the quiz with others to help them enhance their knowledge.
Questions: 10 | Attempts: 621 | Last updated: Mar 21, 2025
-
Sample QuestionWhat does https stand for ?
The Internet has taken the world by storm. It has changed the way we communicate. Do you think you know everything there is to know about the internet? Take the online quiz with true/false questions and test your knowledge.
Questions: 28 | Attempts: 508 | Last updated: Apr 3, 2025
-
Sample QuestionThe Internet is a safe place
Welcome to our Debugging Quiz, where your coding expertise gets put to the test! Debugging is the method of detecting and fixing bugs inside computer programs, software, or systems. It includes interactive debugging, control flow...
Questions: 20 | Attempts: 4348 | Last updated: Jan 13, 2025
-
Sample QuestionWhat is the output of this C code? #include void main() { int x=1,y=0,z=5; int a=x&&y||z++; printf("%d",z); }
Advertisement