Advertisement
Advertisement
Computer Science Quizzes, Questions & Answers
Recent Computer Science Quizzes
Questions: 10 | Attempts: 854 | Last updated: Mar 21, 2025
-
Sample QuestionWhat percentage of the top ten million websites in the world uses WordPress as of 2018?
Questions: 10 | Attempts: 8075 | Last updated: Mar 8, 2025
-
Sample QuestionYou are on a tablet and can't connect to the network. What is the first thing you should do?
Questions: 21 | Attempts: 649 | Last updated: Mar 22, 2025
-
Sample QuestionWhich of the following is NOT a type of motherboard expansion slot?
Questions: 20 | Attempts: 122 | Last updated: Feb 17, 2025
-
Sample QuestionPoint out the error, if any in the for loop #include int main() { int i=1; for(;;) { printf("%d\n", i++); if(i>10) break; } return 0; }
Questions: 20 | Attempts: 331 | Last updated: Feb 17, 2025
-
Sample QuestionWhat will be output if you will compile and execute the following c code? void main() { float a=5.2; if(a==5.2) printf("Equal"); else if(a
Questions: 25 | Attempts: 77 | Last updated: Jun 8, 2025
-
Sample QuestionWhat is the Display Size & Resolution of Y83
Questions: 10 | Attempts: 145 | Last updated: Feb 20, 2025
-
Sample QuestionWhat do you do in order to open the calendar on your desktop?
Questions: 50 | Attempts: 1691 | Last updated: Jul 17, 2025
Questions: 10 | Attempts: 149 | Last updated: Mar 18, 2025
-
Sample QuestionWhat is not a feature of a turing tarpit?
Advertisement