Thought for the Week
AP Computer Science A
This week, we will turn our attention to sorting algorithms. We will start off with the selection sort. In this sort, we repeatedly look for the smallest element in our set and move it to the front of our list. We will analyze the code of this sort and then use it to write our own programs. We will end the week by looking at some other sorts including the insertion sort and merge sort.
App Dev 2
This week, we will start our "Za Hunter" unit. Within this unit, students will learn about how to access a user's location on a map using MapKit as well as how to search the user's surrounding area for different points of interest such as parks and pizza places. We will start off the week with our pre-unit hackwich called "Mobile Mapper". Within this hackwich, we will locate and display the user's location as well as search the surrounding area for parks. We will end the week with a discussion on "optionals", and what the operators ! and ? mean in relationship to variables.
Web 2
We will start off this week with some review of JavaScript variables and a short formative assignment. Once we are back into the swing of things, we will talk about how we can integrate JavaScript into our webpages and how we can implement functions to make our site more efficient.