Grade 9 Quizzes, Questions & Answers
Recent Grade 9 Quizzes
Questions: 25 | Attempts: 481 | Last updated: Sep 7, 2025
-
Sample QuestionWhat all gets printed when the following gets compiled and run? public class test { public static void main(String args[]) { int i=1, j=1; try { i++; j--; if(i/j > 1) i++; } catch(ArithmeticException e) { System.out.println(0); } catch(ArrayIndexOutOfBoundsException e) { System.out.println(1); } catch(Exception e) { System.out.println(2); } finally { System.out.println(3); } System.out.println(4); } } here
Questions: 17 | Attempts: 5569 | Last updated: Oct 22, 2025
-
Sample QuestionThe diagram below represents carbon-14. What is the mass number of carbon-14?
Questions: 5 | Attempts: 232 | Last updated: Mar 21, 2025
-
Sample QuestionAfter how many failed attempts to log into your account will you get locked out?
Questions: 8 | Attempts: 331 | Last updated: Mar 20, 2025
-
Sample QuestionWhere can a student in US History access the textbook?
Questions: 30 | Attempts: 1410 | Last updated: Oct 20, 2025
-
Sample QuestionMadeline is ______________.
Questions: 30 | Attempts: 2454 | Last updated: Mar 21, 2025
-
Sample QuestionThe king of Ruritania is called ____________________.
Questions: 12 | Attempts: 327 | Last updated: Mar 22, 2025
-
Sample QuestionWhich of the following is NOT a commonly accepted rule for joining multiple tables?
Questions: 28 | Attempts: 2209 | Last updated: Aug 22, 2025
-
Sample QuestionWho is Karolides, and why do the Germans want to kill him?
Questions: 9 | Attempts: 168 | Last updated: Mar 20, 2025
Advertisement