Advertisement
Advertisement
Computer Science Quizzes, Questions & Answers
Recent Computer Science Quizzes
Questions: 20 | Attempts: 124 | 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: 332 | 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: 78 | Last updated: Jun 8, 2025
-
Sample QuestionWhat is the Display Size & Resolution of Y83
Questions: 10 | Attempts: 146 | Last updated: Feb 20, 2025
-
Sample QuestionWhat do you do in order to open the calendar on your desktop?
Questions: 50 | Attempts: 1714 | Last updated: Jul 17, 2025
Questions: 10 | Attempts: 150 | Last updated: Mar 18, 2025
-
Sample QuestionWhat is not a feature of a turing tarpit?
Questions: 30 | Attempts: 226 | Last updated: Mar 21, 2025
-
Sample QuestionWhat is the name of this Unit?
Questions: 10 | Attempts: 427 | Last updated: Mar 18, 2025
-
Sample QuestionWhen was Wikipedia launched for the first time?
Questions: 10 | Attempts: 122 | Last updated: Mar 21, 2025
-
Sample QuestionHow many tabs do the Test Details page consist of?
Questions: 20 | Attempts: 2383 | Last updated: Feb 9, 2025
-
Sample QuestionWhich cable is this?
Advertisement