Grade 10 Quizzes, Questions & Answers
Recent Grade 10 Quizzes
Questions: 32 | Attempts: 200 | Last updated: Mar 21, 2025
-
Sample QuestionWhere would you be least likely to find igneous rock?
Questions: 14 | Attempts: 239 | Last updated: Mar 21, 2025
-
Sample QuestionWHich of the following can not be decomposed into simpler substances?
Questions: 45 | Attempts: 685 | Last updated: Sep 5, 2025
-
Sample QuestionConsider the following code: 1. class Test { 2. public static void main(String args[]) { 3. double d = 12.3; 4. Dec dec = new Dec(); 5. dec.dec(d); 6. System.out.println(d); 7. } 8. } 9. class Dec{ 10. public void dec(double d) { d = d - 2.0d; } 11. } Which of the following gives the correct value printed at line 6?
Questions: 50 | Attempts: 775 | Last updated: Mar 22, 2025
-
Sample QuestionThe phenomenon that a country has a falling fertility rate, but its population continues to increase is known as
Questions: 75 | Attempts: 288 | Last updated: Mar 20, 2025
-
Sample QuestionWhich of the following was primarily a philosophical movement, rather than a religion focusing on the supernatural?
Questions: 67 | Attempts: 236 | Last updated: Mar 22, 2025
-
Sample QuestionWhich of the following is NOT true of the Paleolithic Era?
Questions: 12 | Attempts: 523 | Last updated: Jul 13, 2026
-
Sample QuestionThe process of making RNA from DNA is:
Questions: 25 | Attempts: 204 | Last updated: Mar 19, 2025
-
Sample QuestionSQL < select name ,sal from Emp where name like m%;
Advertisement