Advertisement
Advertisement
10th Grade Computer Science Quizzes, Questions & Answers
Recent Computer Science Quizzes
Questions: 20 | Attempts: 1906 | Last updated: Mar 21, 2025
-
Sample QuestionWhat is the full form of "kbps"?
Questions: 10 | Attempts: 217 | Last updated: Oct 16, 2025
Questions: 11 | Attempts: 1212 | Last updated: Mar 22, 2025
-
Sample QuestionThe circuit show below is used for questions 1-4: A user has connected the circuits above. What is wrong with the circuit connected to pin D2?
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: 10 | Attempts: 860 | Last updated: Mar 21, 2025
-
Sample QuestionWhat percentage of the top ten million websites in the world uses WordPress as of 2018?
Questions: 21 | Attempts: 659 | Last updated: Mar 22, 2025
-
Sample QuestionWhich of the following is NOT a type of motherboard expansion slot?
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
Advertisement