Advertisement
Advertisement
10th Grade Computer Science Quizzes, Questions & Answers
Recent Computer Science Quizzes
Questions: 10 | Attempts: 87 | Last updated: Mar 22, 2025
-
Sample QuestionHow many main functions are in C program?
Questions: 15 | Attempts: 268 | Last updated: Mar 20, 2025
-
Sample QuestionWhich of the following is a bad Python variable name?
Questions: 20 | Attempts: 241 | Last updated: Jan 22, 2025
-
Sample Questionइनमें से कौन सा कंप्यूटर का दिमाग है
Questions: 10 | Attempts: 45 | Last updated: Mar 21, 2025
-
Sample QuestionExpand HTML
Questions: 20 | Attempts: 390 | Last updated: Mar 21, 2025
-
Sample QuestionThe feature SoundSentry is used to help peoples with
Questions: 30 | Attempts: 840 | Last updated: Mar 22, 2025
-
Sample QuestionA function which calls itself is called a ___ function.
Questions: 12 | Attempts: 410 | Last updated: Mar 21, 2025
-
Sample QuestionOne of the restrictions of Internet resources is Proliferation of “Junk”
Questions: 25 | Attempts: 651 | Last updated: Mar 15, 2025
-
Sample QuestionWhich of the following is the second step in creating a macro?
Questions: 15 | Attempts: 82 | Last updated: Mar 20, 2025
-
Sample QuestionSocial networks use your personal data for advertising purposes.
Questions: 30 | Attempts: 212 | Last updated: Mar 22, 2025
-
Sample QuestionWhat will be the output of the following Python code? a = [1, 2, 3, 4, 5] b = lambda x: (b (x[1:]) + x[:1] if x else []) print(b (a))
Advertisement