
Midterm
On Thursday, students will begin our midterm assignment. Students will be given a picture of what our four pages of a website should look like, as well as the images and text for the website. Students will be given one week to duplicate the site. During this time, students can consult the internet, past assignments, and our textbook. Students can also ask for a hint if needed. We will also have 20 multiple choice questions during the following week. These questions will NOT be open-book and open-note but will be made up of all of the questions we have seen so far through the semester.
App Development 1
We will start off the week by talking about segues. This is how we can navigate between two screens in an app. We will then complete a short "hackwich" called FizzBuzz. In this formative app, we will create two text fields for our app user to enter two integers. When we tap a button, the numbers will be multiplied and display a different result based on the output. In this app, students will learn how we can use a function within an app as well as practice using conditional statements. After our "hackwich", students will start on our third end of unit app challenge for the year, "Tip Calculator".
AP Computer Science Principles
We will continue our study of the Python programming language this week. We will start the week focusing on Strings. On Tuesdsay and Wednesday, we talk about Tuples and lists. We will finish the week by talking about looping structures, focusing on the for loop. Along with this week, students should complete two submission documents: 1.3.5 and 1.3.6.