Computer Science Quizzes, Questions & Answers
Recent Computer Science Quizzes
This quiz was prepared to test the students knowledge of the Basic Hardware components on the computer.
Questions: 15 | Attempts: 2922 | Last updated: Apr 3, 2025
-
Sample QuestionWhat is the name of the TV looking device which allows you to see images?
A lot of people use the internet to gather information about a couple of things for either research purposes or educational purposes. The internet is also used for communication, where people exchange messages and videos. Below...
Questions: 8 | Attempts: 153 | Last updated: Oct 12, 2025
-
Sample QuestionWhen you first log into the computer, you are looking at
Computers are taking over the world where even children are being introduced to their use at a young age. The first computers to be made could fill up a whole room, but they have evolved to small objects that one can carry...
Questions: 8 | Attempts: 298 | Last updated: Jan 21, 2025
-
Sample QuestionWhen you first log into the computer, you are looking at
Simon Says... Show Mrs. T the parts of the computer.. Simon says please Click on the CORRECT answer. Then click on the Blue NEXT button.
Questions: 10 | Attempts: 113 | Last updated: Mar 22, 2025
-
Sample QuestionShould you eat, drink or get water on your computer?
This quiz was prepared to test the students knowledge of the Basic Hardware components on the computer.
Questions: 15 | Attempts: 2965 | Last updated: Feb 8, 2025
-
Sample QuestionWhat is the name of the TV looking device which allows you to see images?
This quiz was prepared to test the student's knowledge of the Basic Hardware components on the computer and general knowledge.
Questions: 37 | Attempts: 557 | Last updated: Mar 21, 2025
-
Sample QuestionWhat is the name of the TV looking device which allows you to see images?
Using an excel sheet may have seemed hard and confusing before the class. Now that we have unlocked some of the secrets of using excel it should be easy as pie to do the quiz below. Try out the test below and highlight the...
Questions: 12 | Attempts: 2556 | Last updated: Oct 22, 2025
-
Sample QuestionWhat software application is the most effective tool to create charts of data?
This quiz covers key concepts in computer storage and programming languages, assessing knowledge on digital data storage, high-level programming languages, and essential computer components. It's designed to enhance understanding...
Questions: 40 | Attempts: 1904 | Last updated: Jul 10, 2025
-
Sample QuestionInformation on a computer is stored as what?
Are you a computer programmer looking for a way to refresh what you know when it comes to the output of C programs? If you said yes, then you are in luck as the quiz is prepared to help you do just that. Give it a try and see if...
Questions: 10 | Attempts: 349 | Last updated: Sep 22, 2025
-
Sample QuestionWhat is the final value of x when the code int x; for(x=0; x<10; x++) {} is run?
Challenge your understanding of C programming with the 'Hardest Trivia Quiz on Output of C Programs!' This quiz tests your ability to predict outputs, understand memory management, and manipulate data using C. Ideal for advanced...
Questions: 10 | Attempts: 451 | Last updated: Mar 20, 2025
-
Sample QuestionWhat will be output if you will compile and execute the following c code? #include int main(){ int a=sizeof(a); a=modify(a); printf("%d",a); return 0; }What will be output if you will compile and execute the following c code? #include int main(){ int a=sizeof(a); a=modify(a); printf("%d",a); return 0; } int modify(int x){ int y=3; _AX=x+y; return; }
Advertisement