Advertisement
Advertisement
11th Grade Computer Science Quizzes, Questions & Answers
Recent Computer Science Quizzes
Questions: 10 | Attempts: 149 | Last updated: Mar 21, 2025
-
Sample QuestionWhat is VR?
Questions: 15 | Attempts: 439 | Last updated: Mar 21, 2025
-
Sample QuestionFind the error: f(int a, int b) { int a, a=20; return a; }
Questions: 15 | Attempts: 218 | Last updated: Mar 21, 2025
-
Sample Question#include <stdio.h> int main() { int x = 10; int y = 20; x += y += 10; printf (" %d %d", x, y); return 0; }
Questions: 10 | Attempts: 127 | Last updated: Mar 21, 2025
-
Sample QuestionC is a:
Questions: 40 | Attempts: 323 | Last updated: Jan 17, 2025
-
Sample QuestionSecondary storage is __________, which means it keeps its data after the power is turned off.
Questions: 10 | Attempts: 170 | Last updated: Mar 21, 2025
-
Sample QuestionWhen was Nimble founded?
Questions: 10 | Attempts: 126 | Last updated: Mar 20, 2025
-
Sample QuestionResearch Data Alliance was founded in what year?
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: 10 | Attempts: 150 | Last updated: Mar 18, 2025
-
Sample QuestionWhat is not a feature of a turing tarpit?
Advertisement