AniCricKet / musical-guacamole

Blog used for AP Computer Science A journey
https://anicricket.github.io/musical-guacamole/
MIT License
0 stars 0 forks source link

Individual Review Ticket #6

Open AniCricKet opened 7 months ago

AniCricKet commented 7 months ago

Commits: Screenshot 2023-11-06 at 11 18 49 AM Screenshot 2023-11-03 at 8 48 27 AM Personal Contributions Project Posted on LinkedIn N@TM Blog Post N@TM Reviews Extra Credit

Student Teaching Grades:

Lesson Grade
U1 Data Types 0.9/1
U2 Using Objects 0.9/1
U3 Booleans 0.93/1
U4 Iteration 0.9/1
U5 Classes 0.95/1
U6 Arrays 0.9/1
U7 Array Lists 0.91/1
U8 2D Array 0.9/1
U9 Inheritance N/A
U10 Recursion 0.9/1
Combined Score 8.19/9
Average 0.91/1

Collegeboard MCQ Quiz:

Screenshot 2023-11-06 at 10 45 51 AM

I felt that this quiz was pretty straightforward, and similar to the CSP Multiple Choice quizzes where it's more theoretical questions, with the rare question about predicting code outputs. I got a 40/40 but something I struggled with was thinking about recursion, as I spent the longest time there. I think I have to adjust my thinking away from the typical mindset of loops and create tables for each iteration, keeping track of the different variables. Apart from that, I felt that I understood most of the concepts and the student lessons definitely helped me better my understanding.

End of Trimester 1 Reflection:

I found this trimester to be very helpful as I walked into this class with very limited understanding of Java and object oriented programming. In the past, all my Java experience came from the coding we did on the robotics team, but then I didn't quite understand everything. However through the student lessons we did, I learned a lot more about Java syntaxes, and how to define certain things. I'm glad that this year we do the student grading in the first trimester, because my biggest complaint from AP CSP was that we started prepping for the AP Exam pretty late. Apart from the Collegeboard MCQs we did throughout the year, we didn't cover very many of the AP Test topics until the last trimester. But this year, because we're covering these topics at the start, it gives me more time to familiarize myself with these concepts so I can better prepare myself for the test. Overall, this trimester was definitely a great learning experience, and by combing what we learned from last year with these new Java topics, I can confidently say I know a lot more then I did at the start of the year.