Thought for the Week
Our first quarter will end on November 3rd. Please keep the following quote in mind as you look to finish the first part of the year and make goals for the next. I am here to help support you in achieving your goals!
App Development
This week, students will take on the "TextField Code Challenge". Students will have the opportunity to work on their own, with support from me and their coding partners, to create a variety of TextFields and process the information entered into them by our app user. Once we finish this, students will move into their second End-Of-Unit-App-Challenge for the year. Students will create an app called "Multiply" which will serve as a simple calculator. Students will be able to extend their knowledge by implementing "conditional" statements to make decisions within our running app. Students will also have a chance to place more emphasis on the design of their project.
AP Computer Science Principles: DEADLINE APPROACHING!!!!!
AP Exam Information
Please check out this link to find out more information on how to register for the AP Exam. To avoid a late fee, students must register for all exams by 11:59 p.m. on November 8, 2023.
This week, our first focus will be on wrapping up our Activity 1.2.1 "Catch a Turtle". In this project, students have been introduced to the concept of functions in order to manage the complexity of our programs. The concept of hiding the details of our program to make it more understandable is known as "Abstraction".
Once we wrap up this activity and have a working game, we will move on to the second phase: creating a leaderboard. Students will learn to work with multiple Python files in order to further manage the complexity of our program. Students will also learn how to read from and write to a text file in order to maintain a record of our game's high scores.