Friday, October 21, 2022

What's Going On? October 24th through October 26th

Thought for the Week













Modified Schedule



AP Computer Science Principles

Don't forget to register for the AP exam!  You must register by November 8th in order to avoid a late fee. 
Please click here to learn more about the registration process and how you can earn college credit.

In class this week, students will continue to work on our Activity 1.2.2: Catch a Turtle Leaderboard.  Students will start to manage multiple files and learn to read and write to an external text file in order to maintain permanent memory storage to keep track of the best performances in our "Catch a Turtle" game.




App Development

During our class on Monday, students will spend a little bit of time investigating UIViews.  The idea of this UIView is to keep track of several objects together as a unit.  We can then learn to manage our views and place them in a specific order within our storyboard.  Once we have wrapped up this concept, students will begin working on our second end-of-unit app challenge, Multiply.  For this summative project, students will work on making a simple calculator that allows a user to enter in two numbers and perform some mathematical operations (addition, subtraction, multiplication, division, mod).  





Programming the Web 1

This week, students will learn about the "Box Model" in our lesson 8 content.  Students will learn how to have tighter control of spacing and learn how to better arrange elements within our pages.  Along with this lesson, students will read chapters 7 and 10 in our textbook and complete the accompanying reading guide.  Students will also complete 10 multiple choice questions to review our concepts and one book tutorial-based web project.






Friday, October 14, 2022

What's Going On? October 17th through October 21st

 Thought for the Week



AP Computer Science Principles

We will start off this week by diving into our second unit of the year on "abstraction".  Our first project, Activity 1.2.1: Catch a Turtle, we will be creating a simple game where a circle appears on the screen.  We will work with events to determine when the circle has been clicked.  Then we will then code, using functions, to move the circle to a new place and start the process again.  This project will introduce us to writing our own functions (procedures), global variables, and more.  At the end of the week, we will add on to our project to keep track of the leading scorers of the game.




App Development

The focus of this week will be TextFields.  During Monday's class, we will finish up our "Hackwich" where we will practice working with textfields in three different ways: as an outlet, as an action, and as a delegate.  For the rest of the week, students will put what we have learned into practice by completing our TextField Code Challenge and writing a technical blog post about how to effectively use TextFields within our programs.



Programming for the Web 1

During Monday's class, students will wrap up our 6th lesson of the year.  Students will start the class by completing our multiple choice questions and will have the rest of the class to finish up 6A: Your First Style Sheet, 6B: Black Goose Bistro part 1, and 6C: Black Goose Bistro part 2.  During the rest of the week, we will focus on how to use color and background images to enhance our pages.  Along with lesson 7, students will read chapter 13 from our textbook and complete the accompanying reading guide.  Students will complete three web assignments to practice adding a variety of colors and images to our pages.  We will end the lesson with our multiple choice questions.



Friday, October 7, 2022

What's Going On? October 10th through October 14th

Thought for the Week








AP Computer Science Principles

We will start off this week by wrapping up Activity 1.1.8: Turtles in Traffic.  Through this activity,
students will work with lists and conditionals in order to get a series of our "turtle" graphics to move across the screen.  Within the program, we will learn how to detect a "collision".

After this, we will move on to our first summative assignment for the year.  For this project, students will implement variables, lists, and conditionals in order to create some sort of "Turtle Art".  Students will also write responses about how their code works.  This is in preparation for our AP "Create" Performance task that will be submitted to the AP Board as part of our AP exam score.


App Development

This week, we will dive into two different topics: "Operators" and "TextFields".  We will start off the
week by experimenting with some different math operations that we can perform within the Swift programming language.  Later in the week, we will implement the use of textfields so that we can get some input from the user in order to perform calculations "on demand".  


Programming the Web 1

We will start off this week by wrapping up Unit 5 on Images and Image Maps.  Students will start
Monday's class by completing our lesson review questions and will then have the rest of the class period to finish up Web Assignments 5A (Black Goose Bistro Gallery) and 5B (Allco Service Locations).  After this, we will move into our sixth unit of the year where we will learn how to define style with CSS.  In this unit, students will learn how to apply background colors, modify text, and much more.

Monday, October 3, 2022

What's Going On? October 3rd through October 7th

 Thought for the Week



AP Computer Science Principles

We will start off this week by learning about lists and how we can use a for loop to help us iterate more efficiently through a list.  We will work within Activity 1.1.7 to create lists of turtle objects.  We will use a for loop that works with each object in our list and modifies it to create a drawing.  In Activity 1.1.8, students will be introduced to decision-making structures.  Students will play with the if...elif...else structure in order to make decisions during the run time of our code.


App Development

This week, we will start our second unit of the year.  Students will start off Monday's class with a pre-unit hackwich called "Display a Number".  We will then spend some time talking about design choices that we can make when creating our app and why we are able to so easily navigate through a new app that we can download from the Apple App Store.  We will finish the week by learning about operators (math) and how they can be used to enhance our program.


Programming the Web 1

We will start off this week by wrapping up unit 4, where we learned how to create links within our websites.  Next, we will talk about how we can add images and image maps within our sites. This marks the week that we will switch over to the program "DreamWeaver".  This is an industry-standard program that professional web designers use in order to create robust web sites.

Friday, September 23, 2022

What's Going On? September 26th through September 30th

 Thought for the Week



It's Homecoming Week!

Join in the fun and participate in some of the activities going on this week as we celebrate all things North!


AP Computer Science Principles

This week, students will continue working with looping structures and variables.  We will also take a closer look at the types of errors that we will encounter while writing computer programs.  We will wrap up the week by examing variables and practice some AP-style multiple choice questions that we might encounter during our AP exam in May.



App Development

This week, students will participate in our first summative end-of-unit app challenge.  This summative is called "Hello World".  Within this app, students will demonstrate their ability to add elements to our storyboard and make connections to our code.  Students will also have the opportunity to demonstrate their ability to work with basic variables within their program.



Programming the Web 1

We will start off this week by wrapping up lesson 3 web assignments that include 3A: Lists and 3B: Black Goose Blog.  After this, students will start learning about how to add links to their web pages.  We will learn how to link to other sites as well as how to link within our own site.  Along with this week, students will read chapter 6 in our textbook while completing the accompanying reading guide (due Wednesday).  Students will have two web assignments to complete throughout the week.  In assignment 4A, students will add a series of links to an existing site for "Jen's Kitchen".  In assignment 4B, students will work with a glossary page and demonstrate their ability to add links within a single page.


Friday, September 16, 2022

What's Going On? September 19th through September 23rd

Thought for the Week




AP Computer Science Principles

This week, we will start off the week by viewing two videos on Collaboration put together by the AP board.  We will then complete some sample AP-style multiple choice questions to prepare for questions on collaboration that may appear on May's exam.  For the rest of the week, we will focus on looping our code and adding in conditional statements.  Through Activities 1.1.4. (Spinning Spirographs) and 1.1.6 (Buggy Image), students will continue to practice writing basic Python programs using the Turtle class.  We will also begin talking about the types of errors that we will encounter as we program and some resources to help us fix them.



App Development

This week, we will focus on how to use variables and constants to store and access information in our apps.  Will learn about four major data types (integers, doubles, Strings, and Boolean) and the type of information that can be saved with them.  Along will this week, students will participate in a demo, complete a code challenge, and summarize their learning through our second technical blog post.


Programming the Web 1

This week, we will dive into our third unit of the semester.  In this unit, students will learn some additional HTML tags that we will use to mark up our text.  Students will learn how to make three different types of lists, add in quotes, and other structural tags.  Along with this week, students will read chapter 5 in our textbook while completing the accompanying reading guide (due Wednesday).  Students will have two web assignments to complete, and we will end the week by completing our lesson 3 review questions.



Friday, September 9, 2022

What's Going On? September 12th through September 16th

 Thought for the Week









AP Computer Science Principles

We will start off this week by wrapping up Activity 1.1.2: Planning a Picture.  We will then move on to Activity 1.1.3: Fun with Flowers.  Both of these activities provide students with an introduction to programming in Python using "Turtle".  Students are learning how to create simple drawings using Turtle methods in the Python language.  Students are learning how to create and access variables, as well as get some input from the user.  We will end the week with some introduction to AP Classroom.  Students will start to become familiar with some of the multiple-choice questions they can expect to see on the AP Exam in May.




App Development

For the majority of our week, we will focus on "Actions and Outlets".  Students will spend some time working on implementing Actions and Outlets in our first code challenge.  Students may work together and collaborate as they work or may choose to work independently.  Students will also put what they have learned into words with our first blog post of the year.  We will end the week learning about how to add images to our apps.



Programming the Web 1

This week, we will finally get to make a web page!  We will work within our text editor, Text Edit, in order to create our first web page from scratch using HTML.  Along with this week, students will read chapter 4 in our textbook and complete the accompanying reading guide.  Students will complete two web assignments.  For assignment 2A: Black Goose Bistro, students will follow a step-by-step tutorial to create a sample restaurant home page.  For assignment 2B: Personal Web Page, students will create their own page that features some information about them.  We will wrap up the week by completing our ten multiple-choice questions.

As a reminder, this course is offered in partnership with WCTC.  This means that students who have enrolled in this option and successfully complete the course with a "C" or higher based on the WCTC grading scale will earn free transcripted credit.