Grade 10 Quizzes, Questions & Answers
Recent Grade 10 Quizzes
Questions: 16 | Attempts: 112 | Last updated: Jul 12, 2025
-
Sample QuestionWhat is output: printf("%d" printf("hello") );
Questions: 10 | Attempts: 182 | Last updated: Mar 20, 2025
-
Sample QuestionDetermine whether the sentences are correct or not. 'Your fast today, I hope you ate breakfast'
Questions: 10 | Attempts: 145 | Last updated: Mar 20, 2025
-
Sample QuestionWhen was the Soviet Union dissolved?
Questions: 28 | Attempts: 325 | Last updated: Feb 9, 2025
-
Sample QuestionThe earliest Christians often said that God became man "in the fullness of time". What does this mean?
Questions: 10 | Attempts: 544 | Last updated: Mar 22, 2025
-
Sample QuestionGiven the code fragment: int nums1[] = new int[3]; int nums2[] = {1,2,3,4,5}; nums1 = nums2; for (int x : nums1) { System.out.print(x + ": "); } What is the result?
Questions: 5 | Attempts: 215 | Last updated: Mar 22, 2025
-
Sample QuestionGiven the code snippet from a compiled Java source file: public class MyFile{ public static void main(String[] args) { String arg1 = args[1]; String arg2 = args[2]; String arg3 = args[3]; System.out.println("Arg is "+ arg3); } } Which command-line arguments should you pass to the program to obtain the following result? Arg is 2
Questions: 9 | Attempts: 826 | Last updated: Mar 17, 2025
-
Sample QuestionWhat is the output - #include<iostream.h> int main() { cout << "Hello/nProgrammers"; return 0; }
Questions: 10 | Attempts: 127 | Last updated: Mar 21, 2025
-
Sample QuestionC is a:
Questions: 50 | Attempts: 4276 | Last updated: Mar 22, 2025
-
Sample QuestionMost university students __________ on campus in their first year.
Questions: 10 | Attempts: 1296 | Last updated: Mar 21, 2025
-
Sample QuestionWhen was the book written?
Advertisement