This is just a reminder that there is no school on Friday! We will follow a modified schedule for the week. Monday will be a "Tuesday"-style schedule, Tuesday will be a "Wednesday"-style schedule, Wednesday will be a modified version of a "Thursday"-style schedule due to an assembly in the afternoon, and Thursday will be a "Friday"-style schedule.
Programming the Web 2
This week, students will work on putting their image galleries together. Students will add 10+ images to a web page, write a brief text description for each image, and then apply two or more techniques to the images to give the appearance of an image gallery.
Upon completion of this, students will update their online portfolios to their 000webhost accounts so our portfolios are live online and reflect our learning for the semester. After we finish with image galleries, we will move on to creating forms.
Fundamentals of Programming (App Development 1)
This week, we will start exploring the topics of functions and conditionals. A function is a portion of code that is designed to perform a specific task. We have worked with some built-in functions of swift so far. For example, we have connected buttons to our code as IBActions. This connection created a function. Students have had some experience writing instructions for what our app is supposed to do after we click a button in our app.
This week, students will learn how to interpret a function header and learn how to create their own functions.
Many students experienced frustration with having to repeat the same code in our Multiply app. A function would provide a way to write this code only once and then use it in several places within our app.
No comments:
Post a Comment