66 Question MC Review
Corrections and improvements
Score: 51/66 (77%)
The test took me around an hour and 15 minutes to complete in multiple sessions and there were definitely concepts that I completely forgot how to do. I tried to take the test all on my own but had to reference google for a few of them. Some of these weaknesses I believe I can iron out and become better at once I get the concept down with more practice.
Some of the weak areas include:
- Demorgan's Law
- Compile Errors
- Enhanced For Loop
Q16
The problem I had with this question was that I was confused on how the enhanced for loop works (for each loop). After looking back on it and seeing how it iterates, I now see how it should assign a one-dimensional array of int values, single row of two-dimensional array and not a row of col since col is not a two-dimensional array.
Q25
The answer should have been b, not c because in this compile error question the method updateItems must have a return type and there is nothing there. It should be void if it isn't returning anything so the answer should be b. I believe I completely overlooked the method creation so I got this wrong.
Q36
This is another compile time error question that I got wrong and the answer should be Line 4 only and not Line 1. I'm not sure what the GridWorld case study is referring to so I wasn't really sure how I would do this question. As a result I guessed and I'm still not sure what this GridWorld case study is.