Home Page Web Dev Students AP Comp Students Golden Oak Students Burrill Links Student Grades
PINE MOUNTAIN CLUB WEATHER

--Online Distance Learning Assignments and Information--

Download AP Computer Science Syllabus


 

AP Test Information

Section I: End-of-Course Multiple-Choice Exam- Thursday May 15, 2025 at 12pm in the WR Gym.

70 Multiple-Choice Questions | 120 Minutes | 70% of Score | 4 answer options

57 single-select multiple-choice

5 single-select with reading passage about a computing innovation

8 multiple-select multiple-choice: select 2 answers

Section II: Create Performance Task- Project Due Tuesday April 30, 8:59pm PST.

30% of Score

Students will develop a computer program of their choice. Students need at least 16 hours of in-class time to complete.

Written Response questions about Your Code on AP Exam Day.

 


AP Computer Science Principles Period Information

Period 2

Period 4

Period 6

Code.org Class Code-

KFGTWC

Code.org Class Code-

BMNSMG

Code.org Class Code-

LBNDKQ

AP Test Class Code-

L43W4A

AP Test Class Code-

L6NP2R

AP Test Class Code-

YDEEVR


 

2024-2025 Assignments, Help, and Information

 

Week 11

Day 27- Tuesday October 22- Unit 3 - Intro to Programming ('17-'18)

New Seating Chrt Day!

Functions Quiz- 5pts

Coding Today-

  • Have 17-18, Unit 3, Lessons 4 & 5 Complete before start of class today
  • Lessons 6 & 7 Today (6pts)

Complete Lesson 6- On own or with a friend- 3pts

  • Functions and Top-Down Design

Complete Lesson 7- On own or with a friend- 3pts

Lesson 6 & 7 Vocab-

  • Efficiency: Can many severl deifferent things-
    • It could mean the total number of primitive operations performed by the turtle.
    • It could mean number of lines of code.
    • It could hinge on the ability to reuse code within your own code.
    • It could be about the speed and clarity with which you can write the program.
  • Abstraction: a simplified representation of something more complex. Abstractions allow you to hide details to help you manage complexity, focus on relevant concepts, and reason about problems at a higher level.
  • Function: a named group of programming instructions. Functions are reusable abstractions that reduce the complexity of writing and maintaining programs
  • Top Down Design - a problem solving approach (also known as stepwise design) in which you break down a system to gain insight into the sub-systems that make it up.
  • API - a collection of commands made available to a programmer
  • Documentation - a description of the behavior of a command, function, library, API, etc.
  • Hexadecimal - A base-16 number system that uses sixteen distinct symbols 0-9 and A-F to represent numbers from 0 to 15.
  • Library - a collection of commands / functions, typically with a shared purpose
  • Parameter - An extra piece of information that you pass to the function to customize it for a specific need.
  • A "Comment" block doesn't do anything when you run the code. It is simply a way to leave notes in code. Programmers write comments into their code for two main reasons:
    1. sharing code with other programmers
    2. remembering their own thoughts or plans for code they write.

 


Day 28- Thursday October 24-Unit 3 - Intro to Programming ('17-'18)

Sign-Up for 2025 AP Exam Here

  • Follow directions on Website

No Quiz Today

Coding Today- Lessons 8 & 9

Complete Lesson 8- Creating Functions with Parameters- 3pts

 

Complete Lesson 9- Looping and Random Numbers- 3pts

  • Video- Using Loops
  • Introduction to the for loop.
  • Practice using loops to draw figures.
  • Use loops in conjunction with Top-Down Design and random values to complete a digital scene.

Vocab-

  • Loop: a programming construct that repeats a group of commands.
  • Iteration: "loop" by another name - the repetition of a statement, process, or procedure.
  • For Loop - A particular kind of looping construct provided in many languages. Typically, a for loop defines a counting variable that is checked and incremented on each iteration in order to loop a specific number of times.

Student Favorite- Drawing Project Next Week

 

 

 

Week 10

Day 23- Monday October 14

Moneyball- Data and Baseball

 


Day 24- Wedensday October 16

Sign-Up for 2025 AP Exam Here

  • Follow directions on Website

Finsh Moneyball

Quick Infamous Coach B Review Game

 


Halfway Done With The Semester!

I Turn-In Grades This Weekend!

 

Day 25- Friday October 18

Sign-Up for 2025 AP Exam Here

  • Follow directions on Website

 

Test Day!!

  • 40 Questions, 40 Points
  • MC or T/F

 

===================================================

Programming!

Code.org 2017-18, Unit 3, Lessons 4 & 5

--Lesson 4--

  • Video- Turtle Programming (4min)
  • Learn to use the App Lab programming environment
  • Write a program that uses basic "building blocks" to draw an image in App Lab
  • Think about what "efficiency" means when programming

Complete Lesson 4

--Lesson 5--

  • Video- Calling Functions (5min)
  • Define and Call Functions (Proceedures)
  • Write functions with names that describe what each function does in solving the problem.
  • Write a program that uses more than one function and more than one level of abstraction.

Complete Lesson 5

Introduced Code

New Blocks

Important Programming Vocab-

  • Programming Language- A coding language used to dictate specific instructions to a computer.
  • Programming Environment- A tool where you write and run computer programs. Ex. App Lab
  • Turtle Programming - a classic method for learning programming with commands to control movement and drawing of an on-screen robot called a "turtle". The turtle hearkens back to early implementations in which children programmed a physical robot whose dome-like shape was reminiscent of a turtle.
  • Algorithm - A precise sequence of instructions for processes that can be executed by a computer
  • Iterate - To repeat in order to achieve, or get closer to, a desired goal.
  • Selection - A generic term for a type of programming statement (usually an if-statement) that uses a Boolean condition to determine, or select, whether or not to run a certain block of statements.
  • Boolean Condition- Using Boolean expressions (true/false) inside conditionals (if/else). Thanks to conditionals, programs can respond differently based on different inputs and parameters.
  • Conditionals- programming element that allows a computer to make decisions depending on specific criteria. They enable a program to execute distinct code branches based on particular conditions.
  • Sequencing - Putting commands in correct order so computers can read the commands.
  • Abstraction: a simplified representation of something more complex. Abstractions allow you to hide details to help you manage complexity, focus on relevant concepts, and reason about problems at a higher level.
  • Function: a named group of programming instructions. Functions are reusable abstractions that reduce the complexity of writing and maintaining programs

Next Week-

  • Have Unit 3 Lessons 4 & 5 Completed by Tuesday (6pts)
  • More Turtle Programming
  • Group Turtle Picture Drawing

 

 

 

Week 9

Day 21- Tuesday October 7

Sign-Up for 2025 AP Exam Here

  • Follow directions on Website

No Quiz Today

 

Privacy Policies-

Video- How to read privacy policies like a lawyer (6min)

  • Discuss Video
  • Pick a App/Website to Look at Privacy Policy - Ideas Below
    • Education: Code.org, Khan Academy, Codecademy.com
    • Social media: Facebook, Twitter, Instagram, Snapchat, Tik Tok
    • Online store: Amazon, Target, Walmart
    • Mail & communication: Gmail, Hotmail, Yahoo Mail, Skype, Google Hangouts
    • Streaming sites: Netflix, Spotify, Pandora
    • Gaming sites: Steam, Xbox Live
  • 3pts- Create a One Page Document listing thoughts about Google Privacy & Terms of Usage (1-3 People)

 

Facial Recognition-

  • Video- Is Facial Recognition Invading Your Privacy? (5min)
    • Discuss Video
  • Do the harms of giving up privacy outweigh the benefits of the technology they power.
  • Key Takeaways
  • Data that may not seem private, like a birthdate or zipcode, can be combined to uniquely identify you.
    • Personally Identifiable Information (PII): information about an individual that identifies, links, relates, or describes them.
      • Technology enables the collection, use, and exploitation of information about, by and for individuals, groups, and institutions. Geolocation, cookies, and browsing history can all be used to create knowledge about an individual. Most digital technology needs some kind of PII to work (for example street navigation needs to know your location or PII stored online to simplify making online purchases). 
      • Other times websites collect more data to improve their services.
      • Many services and websites collect information (like your browser history) that can be used to advertise to you by creating detailed profiles of who you are and what you like. Search engines also can record and maintain a history of searches made by users. This information can be used to suggest websites or for for targeted marketing.
      • Once data is made digital, and especially once it's shared online, it's much harder to control. 
      • PII can be used to steal the identity of a person, or stalk them online. Information that is often posted on social media can be combined to create a profile on you.

 

Hacks and Attacks-

  • Video- The Internet: Cybersecurity & Crime (5min)
    • Computer Virus- A computer virus is a program that spreads by first infecting files or the system areas of a computer or network router's hard drive and then making copies of itself. Some viruses are harmless, others may damage data files, and some may destroy files.
    • Keylogging- The use of a computer program to record every keystroke made by a computer user, especially in order to gain fraudulent access to passwords and other confidential information.
    • Phishing- The fraudulent practice of sending emails purporting to be from reputable companies in order to induce individuals to reveal personal information, such as passwords and credit card numbers.
    • Spear Fishing- a type of phishing campaign that targets a specific person or group and often will include information known to be of interest to the target, such as current events, personal names, or financial documents.
    • Malware- Malware (short for “malicious software”) is a file or code, typically delivered over a network, that infects, explores, steals or conducts virtually any behavior an attacker wants. And because malware comes in so many variants, there are numerous methods to infect computer systems.
    • Ransomware- Ransomware is a malware designed to deny a user or organization access to files on their computer. By encrypting these files and demanding a ransom payment for the decryption key, cyberattackers place organizations in a position where paying the ransom is the easiest and cheapest way to regain access to their files.
    • DDoS Attack- DDoS Attack means "Distributed Denial-of-Service (DDoS) Attack" and it is a cybercrime in which the attacker floods a server with internet traffic to prevent users from accessing connected online services and sites.

 

Passwords-

Journal Love!

 


Day 22- Thursday October 9

 

Quiz Today- 10pts

 

Sign-Up for 2025 AP Exam Here

Encryption and Data Protection

Data Breaches-

  • Use this Website- World's Biggest Data Breaches & Hacks
  • Pick a Data Breach and research it some more
  • Make a 3 page Google Slides presentation including the following Info (5pts)
    • Share with Coach B
    • 1-3 People Per Presentation
    • Link to at least 2 articles about your Data Breach
    • List date, time, and company name of the Data Breach
    • What was taken in the Data Breach
    • What was the estimated cost of the breach
    • Was there any ransom paid
    • How were customers effected
    • Anything else we should know

 

Famous/Infamous Coach Burrill Stalking Assignment!

  • Directions in Class
  • Front Side- Coach B Picture and Student Names
  • Back Side- Coach B Personal Info
  • Competition Judged by Coach B
    • Drawing 25%
    • Info 75%
      • Accuracy
      • Volume
      • Uniqueness
  • Points Awarded per Class Period-
    • Best = 12pts
    • 1-10 = 10pts
    • 11-20 = 8pts
    • 21-... = 7pts
    • Worst = 6pts

 

 

 

Week 8

Day 19- Tuesday October 1

 


Day 20- Thursday October 3

No Quiz Today

Sign-Up for 2025 AP Exam Here

AI-

  • Since its beginning, artificial intelligence has come under scrutiny from scientists and the public alike. One common theme is the idea that machines will become so highly developed that humans will not be able to keep up and they will take off on their own, redesigning themselves at an exponential rate.
  • Weak artificial intelligence embodies a system designed to carry out one particular job. Weak AI systems include video games such as the chess example from above and personal assistants such as Amazon's Alexa and Apple's Siri. You ask the assistant a question, and it answers it for you.
  • Strong artificial intelligence systems are systems that carry on the tasks considered to be human-like. These tend to be more complex and complicated systems. They are programmed to handle situations in which they may be required to problem solve without having a person intervene. These kinds of systems can be found in applications like self-driving cars or in hospital operating rooms.
  • Machine Learning- is a method of data analysis that automates analytical model building. It is a branch of artificial intelligence based on the idea that systems can learn from data, identify patterns and make decisions with minimal human intervention.
  • Bias- Machine Learning bias, also known as algorithm bias or Artificial Intelligence bias, refers to the tendency of algorithms to reflect human biases.  It is a phenomenon that arises when an algorithm delivers systematically biased results as a consequence of erroneous assumptions of the Machine Learning process Examples- Race, Gender, Economic, Religion, etc…

IBM Watson!-

  • Video- Supercomputer: Watson(IBM computing system) - Documentary
  • What is inside Watson- a cluster of ninety IBM Power 750 servers, each of which uses a 3.5 GHz POWER7 eight-core processor, with four threads per core. In total, the system has 2,880 POWER7 processor threads and 16 terabytes of RAM.
  • Video- Watson and the Jeopardy! Challenge
  • What is Watson being used for now- Weather Forecasting, Building Codes, Cancer Treatment, Financial Planning, Teaching Assistance Tools, Tax Preparation, Fashinon Design, and Advertising.
  • Discuss Videos

Google Doc AI Vocab- (5pts)

  • Solo or with partner
  • If pair, place both names on Doc
  • Dua by end of class
  • Share With Casey Burrill
  • Define and give an exampe
  • Vocab Terms and Concepts-
    • Weak AI
    • Storng AI
    • Machine Learning
    • Machine Learning Bias
    • Discribe Watson and Machine Learning

Stem for Kids Presentation (End of Class)

 

 

 

Week 7

Day 16- Monday September 23

  • Test- 40 points, 40 questions

Review Unit 1 Code.org Assessment

  • Google Doc Project- 5pts
    • Code.org Unit 1 Assessment
    • Complete by End of Class Today
    • 1-3 Person Project
    • Place everyone's name on the Google Doc- Share with Coach B
    • Record questions and reasons for correct answers for any incorrect response on the assessment

 


Day 17- Wednesday September 25

  • Unit 5 - Data ('23-'24)

    In this unit learn how data analysis helps turn raw data into useful information about the world. Learn how to use data visualization to find patterns inside of data sets and learn how this data analysis process is being used in contexts like open data or machine learning to help make decisions or learn more about our world. In the unit project, you'll analyze a dataset of your choosing and present your findings.

GOOGLE Stuff

 


Day 18- Friday September 27

Big Data Drawing Assignment- 5pts

  • Take a blank piece of paper from Grandma's Table
  • May work on own or in a pair
  • You can only draw a picture to discribe your selected vocab
  • Possible Vocab
    • Hadoop
    • Amny of the 5 V's of Big Data
    • Crowdsourced Data
    • Parallel Processing
    • Distributed File System
  • Due at end of class
  • 5pts

 

 

Week 6

Day 14- Tuesday September 17

  • Internet Quiz 2 Today- 6pts
  • Internet Layers
  • Internet Simulator- Unit 1 Lesson 5
  • Internet Simulator- Unit 1 Lesson 6

  • Complete all of Unit 1 Code.org Lessons 4-7 (8pts, due on Thursday)
  • Warriors of the Net Video on Thursday! Review Thursday.
  • Test Monday Next Week (40pts)
  • Vocab- HTTP, HTTPS, HTML, URL, Web Browser, Server, Get Request, Post Request, Cookie, SSL & TLS, Digital Certificate, Layers of the Internet, Net Neutrality, Internet Censorship, and Digital Divide
  • Journal Love

 


Day 15- Thursday September 19

  • As promised for those 20% of you who will have a life altering experience...
    • Review- The cinematography rivals that of Kubrick and Hitchcock. The animation is the best I've ever seen, I mean, it's truly stunning. Avatar doesn't even hold a candle to to this. The voice is passionate and memorable. Plus, that ending is one of the most emotionally charged scenes put to film. This film is so entirely great I just can't even handle its majesty.
    • Opening of the movie- For the first time in history people and machinery are working together, realizing a dream. A uniting force that knows no geographical boundaries. Without regard to race, creed or color. A new era where communication truly brings people together. This is the dawn of The Net.
    • Video- Warriors of the Net (13min)
    • Manuscrpipt
    • Need some merch?
  • New Vocab- Swith and Firewall
  • Mr. B Review Game Today!
  • Test Monday- 40pts

 

 

 

Week 5

Day 11- Monday September 9

  • Finish War Games movie
    • A young computer whiz kid accidentally connects into a top secret super-computer which has complete control over the U.S. nuclear arsenal. It challenges him to a game between America and Russia, and he innocently starts the countdown to World War 3. Can he convince the computer he wanted to play a game and not the real thing
  • Some Fun War Games Movie Facts/Info
    • 1983 Release, Coach B is 13 years old and is in 8th grade.
    • Movie made over $125 million at the U.S. box office.
    • Cost $12 million to make the movie.
    • It did cause some fear for Americans including then-President Ronald Reagan, who reportedly ordered a review on the security of defense computers after seeing the film.
    • Movie was nominated for 3 Academy Awards.
    • According to John Badham, the jeep trying to crash through the gate at NORAD and turning over was an actual accident. The jeep was supposed to continue through the gate. They added the scene of the characters running from the jeep and down the tunnel, and used the botched jeep stunt.
    • The NORAD command center built for the movie cost $1 million, making it the most expensive set ever constructed at the time. The producers were not allowed into the actual NORAD command center, so they had to imagine what it was like. In the DVD commentary, director John Badham notes that the actual NORAD command center isn't nearly as elaborate as the one in the movie, calling the set "NORAD's wet dream of itself."
    • The studio had the Galaxian (1979) and Galaga (1981) arcade machines delivered to Matthew Broderick's home. He practiced for two months to prepare for the arcade scene.
    • The movie includes the first cinematic reference to a "firewall," a security measure used in computer networking and Internet security.
    • The WOPR, as seen in the movie, was made of wood and painted with a metal-finish paint. As the crew filmed the displays of the WOPR, Special Effects Supervisor Michael L. Fink sat inside and entered information into an Apple II computer that drove the countdown display.
  • 8 Question Quiz on War Games Movie (8 Pts)

 


Day 12- Wednesday September 11

  • Test Review Soon?!?!
  • Internet Delivery Options
  • TCP and UDP
  • Latency: Latency = delay. It’s the amount of delay (or time) it takes to send information from one point to the next. Latency is usually measured in milliseconds or ms. It’s also referred to (during speed tests) as a ping rate.
    • Pipe Example- Bandwidth has to do with how wide or narrow a pipe is. Latency has to do with the contents of the pipe; how fast it moves from one end to the next.
  • Bit Rate- Actual speed your intenret connection is getting.
  • Bandwidth: the maximum amount of data that can be sent in a fixed amount of time, usually measured in bits per second.
  • Journal Love
  • Vocab- Telegraphs,Telephone, Ethernet Cable, WiFi, Fiber Optic Cable, Starlink, Alphabet Lasers, IP Packets, Router, UDP, TCP, Fault Tolerant, Reliability, Redundancy, Cheapest Route, Dense Wave Division Multiplexing, Repeaters
  • Names- Cyrus West Field, Elon Musk

 


Day 13- Friday September 13

  • Internet Quiz 1- 6pts
  • Unit 1 Test Review Soon?!?!
  • Unit 2- Lesson 1
    • After a short transition from representing information in Unit 1 to communicating information in Unit 2, students take time to think about their knowledge of the Internet and how it works. Following this, students are introduced to a new widget: The Internet Simulator which they will use throughout this unit to explore the inner workings of the Internet.
  • The Internet
    • What is the Internet?
    • Vint Cerf, Bob Khan, and Paul Baron, invent a packet network
    • Explore the Internet Simulator. How does it work? What can I do with it?
  • WWW
  • Unit 2- Lesson 2- Computer Networks
  • Video- The Internet: Packets, Routing & Reliability (7min)
    • Computing Device: a machine that can run a program, including computers, tablets, servers, routers, and smart sensors
    • Computing System: a group of computing devices and programs working together for a common purpose
    • Computing Network: a group of interconnected computing devices capable of sending or receiving data.
    • Path: the series of connections between computing devices on a network starting with a sender and ending with a receiver.
  • Unit 2- Lesson 3-
    • In a previous lesson, we explored the Internet Simulator, where each of you were connected to one other person by a single wire. What are the potential problems with this setup?
  • Video- The Internet IP Addresses and DNS (7min)
    • A Router is a networking device that forwards data packets between computer networks. Routers perform the traffic directing functions on the Internet. Data sent through the internet, such as a web page or email, is in the form of data packets. A packet is typically forwarded from one router to another router through the networks that constitute an internetwork (e.g. the Internet) until it reaches its destination node.
    • Lots of Vocab- Protocols, Router, Inernet Protocol (IP), IP Addresses, ISP, IPv4, IPv6, DNS, DNS Spoofing, and DDoS
    • People- Vint Cerf, Bob Kahn, Paul Baron, Steve Jobs, and Tim Berners-Lee
  • End of Class Stuff
    • Internet Simulator Time- Unit 2. Lesson 1, Section 4
    • Internet Simulator Time- Unit 2. Lesson 3, Section 2
    • Finish Code.org Unit 2, Lessons 1-3 (6pts)
    • Journal Love

 

 

 

Week 4

Day 9- Tuesday September 3

  • Creative Commons Quiz- 3pts
  • World Famous Mr. B Review Game
  • Journal/Notes Love

 


Day 10- Thursday September 4

  • TAKE TEST TODAY!
    • 40 pts
    • 40 Multiple Choice Questions
    • Beat Utah State!

 

  • Start War Games movie
    • A young computer whiz kid accidentally connects into a top secret super-computer which has complete control over the U.S. nuclear arsenal. It challenges him to a game between America and Russia, and he innocently starts the countdown to World War 3. Can he convince the computer he wanted to play a game and not the real thing
  • Some Fun War Games Movie Facts/Info
    • 1983 Release, Coach B is 13 years old and is in 8th grade.
    • Movie made over $125 million at the U.S. box office.
    • Cost $12 million to make the movie.
    • It did cause some fear for Americans including then-President Ronald Reagan, who reportedly ordered a review on the security of defense computers after seeing the film.
    • Movie was nominated for 3 Academy Awards.
    • According to John Badham, the jeep trying to crash through the gate at NORAD and turning over was an actual accident. The jeep was supposed to continue through the gate. They added the scene of the characters running from the jeep and down the tunnel, and used the botched jeep stunt.
    • The NORAD command center built for the movie cost $1 million, making it the most expensive set ever constructed at the time. The producers were not allowed into the actual NORAD command center, so they had to imagine what it was like. In the DVD commentary, director John Badham notes that the actual NORAD command center isn't nearly as elaborate as the one in the movie, calling the set "NORAD's wet dream of itself."
    • The studio had the Galaxian (1979) and Galaga (1981) arcade machines delivered to Matthew Broderick's home. He practiced for two months to prepare for the arcade scene.
    • The movie includes the first cinematic reference to a "firewall," a security measure used in computer networking and Internet security.
    • The WOPR, as seen in the movie, was made of wood and painted with a metal-finish paint. As the crew filmed the displays of the WOPR, Special Effects Supervisor Michael L. Fink sat inside and entered information into an Apple II computer that drove the countdown display.

 

 

 

Week 3

Day 7- Tuesday August 27

Points Today- Quiz (7pts), Code.org Unit 1 Lessons 9 & 10 (4pts)

  • Quiz (5pts)- Hexadecimal/RGB
  • File Size Discussion-
    • Bytes, KB, MB, GB, TB, PB
    • See Chart at bottom of today's schedule
  • Video- Text compression widget with Aloe Blacc
  • Lesson 9- Students use the Text Compression Widget to experiment with compressing songs and poems and try to find their ‘personal best’ compression. A video introduces important vocabulary for the lesson and demonstrates the full features of the widget. Students pick a text they think will be ‘easy’ to compress and one they think will be ‘difficult’, paying attention to why some texts might be more compressible than others. As a wrap-up, students discuss what factors make some texts more compressible than others.
  • Lesson 10- Students are introduced to lossy compression via the Lossy Text Compression widget. They apply this concept and their prior knowledge of sampling to create their own lossy compressions of image files using the Lossy Image Widget. Students then discuss several practical scenarios where they need to decide whether to use a lossy or lossless compression algorithm. The lesson ends with a discussion of the situations where lossless compression is important and the situations where lossy compression is important.
  • Using abbreviations and symbols is a form of compression, where we try to represent the same information with fewer characters.
  • Use the Text Compression Widget to experiment with compressing songs and poems and try to find your ‘personal best’ compression.
  • The widget we are using is an example of lossless compression
  • The compression percentage at the bottom of the screen is calculated by comparing the number of bytes in the original message and the number of bytes in the compressed message.
  • Complete Code.org Unit 1 Lesson 9 & 10- 4pts
  • Syllabus Due Friday
  • Journal Love

 


Day 8- Thursday August 29

 

 

 

Week 2

Day 3- Monday August 19- Busy Day Today!

Points Today- Quiz (5pts), Code.org Unit 1 Lessons 4-6 (6pts)

Binary Numering Issues

  • Got your Notebook/Journal Ready?!!?
  • Binary Quiz- 5 pts
  • Watch Video (8min)- How Gangnam Style Broke YouTube
  • Discuss Video
  • Overflow Error- An error that occurs when the computer attempts to handle a number that is too large for it. Every computer has a well-defined range of values that it can represent. If during execution of a program it arrives at a number outside this range, it will experience an overflow error.
  • Read Article- Y2K Bug
    • Discuss Article
  • Fractions/Decimals in Binary
  • Can we create all possible fractions in binary?
  • More Binary Games

 

Letters and Keyboard Buttons in Binary

01010101 01000011 01001100 01000001 00100000 01101001 01110011 00100000 01001100 01100001 01101101 01100101 00100001

  • My PowerPoint For Text and Binary
  • We know how computers count using binary, but what about text, words, sentaces?
  • Representing Text in Binary
    • ASCII (American Standard Code for Information Interchange) is one of the most common character encoding standards.
    • Originally developed from telegraphic codes, ASCII is now widely used in electronic communication for conveying text. As computers can only understand numbers, the ASCII code represents text (characters) with different numbers.
    • This is how a computer ‘understands’ and shows text.
    • The original ASCII is based on 128 characters. These are the 26 letters of the English alphabet (both in lower and upper cases); numbers from 0 to 9; and various punctuation marks. In the ASCII code, each of these characters are assigned a decimal number from 0 to 127. For example, the ASCII representation of upper case A is 65 and the lower case a is 97.
  • Watch video (8min)- ASCII (Binary as Text)
    • Discuss Video
  • ASCII Chart- Sample ASCII Chart
    • Display a ASCII Chart on your device
  • Let's try it...
    • What does this say- 01010101 01010011 01000011
    • Can you write your first name in Binary???
    • My name (Casey) is in the graphic to the right -->
    • Write in Binary- "Hello, I am ____. I am ____ years old."
    • There are online converters (like this one) if you want to wimp out and cheat
  • My T-Shirt Today
  • Sending text messages is really sending binary numbers. It all comes back to zeroes and ones, always! Binary is KING!!!
  • CODE.ORG
    • Use code.org Log-In codes
    • Complete Code.org Unit 1 Lessons 4-6 (6pts)- Due start of Class Wednesday
  • ASCII ART FUN- Picture to ASCII ART Website
  • Journal/Notes Love
  • Syllabus Discussion and Handout on Friday
  • Quiz Wednesday
    • Overflow Error & Roundoff Error
    • Binary -> Text
    • ASCII Chart Needed for Quiz- ASCII Chart should have keyboard Button, Decimal, Binary, and Hexadecimal numers.

 


Day 4- Wednesday August 21

Points Today- Quiz (5pts), Code.org Unit 1 Lesson 7 (2pts), Activity Guide (5pts)

  • Quiz- Binary/Text/ASCII (5pts),get your ASCII Chart out!
  • 11th Graders Leave at 10:30am for Admin Meeting in Theatre.
  • Vocab- Analog, digital, metadata, pixel, and sample
  • Watch Video- Screen Histury Part 1 (2min)
  • Students explore how black and white images are represented. Students use the black and white pixelation widget on code.org to represent each pixel of an image with black or white light. They learn how to sample an analog image using small squares of uniform size (each represented with a black or white value) and reflect on the pros and cons of choosing a smaller or larger square size when sampling.
    • Pixel- Picture Element, smallest square on a screen
    • Pixel- White or Black pixel for today
    • 0 = Black (Light Off), 1=White (Light On)
    • Analog, Digital, Metadata, and Sample
  • Watch Video on your monitor, turn on CC- B&W Pixelation Tutorial (3min)
  • With Friends, Complete Code.org Unit 1 Leeson 7 (3pts) Including Challenge A, B, & C
  • Complete with a friend
    • Activity Guide (5pts), Print out Guide and give to me by end of class today. You can also do everything electronicly and email it to me. Put you and your friend's names on the activity guide so you get credit.
  • What are we doing Friday? Color Images!
  • Journal/Notes Love

 


Day 5- Friday August 25

Points Today- Code.org Unit 1 Lesson 8 (2pts)

 

 

 

Week 1

Day 1- Tuesday August 113- Intro and Coach B Quiz

  • Inttoduction to Class
  • World Famous Mr. Burrill Quiz
  • Log-in to WR Machines
  • Check-Out Website- wrwebheads.com

 


Day 2- Thursday August 15- Representing Information / Binary Numbers

Binary Numbers-

In this lesson, students will practice representing numbers in binary (base 2). Students can convert between binary (base 2) and decimal (base 10) numbers. They will practice converting numbers and explore the concept of place value in the context of binary numbers.

Takeaways and Reminders-

  • You need a notebool!
  • Thoughts on why you are in this class and what you would like to get out of it
  • Vocab- Bit, Byte, Transistor, CPU, Binary, and Decimal
  • Understand Binary Counting
  • Optional- Flippy Do Chart

 

 

 

ume 0.0 /StyleRunAlignment 2 /Language 0 /NoBreak false /FillColor << /Type 1 /Values [ 1.0 0.0 0.0 0.0 ] >> /StrokeColor << /Type 1 /Values [ 1.0 0.0 0.0 0.0 ] >> /FillFlag true /StrokeFlag false /FillFirst true /YUnderline 1 /OutlineWidth 1.0 /CharacterDirection 0 /HindiNumbers false /Kashida 1 /DiacriticPos 2 >> >> ] /FontSet [ << /Name (�� E