Advertisement
Advertisement
10th Grade Computer Science Quizzes, Questions & Answers
Recent Computer Science Quizzes
Questions: 15 | Attempts: 437 | Last updated: Mar 21, 2025
-
Sample QuestionFind the error: f(int a, int b) { int a, a=20; return a; }
Questions: 16 | Attempts: 400 | Last updated: Jan 16, 2025
-
Sample QuestionThe stage ......................is considered the first stage of the problem-solving stage.
Questions: 10 | Attempts: 1780 | Last updated: Mar 21, 2025
-
Sample QuestionWhich of these persons was not involved in the creation of the game?
Questions: 10 | Attempts: 2719 | Last updated: Aug 19, 2025
-
Sample QuestionUnder the regulations of the server, as required by the owner, which of the following words must you understand and stand by as primary responsibility for helping the server out?
Questions: 20 | Attempts: 507 | Last updated: Mar 22, 2025
-
Sample QuestionMotherboard is the main printed circuit board?
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: 124 | Last updated: Mar 21, 2025
-
Sample QuestionC is a:
Questions: 15 | Attempts: 224 | Last updated: Mar 21, 2025
-
Sample QuestionWhich of the following is not a valid variable name declaration in the C programming language?
Questions: 20 | Attempts: 1855 | Last updated: Mar 21, 2025
-
Sample QuestionWhat is the full form of "kbps"?
Questions: 10 | Attempts: 217 | Last updated: Oct 16, 2025
Advertisement