-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
177 lines (157 loc) · 14 KB
/
index.html
File metadata and controls
177 lines (157 loc) · 14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<title>APCSP @ Lowell</title>
<link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<h1>APCS Principles @ Lowell High</h1>
</header>
<!--<image src="Raineh.gif"></image>-->
<iframe src="https://trinket.io/embed/python/a78be9a0f8?outputOnly=true&runOption=run&start=result" width="420" height="450" frameborder="0" marginwidth="0" marginheight="0"></iframe>
<section id="content">
<h2>Course Introduction</h2>
<ul><li><a href="https://docs.google.com/document/d/1kqTK1ku1mF-iwcOyw-GMm1hbNsAZexjbQlAVkizFAWw/edit?usp=sharing">Course Syllabus</a>
<li>Slide Presentation: <a href="https://docs.google.com/presentation/d/1QeO6LThLB3ehQl1upcXR7xY3TQPNMvmlJ8v4ESSnEAc/edit?usp=sharing">APCSPintro</a></li>
<li><a href="https://docs.google.com/forms/d/e/1FAIpQLSfkgjYIqQeiu9zFdpE2GxxR6VQp_-Y7YrW-7Ny989f5E-poww/viewform?usp=sf_link">Please enter your contact information</a> (You will need to log in with your SFUSD credentials)</li>
<li>Go to <a href="http://classroom.google.com">classroom.google.com</a> and enter code <b>vw52pl</b> to join</li>
<li>Sign up for my class at <a href="https://studio.code.org/join/TZKJXT">studio.code.org/join/TZKJXT</a> and enter your name as <i>Last Name, First Name</i></li>
<li>Sign up for my AP Classroom at <a href="https://myap.collegeboard.org/login">myap.collegeboard.org/login</a> with join code: W4DPNQ</li>
<li>Sign up form my Khan Academy classroom with code TPAHSN9J</li>
</ul>
<h2>How Computers Work</h2>
<ul><li>Slide Presentation: <a href="https://docs.google.com/presentation/d/1nCqeBQ4SAW9PX20QcHfprifq_4tzYI0sDkB9h1DpFfE/edit?usp=sharing">HowComputersWork</a></li>
<li><a href="https://github.com/APCSPrinciples/VirtualDesktopLab">Virtual Desktop Lab</a></li>
<li><a href="https://github.com/APCSPrinciples/TowerAssembly">Computer Assembly Lab</a></li>
<!--<li><a href="https://github.com/APCSPrinciples/DesignPC">Design your own PC</a></li>-->
<li><a href="https://github.com/APCSPrinciples/BinaryGame">Binary Game</a></li>
<li><a href="https://github.com/APCSPrinciples/Bytes">Bits, Bytes and File Sizes</a></li>
<li><a href="https://github.com/APCSPrinciples/EncodingHex">Encoding Hexadecimal Numbers</a></li>
<li><a href="https://github.com/APCSPrinciples/HexInTheMartian">Hexadecimal in the Martian Movie</a></li>
<li>Video: <a href="https://www.youtube.com/watch?v=CWtTq8PoPO4">Digital Detectives</a></li>
<li><a href="https://github.com/APCSPrinciples/RetrieveDeletedFile">Use a hex editor to retrieve deleted data</a></li>
<li><a href="https://github.com/APCSPrinciples/ComputerForensics">Computer Forensics Lab</a></li>
<li>Video: <a href="https://www.youtube.com/watch?v=VBDoT8o4q00">How Computers add numbers</a></li>
<li><a href="https://github.com/APCSPrinciples/Overflow">Overflow Lab</a></li>
<li><a href="https://github.com/APCSPrinciples/SolderGates#build-logic-gates-with-paper-circuits">Build logic gates with paper circuits</a></li>
<li><a href="https://github.com/APCSPrinciples/LogicGates">Logic Gates in Logic.ly</a></li>
<li>Video: <a href="http://www.youtube.com/watch?v=CqrQmQqpHXc">An introduction to the Arduino</a></li>
<li>Arduino project: <a href="https://github.com/APCSPrinciples/LED_SOS/blob/master/README.md">Make a LED blink in the SOS distress pattern</a></li>
<li>Arduino project: <a href="https://github.com/APCSPrinciples/ArduinoNightLight/blob/master/README.md#use-an-arduino-to-make-a-night-light-that-turns-on-automatically-when-its-dark">Night Light</a></li>
<li>Arduino project: <a href="https://github.com/APCSPrinciples/ArduinoTheremin/blob/master/README.md">Build a Theremin like musical instrument</a></li>
<li><a href="https://github.com/APCSPrinciples/DecodeThisMessageAndTextCompression">Decode this Message and Text Compression</a></li>
<li><a href="https://github.com/APCSPrinciples/ZipCompression">.zip compression lab</a></li>
<li>Arduino: <a href="https://github.com/APCSPrinciples/High5RoboticArm/blob/master/README.md">Build a "High 5" robotic arm</a></li>
<li>Arduino: <a href="https://github.com/APCSPrinciples/ArduinoEtchASketch/blob/master/README.md#build-an-electronic-etchasketch">Build an electronic Etch-A-Sketch</a></li>
<li><a href="https://github.com/APCSPrinciples/FileCarving">File carving lab</a></li>
<li><a href="https://github.com/APCSPrinciples/B-WImageEncoding">B&W Pixelation Widget</a></li>
<li><a href="https://github.com/APCSPrinciples/ColorImageEncoding">Encoding Color Images Lab</a></li>
<li><a href="https://github.com/APCSPrinciples/MetadataInDigitalPhotos">Metadata in digital photos</a></li>
<li><a href="https://github.com/APCSPrinciples/LossyTextCompression">Lossy Text Compression and File Formats Lab</a></li>
<li>Arduino: <a href="https://github.com/APCSPrinciples/GameController#build-a-mario-game-controller">Build a game controller for a Mario game</a></li>
<li>Create your own Arduino project</li>
</ul>
<h2>How the Internet Works</h2>
<ul>
<li>PowerPoint: <a href="https://drive.google.com/file/d/0Bz2ZkT6qWPYTaXZieERNTjFZRHM/view?usp=sharing">HowTheInternetWorks.pptx</a></li>
<li><a href="https://github.com/APCSPrinciples/WhatIsTheInternet">What is the Internet? and Wires, Cables and WiFi</a></li>
<li>School Network Field Trip</li>
<li><a href="https://github.com/APCSPrinciples/EthernetCable">Make your own Ethernet Cable</a></li>
<li><a href="https://github.com/APCSPrinciples/InternetSim2">IP & DNS: How do computers find each other?</a></li>
<li><a href="https://github.com/APCSPrinciples/WindowsNetworkingTools">Windows Networking Tools Lab</a></li>
<li><a href="https://www.khanacademy.org/computing/ap-computer-science-principles/the-internet#tcp-fault-tolerant-transmission-protocol">TCP/IP: Reliable data transmission</a></li>
<li>Video: <a href="https://www.youtube.com/watch?v=kBXQZMmiA4s&list=PLzdnOPI1iJNfMRZm5DDxco3UdsFegvuB7&index=5">HTTP and HTML</a></li>
<li><a href="https://www.khanacademy.org/computing/ap-computer-science-principles/the-internet#http-html">HTTP & HTML: Global document & data sharing</a></li>
<li><a href="https://github.com/APCSPrinciples/Capture6PacketsWithWireshark">Capture 6 packets with wireshark</a></li>
<li>Video: IOT</li>
<li>Arduino & IOT: <a href="https://github.com/APCSPrinciples/LED_IOT/blob/master/README.md">Turn an Arduino on and off from another computer or smartphone</a></li>
<li>Video: <a href="https://www.youtube.com/watch?v=n7mtJ3ZV6xM">Warriors of the Net</a></li>
<li>Video: <a href="https://www.youtube.com/watch?v=AuYNXgO_f3Y&index=7&list=PLzdnOPI1iJNfMRZm5DDxco3UdsFegvuB7">Cybersecurity and Crime</a></li>
<li><a href="https://www.khanacademy.org/computing/ap-computer-science-principles/the-internet#cybercrime-and-prevention">Cybercrime and prevention</a></li>
<li><a href="https://github.com/APCSPrinciples/HackYourOwnPassword">Hack your own password with Wireshark</a></li>
<li><a href="https://github.com/APCSPrinciples/WiresharkPt2FirstContact">Wireshark pt 2: First Contact</a></li>
<li><a href="https://github.com/APCSPrinciples/CaesarCipherDecryptionTool">Build a Caesar Cipher Decryption Tool</a></li>
<li>Video: <a href="https://www.youtube.com/watch?v=SJJmoDZ3il8">Digital Certificates</a></li>
<!--<li><a href="https://www.khanacademy.org/computing/hour-of-code/hour-of-sql/v/welcome-to-sql">Khan Academy: Welcome to SQL</li>
<li><a href="https://github.com/APCSPrinciples/ScriptExploitation">Script Exploitation: Hack into a database</a></li>-->
<li><a href="https://github.com/APCSPrinciples/NSADayOfCyber">NSA Day of Cyber</a></li>
</ul>
<!--
<h2>Introduction to Arduinos, Scratch and the Internet of Things</h2>
<ul>
<li>PowerPoint: <a href="https://drive.google.com/open?id=0Bz2ZkT6qWPYTSW5ySDFIaExZWkk">Arduino Programming</a></li>
-->
</ul>
<h2>Explore Performance Task</h2>
<ul>
<li>Slide Presentation: <a href="https://docs.google.com/presentation/d/1L1wwbqHD5urpSqhINk0tYPQLCD59SF3yc0MCg53yjUU/edit?usp=sharing">Explore Performance Task</a></li>
<li><a href="https://github.com/APCSPrinciples/ComputerHistoryInfographic/blob/master/README.md">Create a Computer Science History Infographic</a></li>
<li><a href="https://github.com/APCSPrinciples/ExplorePerformanceTask">Explore Performance Task</a></li>
<li><a href="https://apcentral.collegeboard.org/courses/ap-computer-science-principles/exam?course=ap-computer-science-principles">Sample Performance Tasks</a></li>
</ul>
<h2>Introduction to Programming with JavaScript and P5</h2>
<ul>
<!--<li>PowerPoint: <a href="https://drive.google.com/file/d/0Bz2ZkT6qWPYTb2VLdmlQUVB3RHc/view?usp=sharing">PythonProcessing.pptx</a></li>-->
<li><a href="https://github.com/APCSPrinciples/OlympicRings#olympic-rings">Olympic Rings</a></li>
<li><a href="https://github.com/APCSPrinciples/Kawaii/blob/master/README.md#kawaii-character">Kawaii Character</a></li>
<!--<li><a href="https://github.com/APCSPrinciples/Penguin/blob/master/README.md">Penguin</a></li>-->
<li><a href="https://github.com/APCSPrinciples/LoopsWorksheet"><code>while</code> Loops Worksheet</a></li>
<li><a href="https://github.com/APCSPrinciples/RepeatingPattern/blob/master/README.md#create-a-repeating-pattern-of-shapes-using-a-while-loop">Make a Repeating Pattern with a <code>while</code> loop</a></li>
<li><a href="https://github.com/APCSPrinciples/FunctionsAndAnimation#functions-and-animation">Functions and Animation</a></li>
<li><a href="https://github.com/APCSPrinciples/AnimateAnArrayOfPoses/blob/master/README.md#animate-an-array-of-poses">Animate a character with an array of poses</a></li>
<li><a href="https://docs.google.com/presentation/d/1K2TvAeTR01k7zMzakan64JDWXYoTf7xqJjF6iRYR_vI/edit?usp=sharing">Data Visualizations with JavaScript and P5</a></li>
<li>Data Visualization Tutorial: <a href="https://github.com/APCSLowell/DataVizTutorialLargestCity/blob/master/README.md#data-visualization-tutorial-the-worlds-largest-city-over-the-past-4000-years">Worlds Largest City over the past 4000 years</a>
<li><a href="https://github.com/APCSPrinciples/DataMystery/blob/master/README.md#solve-a-mystery-with-a-data-visualization">Solve a Mystery with a Data Visualization</a></li>
<li><a href="https://github.com/APCSPrinciples/CreateYourOwnDataVisualization/blob/master/README.md#create-your-own-data-visualization">Create your own Data Visualization</a></li>
<!--<li><a href="https://github.com/APCSPrinciples/UserInput">User Input</a></li>-->
<li><a href="https://github.com/APCSPrinciples/Tron#tron">Tron</a></li>
<li>Lists:
<ul><li><a href="https://github.com/APCSPrinciples/TemperatureConversion">Temperature Conversion</a></li>
<li><a href="https://github.com/APCSPrinciples/Computus">Computus</a></li>
<li><a href="https://github.com/APCSPrinciples/BusesAndTaxis">Buses and Taxis</a></li></ul>
<li><a href="https://github.com/APCSPrinciples/CoinFlips">Three Heads in a Row computer simulation</a></li>
<li><a href="https://github.com/APCSPrinciples/Searching">Linear and Binary Search</a></li>
<li><a href="https://github.com/APCSPrinciples/StackingGame">Stacking Game</a></li>
</ul>
<h2>Create Performance Task</h2>
<ul>
<li>Slide presentation: <a href="https://docs.google.com/presentation/d/1bpOqdqQlrCZabjz6Q8FEpIEzRjp9hbxFfndLwMMyE8c/edit?usp=sharing">CreatePerformanceTask.pptx</a></li>
<li><a href="https://github.com/APCSPrinciples/CreatePerformanceTask">Create Performance Task</a></li>
<ul><li><a href="https://apcentral.collegeboard.org/courses/ap-computer-science-principles/exam">Graded sample Performance Tasks at collegeboard.org</a></li>
<li><a href="https://secure-media.collegeboard.org/ap/misc/csp-create-template.dotx">Create Written Response Template - Word Template</a></li>
<li><a href="https://apcentral.collegeboard.org/pdf/ap-csp-student-task-directions.pdf?course=ap-computer-science-principles">Assessment Overview and Performance Task Directions</a></li></ul>
</ul>
<h2>AP CS Principles Exam</h2>
<ul>
<li>PowerPoint: <a href="https://drive.google.com/file/d/0Bz2ZkT6qWPYTbk9ad0kxaUpQZ2M/view?usp=sharing">APCSPExamReview.pptx</a></li>
<li><a href="https://github.com/APCSPrinciples/AfterAPexam">After the AP Exam</a></li>
</ul>
<!--
<h2>Introduction to App Development with Lua and the CoronaSDK</h2>
<ul>
<li>PowerPoint: <a href="https://drive.google.com/file/d/0Bz2ZkT6qWPYTVXhmYU00d1l5dVhVNEpWY1RMcFNDY0lMaU5R/view?usp=sharing">CoronaSDKandLuaAPCSP.pptx</a></li>
<li><a href="https://github.com/APCSPrinciples/Magic8Ball">Magic Eight Ball</a></li>
<li><a href="https://github.com/APCSPrinciples/SimplePhysics">Simple Physics</a></li>
<li><a href="https://github.com/APCSPrinciples/Mario">Mario</a></li>
<li><a href="https://github.com/APCSPrinciples/AttackOfTheCuteness">Attack of the Cuteness</a></li>
</ul>
-->
<h2>Examples and other resources</h2>
<ul>
<li><a href="https://github.com/APCSPrinciples/Summer">Summer Programs in Computer Science and Engineering</a></li>
<li><a href="https://github.com/APCSPrinciples/AnimatedGIF/blob/master/README.md">How to export your Python Processing program as an animated gif</a></li>
<li> <a href="https://github.com/APCSLowell/gimp">How to make the background of an image transparent with Gimp</a></li>
<li><a href="https://github.com/APCSLowell/LettersOfRec">Letters of Recommendation</a></li>
</ul>
</section>
<footer>
<a href="mailto:simona1@sfusd.edu">Art Simon</a><br>
Computer Science instructor<br>
<a href="https://APCSLowell.github.io">https://APCSLowell.github.io</a><br>
Lowell High School <br>
San Francisco, CA
</footer>
</body>
</html>