ODD version (Question one has 1+3+5+7) ----------- Question 1: (a) 3 pts - right answer (b) 3 pts - right answer (c) 4 pts - right answer (d) 3 pts - right answer (e) 4 pts - right answer (f) 3 pts - right answer No partial credit on Q1 Question 2: (a) 2 pts - Completly wrong answer with no explanation 5 pts - Completly wrong answer with some explanation 7 pts - Variable 'a' not incremented 8 pts - Right answer but presented as floating pointe, 4.0 10 pts - Right answer (b) 2 pts - Completly wrong answer with no explanation 5 pts - Completly wrong answer with some explanation 6 pts - b does not have type of double 7 pts - The answer is close the correct answer, 1.5 (does not increment a first) The answer is in fractional form The answer is wrong, but not too far off 8 pts - The answer has wrong type, b = 2 10 pts - Right answer Question 3: 4 pts - Any answer. 8 pts - Wrong answer (that matches one of the print statments, or nothing) with no explanation 12 pts - Wrong answer (that matches one of the print statments, or nothing) with explanation 20 pts - Right answer Question 4: 2 pts - Have something down, even it is totally wrong Otherwise: 4 pts - Some sort of loop 8 pts - Correct loop conditions. Have 2 pts taken off for each wrong condition Have 4 pts taken off if the second condition is wrong in equality and the other two are correct. 4 pts - Correct print statement, "System.out.print", inside the loop 4 pts - Pass correct variable to the print statement. Have two out of four points if the parameter passed into the print statment is almost correct. Will have one out four points taken off if printing some string Have 2 pts taken off if the printing statement is outside of the loop -2 pts - have no curly brackets for more than one statements -2 pts - print something else extra -2 pts - for each logical error Question 5: 2 pts - problem not left blank 2 pts - looks like a flowchart 2 pts - diamonds are branches and boxes are instructions 4 pts - branch condition correct 4 pts - loop contains correct elements in the correct order 2 pts - variable change correct and somewhere in flowchart 2 pts - print element somewhere in flowchart 2 pts - input element somewhere in flowchart -2 pts - extra elements -2 pts - branches not labeled. EVEN Version (Question one has 2+4+6+8) ------------ Question 1: (a) 3 pts - right answer (b) 3 pts - right answer (c) 4 pts - right answer (d) 3 pts - right answer (e) 4 pts - right answer (f) 3 pts - right answer No partial credit on Q1 Question 2: (a) 2 pts - Completly wrong answer with no explanation 5 pts - Completly wrong answer with some explanation 7 pts - Variable 'a' not incremented 8 pts - Right answer but presented as floating pointe, 8.0 10 pts - Right answer (b) 2 pts - Completly wrong answer with no explanation 5 pts - Completly wrong answer with some explanation 6 pts - b does not have type of double 7 pts - The answer is close the correct answer, 3.0 or 4.0 The answer is in fractional form The answer is wrong, but not too far off 8 pts - The answer has wrong type 10 pts - Right answer Question 3: 4 pts - Any answer. 8 pts - Wrong answer (that matches one of the print statments, or nothing) with no explanation 12 pts - Wrong answer (that matches one of the print statments, or nothing) with explanation 20 pts - Right answer Question 4: 2 pts - Have something down, even it is totally wrong Otherwise: 4 pts - Some sort of loop 8 pts - Correct loop conditions. Have 2 pts taken off for each wrong condition Have 4 pts taken off if the second condition is wrong in equality and the other two are correct. 4 pts - Correct print statement, "System.out.println", inside the loop 4 pts - Pass correct variable to the print statement. Have two out of four points if the parameter passed into the print statment is almost correct. Will have one out four points taken off if printing some string Have 2 pts taken off if the printing statement is outside of the loop -2 pts - have no curly brackets for more than one statements -2 pts - print something else extra -2 pts - for each logical error Question 5: 2 pts - problem not left blank 2 pts - looks like a flowchart 2 pts - diamonds are branches and boxes are instructions 4 pts - branch condition correct 4 pts - loop contains correct elements in the correct order 2 pts - variable change correct and somewhere in flowchart 2 pts - print element somewhere in flowchart 2 pts - input element somewhere in flowchart -2 pts - extra elements -2 pts - branches not labeled.