Please enable JavaScript to use CodeHS

Outline


1. What is Computing?
1.1 Intro to Digital Information
Video 1.1.1 What is Digital Information?
Check for Understanding 1.1.2 What is Digital Information Quiz
Example 1.1.3 Fast Food Menu
Free Response 1.1.4 Reflection: Encodings Everywhere
1.2 Number Systems
Video 1.2.1 Number Systems
Notes 1.2.2 Number Base Tool
Check for Understanding 1.2.3 Number Systems Quiz
Video 1.2.4 Decimal to Binary
Check for Understanding 1.2.5 Decimal to Binary Quiz
Exercise 1.2.6 Binary Game
1.3 Encoding Text with Binary
Video 1.3.1 Encoding Text with Binary
Check for Understanding 1.3.2 Encoding Text with Binary Quiz
Example 1.3.3 Custom Encoding
Example 1.3.4 Bits to ASCII
Exercise 1.3.5 Hello World in Bits
Exercise 1.3.6 Math Equations in Bits
Exercise 1.3.7 Create your own Encoding
Badge 1.3.8 Encoding Badge
1.4 Computer Organization
Video 1.4.1 Computer Organization
Check for Understanding 1.4.2 Video Quiz
Connection 1.4.3 Draw a Computer
Check for Understanding 1.4.4 What Kind of Device?
1.5 Software
Video 1.5.1 Software
Check for Understanding 1.5.2 Software Quiz
Connection 1.5.3 Software Explained
Free Response 1.5.4 Computer Applications You Use
Free Response 1.5.5 Operating Systems
1.6 Hardware
Video 1.6.1 Hardware
Check for Understanding 1.6.2 Hardware Quiz
Check for Understanding 1.6.3 Pick the Label
Free Response 1.6.4 Label Your Computer
Example 1.6.5 Test Your Brain's RAM!
Free Response 1.6.6 Test Your Brain's RAM! Reflection
Free Response 1.6.7 Computer Analogy
Free Response 1.6.8 Hardware vs. Software
1.7 Software Licenses
Video 1.7.1 Software Licenses
Check for Understanding 1.7.2 Software Licenses Quiz
Free Response 1.7.3 Do I need a Software License?
Free Response 1.7.4 Is This Original?
1.8 Future of Computing
Video 1.8.1 Future of Computing
Check for Understanding 1.8.2 Video Quiz
Connection 1.8.3 Using DNA for Storage
Free Response 1.8.4 Class Activity: Advancing Technology
Article 1.8.5 The State of Self-Driving Cars
Connection 1.8.6 Pros and Cons of AI
Free Response 1.8.7 AI: Is It a Bad Thing?
2. Programming with Karel
2.1 Introduction to Programming With Karel
Video 2.1.1 Introduction to Programming With Karel
Check for Understanding 2.1.2 Karel Commands Quiz
Example 2.1.3 Our First Karel Program
Exercise 2.1.4 Your First Karel Program
Exercise 2.1.5 Short Stack
2.2 More About Karel
Video 2.2.1 More About Karel
Check for Understanding 2.2.2 More Basic Karel Quiz
Example 2.2.3 Tennis Ball Square
Exercise 2.2.4 Make a Tower
Exercise 2.2.5 Pyramid of Karel
2.3 Karel Can't Turn Right
Video 2.3.1 Karel Can't Turn Right
Check for Understanding 2.3.2 Karel Can't Turn Right Quiz
Example 2.3.3 Tower and Turn Right
Exercise 2.3.4 Slide Karel
Exercise 2.3.5 Fireman Karel
Badge 2.3.6 Karel Turns Right Badge
2.4 Functions in Karel
Video 2.4.1 Functions in Karel
Check for Understanding 2.4.2 Functions in Karel Quiz
Example 2.4.3 Turn Around
Exercise 2.4.4 Pancakes
Exercise 2.4.5 Mario Karel
2.5 The Main Function
Video 2.5.1 The Main Function
Check for Understanding 2.5.2 The Main Function Quiz
Example 2.5.3 Tower with Main Function
Exercise 2.5.4 Pancakes with Main
2.6 Top Down Design and Decomposition in Karel
Video 2.6.1 Top Down Design and Decomposition
Check for Understanding 2.6.2 Top Down Design and Decomposition Quiz
Video 2.6.3 Top Down Design and Decomposition in Karel
Example 2.6.4 Hurdle Karel
Exercise 2.6.5 The Two Towers
2.7 Commenting Your Code
Video 2.7.1 Commenting Your Code
Check for Understanding 2.7.2 Commenting Your Code Quiz
Example 2.7.3 Hurdle Karel
Exercise 2.7.4 The Two Towers + Comments
2.8 Super Karel
Video 2.8.1 Super Karel
Check for Understanding 2.8.2 Super Karel Quiz
Example 2.8.3 Hurdle Karel (with SuperKarel)
Exercise 2.8.4 The Two Towers + SuperKarel
Badge 2.8.5 Super Karel Badge
2.9 For Loops
Video 2.9.1 For Loops
Check for Understanding 2.9.2 For Loops Quiz
Example 2.9.3 Repeated Move
Example 2.9.4 Put Down Tennis Balls
Exercise 2.9.5 Take 'em All
Exercise 2.9.6 Dizzy Karel
Exercise 2.9.7 Ball in Each Corner
Exercise 2.9.8 Lots of Hurdles
2.10 If Statements and Conditionals
Video 2.10.1 If Statements and Conditionals
Check for Understanding 2.10.2 If Statements and Conditionals Quiz
Example 2.10.3 If Statements and Conditionals
Example 2.10.4 Safe Take Ball
Exercise 2.10.5 Is There a Ball?
Exercise 2.10.6 Don't Crash!
2.11 If/Else Statements
Video 2.11.1 If/Else Statements
Check for Understanding 2.11.2 If/Else Statements Quiz
Example 2.11.3 If/Else Statements
Example 2.11.4 Opposite Day
Exercise 2.11.5 Right Side Up
Exercise 2.11.6 Right vs. Left Square
Badge 2.11.7 Conditional Karel Badge
2.12 While Loops
Video 2.12.1 While Loops
Check for Understanding 2.12.2 While Loops Quiz
Example 2.12.3 Move to Wall
Exercise 2.12.4 Follow The Yellow Ball Road
Exercise 2.12.5 Lay Row of Tennis Balls
Exercise 2.12.6 Big Tower
2.13 Debugging Strategies
Video 2.13.1 Debugging Strategies
Video 2.13.2 Debugging with Error Messages (Live Coding)
Check for Understanding 2.13.3 Debugging
Debugging 2.13.4 Debug: Lots of Hurdles
Debugging 2.13.5 Debug: The Two Towers
Debugging 2.13.6 Debug: Random Hurdles
Debugging 2.13.7 Debug: Big Tower
Free Response 2.13.8 Debugging Reflection
2.14 How to Indent Your Code
Video 2.14.1 How to Indent Your Code
Check for Understanding 2.14.2 How to Indent Your Code Quiz
Example 2.14.3 Dance and Clean Karel
Notes 2.14.4 How to Space Your Code
Exercise 2.14.5 Diagonal
Exercise 2.14.6 Staircase
Badge 2.14.7 Karel Exercises Badge
2.15 Control Structures Example
Video 2.15.1 Control Structures Example
Check for Understanding 2.15.2 Control Structures Example Quiz
Example 2.15.3 Cleanup Karel
Exercise 2.15.4 Random Hurdles
2.16 More Karel Examples and Testing
Video 2.16.1 More Karel Examples and Testing
Example 2.16.2 Move Tennis Ball Stack
Video 2.16.3 Live Coding: Climbing Karel
Example 2.16.4 Climbing Karel
Check for Understanding 2.16.5 Quiz: Which Control Structure?
Exercise 2.16.6 Opposite Corner
2.17 Programming with Karel Quiz
Unit Quiz 2.17.1 Programming with Karel Quiz
3. Karel Challenges
3.1 Challenge Problems
Challenge 3.1.1 Fetch
Challenge 3.1.2 Racing Karel
Challenge 3.1.3 Tower Builder
Challenge 3.1.4 Super Cleanup Karel
Challenge 3.1.5 Double Tennis Balls
Badge 3.1.6 Karel Challenges Badge
4. Digital Citizenship and Cyber Hygiene
4.1 Digital Footprint and Reputation
Video 4.1.1 Digital Footprint and Reputation
Check for Understanding 4.1.2 Digital Footprint and Reputation
Free Response 4.1.3 Building a Positive Digital Footprint
Video 4.1.4 Do You Have the Right to be Forgotten?
Free Response 4.1.5 Right to Be Forgotten Reflection
Free Response 4.1.6 What is your Digital Footprint?
4.2 Cyberbullying
Video 4.2.1 Cyberbullying
Check for Understanding 4.2.2 Cyberbullying
Free Response 4.2.3 Scenario: Student Ranking
Free Response 4.2.4 Scenario: Singled Out
Free Response 4.2.5 Stopping Cyberbullying
4.3 Internet Safety
Video 4.3.1 Internet Safety
Check for Understanding 4.3.2 Internet Safety
Free Response 4.3.3 Scenario: School Stranger
Free Response 4.3.4 Scenario: Vacation Pals
Free Response 4.3.5 Staying Safe
4.4 Privacy & Security
Video 4.4.1 What is Data Privacy & Security?
Check for Understanding 4.4.2 Privacy & Security Quiz
Connection 4.4.3 How Strong is your Password?
Free Response 4.4.4 How Strong is your password?
Free Response 4.4.5 Secure Authentication Exploration
Article 4.4.6 Virus Detection and Prevention
Connection 4.4.7 Google Privacy Policy Search
Free Response 4.4.8 Google Privacy Policy Search
4.5 Visualizing and Interpreting Data
Video 4.5.1 Visualizing Data
Quiz 4.5.2 Visualizing Data Quiz
Notes 4.5.3 Exploring Data Visualizations
Connection 4.5.4 US Recorded Music Revenue
Connection 4.5.5 National Parks
Connection 4.5.6 March Madness
Connection 4.5.7 Captain Marvel
Free Response 4.5.8 Respond: Visualizations
Free Response 4.5.9 Choosing a Visualization
Quiz 4.5.10 End of Lesson Quiz
4.6 Creative Credit & Copyright
Video 4.6.1 Creative Credit and Copyright
Check for Understanding 4.6.2 Creative Credit and Copyright
Free Response 4.6.3 Cite!
Connection 4.6.4 Exploring Creative Commons
Free Response 4.6.5 Respond: Creative Commons
Free Response 4.6.6 Task: Finding Images
Free Response 4.6.7 Reflection: Why is Copyright Important?
4.7 Project: Public Service Announcement
Free Response 4.7.1 Pick a Topic
Free Response 4.7.2 Research
Free Response 4.7.3 Choose Your Audience
Free Response 4.7.4 What kind of PSA?
Free Response 4.7.5 Collect Data
Connection 4.7.6 Create a Data Visualization
Free Response 4.7.7 Draft your PSA
Free Response 4.7.8 Finalize your PSA!
4.8 Digital Citizenship and Cybersecurity Quiz
Quiz 4.8.1 Digital Citizenship and Cyber Hygiene Unit Quiz
Badge 4.8.2 Digital Citizenship and Cybersecurity Badge
5. JavaScript Basics
5.1 Hello World
Video 5.1.1 Hello World
Check for Understanding 5.1.2 Hello World Quiz
Example 5.1.3 Hello World
Exercise 5.1.4 Your Name and Hobby
Exercise 5.1.5 ASCII Animals
5.2 Variables
Video 5.2.1 Variables
Video 5.2.2 Live Coding: Variables
Check for Understanding 5.2.3 Variables Quiz
Example 5.2.4 Basic Variables
Exercise 5.2.5 Daily Activities
Debugging 5.2.6 Debugging Variables
5.3 User Input
Video 5.3.1 User Input
Check for Understanding 5.3.2 User Input Quiz
Example 5.3.3 Basic User Input
Exercise 5.3.4 Dinner Plans
Exercise 5.3.5 Mad Lib
Badge 5.3.6 User Input Badge
5.4 Basic Math
Video 5.4.1 Basic Math
Check for Understanding 5.4.2 Basic Math Quiz
Example 5.4.3 Simple Calculator
Example 5.4.4 Dollars to Pounds
Example 5.4.5 Dividing Up Groups
Exercise 5.4.6 T-Shirt Shop
Exercise 5.4.7 Running Speed
Example 5.4.8 Using Built In Math Objects in JS
Exercise 5.4.9 Temperature Deviation
Exercise 5.4.10 Square Area and Volume
Exercise 5.4.11 Pythagorean Theorem Calculator
5.5 Collaborative Programming
Video 5.5.1 Pair-Programming
Check for Understanding 5.5.2 Pair-Programming
Connection 5.5.3 Why Practice Pair-Programming?
Free Response 5.5.4 Pair-Programming Reflection
5.6 Random Numbers
Video 5.6.1 Random Numbers
Check for Understanding 5.6.2 Random Numbers Quiz
Example 5.6.3 Rolling a Die
Exercise 5.6.4 Treasure Chest Loot
Exercise 5.6.5 Multiplication Practice
Badge 5.6.6 Randomizer Badge
5.7 Basic Functions
Video 5.7.1 Basic Functions
Notes 5.7.2 Variables in Functions
Quiz 5.7.3 Basic Functions Quiz
Example 5.7.4 Function Flow
Exercise 5.7.5 Digital Business Card
Exercise 5.7.6 ASCII Karel
5.8 JavaScript Basics Quiz
Unit Quiz 5.8.1 JavaScript Basics Quiz
Badge 5.8.2 JavaScript Basics Badge
6. The Canvas and Graphics
6.1 Intro to the Canvas and Graphics
Video 6.1.1 Intro to Canvas and Graphics
Notes 6.1.2 Debug Mode for Positioning
Video 6.1.3 Live Coding: Circle and Rectangle
Connection 6.1.4 Canvas Coordinates
Quiz 6.1.5 Canvas and Graphics Quiz
Example 6.1.6 Creating a Circle
Example 6.1.7 A Circle and a Rectangle
Exercise 6.1.8 A Ball in a Box
Exercise 6.1.9 Raise the Flag
6.2 More Graphics Objects
Video 6.2.1 More Graphics Objects
Video 6.2.2 Live Coding: More Graphics Objects
Quiz 6.2.3 Graphics Objects Quiz
Example 6.2.4 Cute Animals
Example 6.2.5 Greetings, Earth!
Exercise 6.2.6 Exploration: XY Plot
Exercise 6.2.7 Create Your Meme
Exercise 6.2.8 Saturday Mornings
6.3 Positioning Graphics Objects
Video 6.3.1 Positioning Graphics Objects
Quiz 6.3.2 Positioning Quiz
Example 6.3.3 8 Ball
Exercise 6.3.4 Color the Rainbow
Challenge 6.3.5 Create Your Own Plant!
6.4 JavaScript Graphics Quiz
Quiz 6.4.1 JavaScript Graphics Quiz
7. Graphics Challenges
7.1 Graphics Challenges
Challenge 7.1.1 Ghost
Challenge 7.1.2 Fried Egg
Challenge 7.1.3 Draw Something
Article 7.1.4 Introduction to Object Oriented Programming
8. Control Structures
8.1 Booleans
Video 8.1.1 Booleans
Example 8.1.2 Boolean Exploration
Check for Understanding 8.1.3 Booleans Quiz
Exercise 8.1.4 Do You Have a Dog?
Free Response 8.1.5 Booleans are Questions
Exercise 8.1.6 Best Day Ever
Resource 8.1.7 How to Choose a Programming Language
Free Response 8.1.8 How to Choose a Programming Language Free Response
8.2 If/Else Statements
Video 8.2.1 If Statements
Check for Understanding 8.2.2 If Statements Quiz
Example 8.2.3 Are You Logged In?
Exercise 8.2.4 Is It Raining?
Exercise 8.2.5 Mood Playlist
Badge 8.2.6 Conditionals Badge
8.3 Logical Operators
Video 8.3.1 Logical Operators
Check for Understanding 8.3.2 Logical Operators Quiz
Example 8.3.3 Light Switch
Example 8.3.4 Harry Potter
Example 8.3.5 Weak Password
Example 8.3.6 Logical Operators Game
Exercise 8.3.7 Can You Graduate?
Exercise 8.3.8 Switching Players
Exercise 8.3.9 A Day of Decisions
8.4 Comparison Operators
Video 8.4.1 Comparison Operators
Check for Understanding 8.4.2 Comparison Operators Quiz
Example 8.4.3 Great Names
Example 8.4.4 Grade Range
Example 8.4.5 Even and Odd
Exercise 8.4.6 Rolling Dice
Exercise 8.4.7 Teenagers
Exercise 8.4.8 Rocket Launch Requirements
Exercise 8.4.9 Trivia Game
8.5 Graphics and Conditionals
Notes 8.5.1 Graphics and Conditionals
Example 8.5.2 Circle or Rectangle?
Exercise 8.5.3 Correct or Incorrect?
Notes 8.5.4 Else If Statements
Example 8.5.5 Conditional Circle Color
Exercise 8.5.6 Odd or Even Shapes
Quiz 8.5.7 Graphics and Conditionals Quiz
Challenge 8.5.8 Interactive Modern Art
8.6 While Loops
Video 8.6.1 While Loops
Check for Understanding 8.6.2 While Loops Quiz
Example 8.6.3 While Loop Countdown
Debugging 8.6.4 Debugging: Best Name Ever
Exercise 8.6.5 Level Up
Exercise 8.6.6 Inventory
8.7 The Break Statement
Video 8.7.1 The Break Statement
Check for Understanding 8.7.2 The Break Statement Quiz
Example 8.7.3 Adding Up Numbers
Free Response 8.7.4 Break Statement Reflection
Exercise 8.7.5 Snake Eyes
Exercise 8.7.6 Better Password Prompt
Exercise 8.7.7 Riddle Machine
8.8 While Loops and Graphics
Notes 8.8.1 While Loops and Graphics
Example 8.8.2 Lots of Circles
Example 8.8.3 Corners on Corners
Exercise 8.8.4 Concentric Circles
Debugging 8.8.5 Debugging: Circle Positions
Exercise 8.8.6 Growing Squares
8.9 For Loops
Video 8.9.1 For Loops
Example 8.9.2 For Loop Exploration
Exercise 8.9.3 Chalkboard
Example 8.9.4 Count By Twos
Example 8.9.5 Eating Apples
Debugging 8.9.6 Countdown by Sevens
Check for Understanding 8.9.7 For Loops Quiz
Exercise 8.9.8 Lives Left
Example 8.9.9 For Loop Sum
Exercise 8.9.10 Jukebox
8.10 For Loops and Graphics
Notes 8.10.1 For Loops and Graphics
Example 8.10.2 Lots of Circles Revisited
Exercise 8.10.3 Exploration: Confetti
Notes 8.10.4 Using i to Position Objects and Adjust Size
Example 8.10.5 Horizontal Stripes #1: Using i to Adjust Position
Example 8.10.6 Horizontal Stripes #2: Using i to Adjust Size
Debugging 8.10.7 Debugging: Colorful Bullseye
Exercise 8.10.8 Caterpillar
Badge 8.10.9 Looper Badge
8.11 Javascript Control Structures Quiz
Unit Quiz 8.11.1 JavaScript Control Structures Quiz
9. Control Structures Challenges
9.1 Control Structures Challenges
Challenge 9.1.1 Guessing Game
Challenge 9.1.2 Landscape Generator
Challenge 9.1.3 Exploring RGB Color Codes
10. Functions
10.1 Parameters
Video 10.1.1 Parameters
Video 10.1.2 Live Coding: Parameters
Quiz 10.1.3 Parameters Quiz
Example 10.1.4 Greetings
Example 10.1.5 Slope of a Line
Example 10.1.6 Draw Lots of Circles!
Exercise 10.1.7 Area of Triangle
Exercise 10.1.8 Rainbow Revisited
Exercise 10.1.9 Cityscape
10.2 Testing Your Programs
Notes 10.2.1 Program Testing
Example 10.2.2 Test: Greetings
Example 10.2.3 Test: Slope of a Line
Example 10.2.4 Test: Draw Lots of Circles!
Free Response 10.2.5 Testing Reflection
10.3 Return Values
Video 10.3.1 Return Values
Quiz 10.3.2 Return Values Quiz
Example 10.3.3 Mathematical Returns
Example 10.3.4 Writing Inspiration
Example 10.3.5 Offscreen Graphics
Exercise 10.3.6 Max
Exercise 10.3.7 Overlapping Graphics
Exercise 10.3.8 Is It Even?
10.4 Default Parameter Values
Video 10.4.1 Default Parameter Values
Quiz 10.4.2 Default Parameter Values Quiz
Example 10.4.3 Default Printing
Debugging 10.4.4 Farming International
Exercise 10.4.5 Compound Interest
Exercise 10.4.6 Default Face
10.5 Variable Scopes
Video 10.5.1 Variable Scope
Video 10.5.2 Live Coding: Variable Scope
Quiz 10.5.3 Variable Scope Quiz
Example 10.5.4 Scope of X
Exercise 10.5.5 Exploration: Scope of Ball
Free Response 10.5.6 Scope Reflection
Challenge 10.5.7 Choose Wisely Game
Badge 10.5.8 JavaScript Functions Badge
10.6 Functions Quiz
Unit Quiz 10.6.1 Functions and Parameters Quiz
11. Animation and Games
11.1 Timers
Video 11.1.1 Timers
Check for Understanding 11.1.2 Timers Quiz
Example 11.1.3 Moving Ball
Example 11.1.4 Magic 8 Ball
Exercise 11.1.5 Crazy Ball
Exercise 11.1.6 Paint Splatter
Notes 11.1.7 Project: Evasion (Timers)
Free Response 11.1.8 Project Info and Links
11.2 Stopping Timers
Video 11.2.1 Stopping Timers
Check for Understanding 11.2.2 Stop Timer Quiz
Example 11.2.3 Random Circles
Exercise 11.2.4 Growing Circle
Exercise 11.2.5 Brick Wall
Notes 11.2.6 Project: Evasion (Stop Timers)
Badge 11.2.7 Animating Shapes Badge
11.3 Collisions
Video 11.3.1 Collisions
Video 11.3.2 Live Coding: Collisions
Check for Understanding 11.3.3 Collisions Quiz
Example 11.3.4 Bouncing Ball
Exercise 11.3.5 Collision Simulation
Exercise 11.3.6 Carnival Game
Notes 11.3.7 Project: Evasion (Collisions)
11.4 Mouse Click Events
Video 11.4.1 Mouse Click Events
Check for Understanding 11.4.2 Mouse Click Quiz
Example 11.4.3 Click For Circles
Exercise 11.4.4 Pausing the Carnival Game
Exercise 11.4.5 Dripping Paint
Notes 11.4.6 Project: Evasion (Mouse Click)
11.5 More Mouse Events
Video 11.5.1 More Mouse Events
Check for Understanding 11.5.2 More Mouse Events Quiz
Example 11.5.3 Simple Painting
Example 11.5.4 Painting with Color
Exercise 11.5.5 Coordinates
Exercise 11.5.6 Target
Exercise 11.5.7 Drag and Drop
Notes 11.5.8 Project: Evasion (More Mouse)
Badge 11.5.9 Advanced Animator Badge
11.6 Key Events
Video 11.6.1 Key Events
Check for Understanding 11.6.2 Key Events Quiz
Example 11.6.3 Keyboard Character
Exercise 11.6.4 Basic Snake
Notes 11.6.5 Project: Evasion (Key Events)
Free Response 11.6.6 Project Reflection
11.7 Animation and Games Quiz
Unit Quiz 11.7.1 Animation and Games Quiz
12. Project: Breakout
12.1 Breakout
Notes 12.1.1 Breakout Introduction
Challenge 12.1.2 Bricks
Challenge 12.1.3 Ball and Paddle
Challenge 12.1.4 Collisions
Badge 12.1.5 Breakout Badge
13. Data Structures
13.1 Intro to Arrays
Video 13.1.1 Intro to Arrays
Notes 13.1.2 When to Use Arrays?
Check for Understanding 13.1.3 Intro to Arrays Quiz
Example 13.1.4 Array Basics
Exercise 13.1.5 Exploration: A Boxy Array
Exercise 13.1.6 List of Places to Travel
Exercise 13.1.7 Top Websites
13.2 Adding & Removing from an Array
Video 13.2.1 Adding & Removing from an Array
Check for Understanding 13.2.2 Adding & Removing from an Array Quiz
Notes 13.2.3 A Note About Arrays as Parameters
Example 13.2.4 Temperature Array
Exercise 13.2.5 Exploration: Creating a To-Do List
Exercise 13.2.6 Stacking Barrels
Exercise 13.2.7 Key Logging
13.3 Iterating Through an Array
Video 13.3.1 Iterate Through an Array
Check for Understanding 13.3.2 Iterate Through an Array Quiz
Example 13.3.3 Print Shopping Lists
Debugging 13.3.4 Test Average
Exercise 13.3.5 Reverse List
Exercise 13.3.6 Evens Only List
Challenge 13.3.7 Dice Roll Probabilities
Free Response 13.3.8 Dice Probability Reflection
13.4 Array Iteration with Graphics
Notes 13.4.1 Array Iteration with Graphics
Quiz 13.4.2 Array Iteration with Graphics Quiz
Example 13.4.3 Snow Storm
Exercise 13.4.4 Exploration: Changing Properties
Exercise 13.4.5 Draw a Barcode
Exercise 13.4.6 Wind Turbines
Challenge 13.4.7 Parallax Challenge
13.5 Array Methods
Notes 13.5.1 Array Methods
Example 13.5.2 Email List
Example 13.5.3 Weekly Temperatures
Example 13.5.4 Splitting Up Tasks
Exercise 13.5.5 Mutual Friends
Exercise 13.5.6 Scientific Data
Example 13.5.7 Arrays as an Abstract Data Type
13.6 Strings and String Manipulation
Video 13.6.1 String Basics
Example 13.6.2 String Basics
Exercise 13.6.3 Index Explore: Hidden Message
Notes 13.6.4 Manipulating Strings
Exercise 13.6.5 Replace Explore: The Raven Karel
Exercise 13.6.6 Turn It Down
Quiz 13.6.7 String Manipulation Quiz
Exercise 13.6.8 Password Generator
14. Final Project
14.1 Intro to Design Thinking
Video 14.1.1 Intro to Design Thinking
Quiz 14.1.2 Intro to Design Thinking
Free Response 14.1.3 User Interface Scavenger Hunt
Connection 14.1.4 Case Study: Helping Blind People See
Free Response 14.1.5 Case Study Responses
14.2 Project Overview
Notes 14.2.1 Project Overview
Connection 14.2.2 Secrets of Successful Teamwork
Free Response 14.2.3 Secrets of Successful Teamwork Reflection
Free Response 14.2.4 Project Brainstorm
14.3 Prototype
Video 14.3.1 Prototype
Quiz 14.3.2 Prototype Quiz
Connection 14.3.3 Wizard of Oz Prototyping
Connection 14.3.4 Example Wizard of Oz Paper Prototype
Free Response 14.3.5 Make Your Paper Prototypes!
14.4 Test
Video 14.4.1 Test
Quiz 14.4.2 Testing Quiz
Connection 14.4.3 Testing with Users
Connection 14.4.4 Example: How to User Test
Free Response 14.4.5 How to User Test Responses
Connection 14.4.6 Example: How NOT to User Test
Free Response 14.4.7 How NOT to User Test Responses
Free Response 14.4.8 Test Prototype 1
Free Response 14.4.9 Test Prototype 2
Free Response 14.4.10 Improve Your Prototype
14.5 Project Prep and Development
Free Response 14.5.1 Pseudocode
Free Response 14.5.2 Timeline & Team Roles
Challenge 14.5.3 Write the Code!
Free Response 14.5.4 Present Your Project
15. Computer Science Careers
15.1 Careers and Internships
Connection 15.1.1 Computer Science Careers
Free Response 15.1.2 Computer Science Career Exploration
Free Response 15.1.3 Internships Exploration
Free Response 15.1.4 Contact an Organization
15.2 CS Career Preparation
Video 15.2.1 What is a programming portfolio?
Free Response 15.2.2 What is a programming portfolio? Response
Article 15.2.3 What is a Resume?
Free Response 15.2.4 What is a Resume?
Article 15.2.5 Entry-Level IT Certifications
Free Response 15.2.6 Entry-Level IT Certifications Reflection
Connection 15.2.7 What You Need to Know About Becoming a Computer Science Major
Free Response 15.2.8 Exploring CS Degree Programs
15.3 Legal and Ethical Responsibilities
Article 15.3.1 5 Legal and Ethical Issues in IT
Notes 15.3.2 Legal and Ethical Jigsaw Overview
Free Response 15.3.3 Become an Expert
Free Response 15.3.4 Teach and Learn
Free Response 15.3.5 Synthesize: Guiding Principles
15.4 Workplace Readiness
Connection 15.4.1 Leadership and Computer Science
Free Response 15.4.2 Leadership Reflection
Notes 15.4.3 Time Management and Prioritizing Tasks
Exercise 15.4.4 Prioritize!
Free Response 15.4.5 Prioritize Reflection