Please enable JavaScript to use CodeHS

Outline


1. Web Development
1.1 Project Introduction
Resource 1.1.1 Apprenticeship Program
Survey 1.1.2 Reflection: Application
1.2 Introduction to HTML
Video 1.2.1 Introduction to HTML
Check for Understanding 1.2.2 Introduction to HTML Quiz
Example 1.2.3 Our First HTML Page
Exercise 1.2.4 Say Hello!
1.3 Structure of an HTML Page
Video 1.3.1 Structure of an HTML Page
Check for Understanding 1.3.2 Structure of an HTML Page Quiz
Example 1.3.3 HTML Template
Example 1.3.4 Hello World Page
Exercise 1.3.5 The <title> Tag
Exercise 1.3.6 Your First HTML Page
Badge 1.3.7 Structure Badge
1.4 Formatting Text
Video 1.4.1 Formatting Text
Check for Understanding 1.4.2 Formatting Text Quiz
Example 1.4.3 Dictionary
Exercise 1.4.4 That's Bold
Exercise 1.4.5 Artificial Intelligence
Exercise 1.4.6 State Capitals
1.5 Links
Video 1.5.1 Links
Check for Understanding 1.5.2 Links Quiz
Example 1.5.3 The <a> Tag
Exercise 1.5.4 Simple Link
Exercise 1.5.5 My Favorite Websites
1.6 Images
Video 1.6.1 Images
Check for Understanding 1.6.2 Images Quiz
Example 1.6.3 The <img> Tag
Example 1.6.4 Building the CodeHS Homepage
Exercise 1.6.5 Collage on a Theme
Exercise 1.6.6 Linking an Image
Exercise 1.6.7 Personal Library
Badge 1.6.8 Images Badge
1.7 HTML Lists
Video 1.7.1 HTML Lists
Check for Understanding 1.7.2 HTML Lists Quiz
Example 1.7.3 Grocery Shopping
Exercise 1.7.4 Favorite Things
Exercise 1.7.5 To-Do List
Exercise 1.7.6 List Article
1.8 HTML Tables
Video 1.8.1 HTML Tables
Check for Understanding 1.8.2 HTML Tables Quiz
Example 1.8.3 Address Book
Exercise 1.8.4 Favorite Songs
Exercise 1.8.5 Calendar
1.9 HTML Styling
Video 1.9.1 HTML Styling
Check for Understanding 1.9.2 HTML Styling Quiz
Example 1.9.3 Stylish Address Book
Exercise 1.9.4 Background Colors
Exercise 1.9.5 Style Your To-Do List
1.10 Introduction to CSS
Video 1.10.1 Introduction to CSS
Check for Understanding 1.10.2 Introduction to CSS Quiz
Example 1.10.3 Styling Your H1s
Exercise 1.10.4 First Style with CSS
Exercise 1.10.5 List Styling
1.11 CSS Select by Tag
Video 1.11.1 CSS Select by Tag
Check for Understanding 1.11.2 CSS Select by Tag Quiz
Example 1.11.3 Rainbow
Example 1.11.4 Dog Styling
Exercise 1.11.5 Restaurant Menu
Exercise 1.11.6 Put Karel Together
1.12 CSS Select by Class
Video 1.12.1 CSS Select by Class
Check for Understanding 1.12.2 CSS Select by Class Quiz
Example 1.12.3 Simple Checkerboard
Exercise 1.12.4 Tic Tac Toe
Exercise 1.12.5 Music Library
1.13 CSS Select by ID
Video 1.13.1 CSS Select by ID
Check for Understanding 1.13.2 CSS Select by ID Quiz
Example 1.13.3 Logo
Exercise 1.13.4 Favorite Dog
Exercise 1.13.5 Bingo
Badge 1.13.6 CSS Badge
1.14 Viewing Websites
Video 1.14.1 Viewing Websites
Check for Understanding 1.14.2 Viewing Websites Quiz
Free Response 1.14.3 Explaining a URL
1.15 Web Development Quiz
Unit Quiz 1.15.1 Web Development Quiz
2. Benchmark 1: Website Design
2.1 Benchmark: Website Design
Connection 2.1.1 Research: Layout and Design
Free Response 2.1.2 Research: Layout and Design
Challenge 2.1.3 Project: Your First Website
3. Introduction to Programming
3.1 Introduction to Programming With Karel
Video 3.1.1 Introduction to Programming With Karel
Quiz 3.1.2 Quiz: Karel Commands
Example 3.1.3 Our First Karel Program
Exercise 3.1.4 Your First Karel Program
Exercise 3.1.5 Short Stack
Debugging 3.1.6 Dancing Karel
3.2 More Basic Karel
Video 3.2.1 More Basic Karel
Quiz 3.2.2 More Basic Karel Quiz
Example 3.2.3 Tennis Ball Square
Exercise 3.2.4 Make a Tower
Exercise 3.2.5 Pyramid of Karel
Debugging 3.2.6 Go Through the Door
3.3 Karel Can't Turn Right
Video 3.3.1 Karel Can't Turn Right
Quiz 3.3.2 Karel Can't Turn Right Quiz
Example 3.3.3 Tower and Turn Right
Exercise 3.3.4 Fireman Karel
Exercise 3.3.5 Slide Karel
Free Response 3.3.6 Reflection: Teaching Karel New Commands
Badge 3.3.7 Right Turn Karel Badge
3.4 Functions in Karel
Video 3.4.1 Functions in Karel
Quiz 3.4.2 Functions in Karel Quiz
Example 3.4.3 Turn Around
Exercise 3.4.4 Pancakes
Exercise 3.4.5 Backflip
Exercise 3.4.6 Digging Karel
Debugging 3.4.7 Build a Shelter
3.5 The Start Function
Video 3.5.1 The Start Function
Quiz 3.5.2 The Start Function Quiz
Example 3.5.3 Tower with Start Function
Exercise 3.5.4 Pancakes with Start
Exercise 3.5.5 Digging Karel with Start
3.6 Top Down Design and Decomposition in Karel
Video 3.6.1 Top Down Design and Decomposition in Karel
Quiz 3.6.2 Top Down Design and Decomposition Quiz
Example 3.6.3 Hurdle Karel
Exercise 3.6.4 The Two Towers
Debugging 3.6.5 Make a 'Z'
Free Response 3.6.6 Reflection: Top Down Design
3.7 Commenting Your Code
Video 3.7.1 Commenting Your Code
Quiz 3.7.2 Commenting Your Code Quiz
Example 3.7.3 Hurdle Karel
Exercise 3.7.4 The Two Towers + Comments
Free Response 3.7.5 Reflection: Commenting
3.8 Abstraction
Video 3.8.1 Abstraction
Quiz 3.8.2 Abstraction Quiz
Example 3.8.3 Abstracting Away buildTower
Free Response 3.8.4 Abstracting Your Day
Free Response 3.8.5 Reflection: Abstraction
Free Response 3.8.6 Abstraction in Karel
3.9 Super Karel
Video 3.9.1 Super Karel
Quiz 3.9.2 Super Karel Quiz
Example 3.9.3 Hurdle Karel (with SuperKarel)
Exercise 3.9.4 The Two Towers + SuperKarel
Badge 3.9.5 Super Karel Badge
3.10 For Loops
Video 3.10.1 For Loops
Quiz 3.10.2 For Loops Quiz
Example 3.10.3 Repeated Move
Example 3.10.4 Put Down Tennis Balls
Exercise 3.10.5 Take 'em All
Exercise 3.10.6 Dizzy Karel
Exercise 3.10.7 For Loop Square
Exercise 3.10.8 Lots of Hurdles
3.11 If Statements
Video 3.11.1 If Statements
Quiz 3.11.2 If Statements Quiz
Example 3.11.3 If Statements
Example 3.11.4 Safe Take Ball
Exercise 3.11.5 Is There a Ball?
3.12 If/Else Statements
Video 3.12.1 If/Else Statements
Quiz 3.12.2 If/Else Statements Quiz
Example 3.12.3 If/Else Statements
Example 3.12.4 One Ball in Each Spot
Exercise 3.12.5 Right Side Up
Badge 3.12.6 Conditional Karel Badge
3.13 While Loops in Karel
Video 3.13.1 While Loops in Karel
Quiz 3.13.2 While Loops in Karel Quiz
Example 3.13.3 Move to Wall
Exercise 3.13.4 Follow The Yellow Ball Road
Exercise 3.13.5 Lay Row of Tennis Balls
Exercise 3.13.6 Big Tower
3.14 Control Structures Example
Video 3.14.1 Control Structures Example
Quiz 3.14.2 Control Structures Example Quiz
Example 3.14.3 Cleanup Karel
Exercise 3.14.4 Random Hurdles
3.15 Debugging Strategies
Video 3.15.1 Debugging Basics
Check for Understanding 3.15.2 Debugging Basics
Debugging 3.15.3 Debug: The Two Towers
Debugging 3.15.4 Debug: Lots of Hurdles
Video 3.15.5 Debugging From Error Messages
Check for Understanding 3.15.6 Debugging with Error Messages
Debugging 3.15.7 Debug: Big Tower
Debugging 3.15.8 Debug: Random Hurdles
3.16 Karel Algorithms
Video 3.16.1 Karel Algorithms
Quiz 3.16.2 Quiz: Which Control Structure?
Video 3.16.3 Algorithms Example: Move Stack
Example 3.16.4 Move Tennis Ball Stack
Example 3.16.5 Climbing Karel
Exercise 3.16.6 Decorate the Fence
3.17 How to Indent Your Code
Video 3.17.1 How to Indent Your Code
Quiz 3.17.2 How to Indent Your Code Quiz
Example 3.17.3 Dance and Clean Karel
Exercise 3.17.4 Diagonal
Exercise 3.17.5 Staircase
3.18 Ultra Karel
Video 3.18.1 Ultra Karel
Quiz 3.18.2 Ultra Karel Quiz
Example 3.18.3 Red Frame
Example 3.18.4 Slip 'n Slide
Exercise 3.18.5 Invert Colors
Exercise 3.18.6 Checkerboard Karel
Badge 3.18.7 Karel Exercises Badge
3.19 Karel Challenges
Challenge 3.19.1 Fetch
Challenge 3.19.2 Racing Karel
Challenge 3.19.3 Tower Builder
Challenge 3.19.4 Super Cleanup Karel
Challenge 3.19.5 Double Tennis Balls
Badge 3.19.6 Karel Challenges Badge
3.20 End of Unit Quiz
Quiz 3.20.1 Introduction to Programming Unit Quiz
4. Benchmark 2: Creating and Using a Prototype
4.1 Benchmark: Creating and Using a Prototype
Notes 4.1.1 Project Requirements
Video 4.1.2 Prototype
Quiz 4.1.3 Prototype Quiz
Free Response 4.1.4 Research: Wizard of Oz Prototyping
Free Response 4.1.5 Planning
Free Response 4.1.6 Pseudocode
Challenge 4.1.7 Create your Karel Prototype!
5. The Internet
5.1 Intro to the Internet
Video 5.1.1 Welcome to the Internet
Quiz 5.1.2 Welcome to the Internet Quiz
Free Response 5.1.3 The Internet and You
5.2 Internet Hardware
Video 5.2.1 Hardware of the Internet
Quiz 5.2.2 Internet Hardware Quiz
Connection 5.2.3 The Internet is in the Ocean
5.3 Internet Addresses
Video 5.3.1 Internet Addresses
Quiz 5.3.2 Internet Addresses Quiz
Free Response 5.3.3 The Need for Addresses
Quiz 5.3.4 4-bit Addresses
Free Response 5.3.5 IPv4 vs IPv6
5.4 DNS
Video 5.4.1 DNS
Quiz 5.4.2 DNS Quiz
Connection 5.4.3 How Does DNS Work?
Free Response 5.4.4 How Does DNS Work?
Badge 5.4.5 DNS Badge
5.5 Routing
Video 5.5.1 Routing
Quiz 5.5.2 Routing Quiz
Free Response 5.5.3 Redundancy
5.6 Packets and Protocols
Video 5.6.1 Packets and Protocols
Quiz 5.6.2 Packets and Protocols Quiz
Resource 5.6.3 Passing Notes
Connection 5.6.4 How the Internet Works
Free Response 5.6.5 The Story of the Internet
5.7 Sequential, Parallel & Distributed Computing
Video 5.7.1 Computer Processing Operations
Check for Understanding 5.7.2 Computer Processing Operations Quiz
Resource 5.7.3 Sequential vs. Parallel Activity
Free Response 5.7.4 Free Response: Sequential vs. Parallel
5.8 Cybersecurity
Video 5.8.1 Cybersecurity
Quiz 5.8.2 Cybersecurity Quiz
Connection 5.8.3 Website Cookies
Connection 5.8.4 Password Strength
Free Response 5.8.5 Password Strength
5.9 The Impact of the Internet
Video 5.9.1 The Impact of the Internet
Quiz 5.9.2 The Impact of the Internet Quiz
Connection 5.9.3 What is the Digital Divide?
Free Response 5.9.4 What is the Digital Divide?
5.10 Networks and the Internet Quiz
Quiz 5.10.1 Networks and the Internet Quiz
Badge 5.10.2 The Internet Badge
6. Benchmark 3: Computing Innovations
6.1 Benchmark: Computing Innovations
Free Response 6.1.1 Research: Ocean Technology
7. Data
7.1 Getting Started
Video 7.1.1 Getting Started
Quiz 7.1.2 Getting Started Quiz
Connection 7.1.3 What Do We Do With Data?
Free Response 7.1.4 Continuously Collecting Data
7.2 Visualizing and Interpreting Data
Video 7.2.1 Visualizing Data
Quiz 7.2.2 Visualizing Data Quiz
Notes 7.2.3 Exploring Data Visualizations
Connection 7.2.4 US Recorded Music Revenue
Connection 7.2.5 National Parks
Connection 7.2.6 March Madness
Connection 7.2.7 Captain Marvel
Free Response 7.2.8 Respond: Visualizations
Free Response 7.2.9 Choosing a Visualization
7.3 Data Collection & Limitations
Video 7.3.1 Collecting Data
Quiz 7.3.2 Collecting Data Quiz
Free Response 7.3.3 Self-Driving Cars
Check for Understanding 7.3.4 Data Collection Quiz
Video 7.3.5 Data Limitations
Quiz 7.3.6 Interpreting Data Quiz
Example 7.3.7 Line Graph
Example 7.3.8 Bar Graph
Example 7.3.9 Pie Chart
Free Response 7.3.10 Reflection: Importance of Metadata
Quiz 7.3.11 End of Lesson Quiz
Badge 7.3.12 Data Badge
8. Benchmark 4: Present a Data-Driven Insight
8.1 Benchmark: Present a Data-Driven Insight
Free Response 8.1.1 Drawing Conclusions
Presentation 8.1.2 Make a Data Visualization
9. Final Presentation
9.1 Final Presentation
Free Response 9.1.1 Final Presentation