Standard |
Lessons |
3A-AP-13
Create prototypes that use algorithms to solve computational problems by leveraging prior student knowledge and personal interests.
|
-
1.1 Introduction to Programming With Karel
-
1.1 Introduction to Programming With Karel
-
1.2 More Basic Karel
-
1.2 More Basic Karel
-
1.3 Karel Can't Turn Right
-
1.3 Karel Can't Turn Right
-
1.4 Functions in Karel
-
1.4 Functions in Karel
-
1.5 The Start Function
-
1.5 The Start Function
-
1.6 Top Down Design and Decomposition in Karel
-
1.6 Top Down Design and Decomposition in Karel
-
1.7 Commenting Your Code
-
1.7 Commenting Your Code
-
1.9 For Loops
-
1.9 For Loops
-
1.10 If Statements
-
1.10 If Statements
-
1.11 If/Else Statements
-
1.11 If/Else Statements
-
1.12 While Loops in Karel
-
1.12 While Loops in Karel
-
1.13 Control Structures Example
-
1.13 Control Structures Example
-
1.14 More Karel Examples and Testing
-
1.14 More Karel Examples and Testing
-
1.15 How to Indent Your Code
-
1.15 How to Indent Your Code
-
1.16 Debugging Strategies
-
1.16 Debugging Strategies
-
8.2 Hello World
-
8.2 Hello World
-
8.3 Variables
-
8.3 Variables
-
8.4 User Input
-
8.4 User Input
-
8.5 Basic Math in JavaScript
-
8.5 Basic Math in JavaScript
-
8.6 Using Graphics in JavaScript
-
8.6 Using Graphics in JavaScript
-
10.1 Booleans
-
10.1 Booleans
-
10.2 Logical Operators
-
10.2 Logical Operators
-
10.3 Comparison Operators
-
10.3 Comparison Operators
-
10.4 If Statements
-
10.4 If Statements
-
10.5 For Loops in JavaScript
-
10.5 For Loops in JavaScript
-
10.6 General For Loops
-
10.6 General For Loops
-
10.7 For Loop Practice
-
10.7 For Loop Practice
-
10.8 Random Numbers
-
10.8 Random Numbers
-
10.9 While Loops
-
10.9 While Loops
-
10.10 Loop and a Half
-
10.10 Loop and a Half
-
12.1 Functions and Parameters 1
-
12.1 Functions and Parameters 1
-
12.2 Functions and Parameters 2
-
12.2 Functions and Parameters 2
-
12.3 Functions and Parameters 3
-
12.3 Functions and Parameters 3
-
13.1 Functions Challenges
-
13.1 Functions Challenges
-
21.2 Random Circles
-
21.2 Random Circles
-
21.3 Random Ghosts
-
21.3 Random Ghosts
-
21.4 Bouncing Ball
-
21.4 Bouncing Ball
-
21.9 Crazy Ball Game
-
21.9 Crazy Ball Game
-
23.1 Breakout
-
23.1 Breakout
-
27.1 Fun Snake
-
27.1 Fun Snake
-
28.1 Conway's Game of Life
-
28.1 Conway's Game of Life
-
28.2 Connect Four
-
28.2 Connect Four
-
29.1 Evolution Simulation
-
29.1 Evolution Simulation
-
32.1 Visualizing Music
-
32.1 Visualizing Music
-
33.8 Intro to Objects/Maps
-
33.8 Intro to Objects/Maps
-
33.11 When Do I Use an Object?
-
33.11 When Do I Use an Object?
-
34.1 Tic Tac Toe
-
34.1 Tic Tac Toe
-
35.1 Game Design: Helicopter
-
35.1 Game Design: Helicopter
|
3A-AP-14
Use lists to simplify solutions, generalizing computational problems instead of repeatedly using simple variables.
|
-
29.1 Evolution Simulation
-
29.1 Evolution Simulation
-
33.1 Intro to Lists/Arrays
-
33.1 Intro to Lists/Arrays
-
33.2 Indexing Into an Array
-
33.2 Indexing Into an Array
-
33.3 Adding/Removing From an Array
-
33.3 Adding/Removing From an Array
-
33.4 Array Length and Looping Through Arrays
-
33.4 Array Length and Looping Through Arrays
-
33.5 Iterating Over an Array
-
33.5 Iterating Over an Array
-
33.6 Finding an Element in a List
-
33.6 Finding an Element in a List
-
33.7 Removing an Element From an Array
-
33.7 Removing an Element From an Array
-
33.8 Intro to Objects/Maps
-
33.8 Intro to Objects/Maps
-
33.9 Basics of Objects
-
33.9 Basics of Objects
-
33.10 Iterating Over an Object
-
33.10 Iterating Over an Object
-
33.11 When Do I Use an Object?
-
33.11 When Do I Use an Object?
-
33.12 Intro to Sets
-
33.12 Intro to Sets
-
33.13 Intro to Grids
-
33.13 Intro to Grids
-
33.14 Looping Over a Grid
-
33.14 Looping Over a Grid
-
33.15 Grid Example: Get a Row
-
33.15 Grid Example: Get a Row
-
33.16 Data Structures Challenges
-
33.16 Data Structures Challenges
-
35.1 Game Design: Helicopter
-
35.1 Game Design: Helicopter
|
3A-AP-15
Justify the selection of specific control structures when tradeoffs involve implementation, readability, and program performance, and explain the benefits and drawbacks of choices made.
|
-
10.4 If Statements
-
10.4 If Statements
-
10.5 For Loops in JavaScript
-
10.5 For Loops in JavaScript
-
10.6 General For Loops
-
10.6 General For Loops
-
10.7 For Loop Practice
-
10.7 For Loop Practice
-
10.9 While Loops
-
10.9 While Loops
-
10.10 Loop and a Half
-
10.10 Loop and a Half
|
3A-AP-16
Design and iteratively develop computational artifacts for practical intent, personal expression, or to address a societal issue by using events to initiate instructions.
|
-
16.3 Present a Data-Driven Insight
-
21.5 Mouse Events: Mouse Clicked
-
21.5 Mouse Events: Mouse Clicked
-
21.6 Mouse Events: Mouse Moved
-
21.6 Mouse Events: Mouse Moved
-
21.8 Key Events
-
21.8 Key Events
-
21.9 Crazy Ball Game
-
21.9 Crazy Ball Game
-
23.1 Breakout
-
23.1 Breakout
-
27.1 Fun Snake
-
27.1 Fun Snake
-
28.1 Conway's Game of Life
-
28.1 Conway's Game of Life
-
28.2 Connect Four
-
28.2 Connect Four
-
29.1 Evolution Simulation
-
29.1 Evolution Simulation
-
32.1 Visualizing Music
-
32.1 Visualizing Music
-
33.16 Data Structures Challenges
-
33.16 Data Structures Challenges
-
34.1 Tic Tac Toe
-
34.1 Tic Tac Toe
-
35.1 Game Design: Helicopter
-
35.1 Game Design: Helicopter
|
3A-AP-17
Decompose problems into smaller components through systematic analysis, using constructs such as procedures, modules, and/or objects.
|
-
1.4 Functions in Karel
-
1.4 Functions in Karel
-
1.5 The Start Function
-
1.5 The Start Function
-
1.6 Top Down Design and Decomposition in Karel
-
1.6 Top Down Design and Decomposition in Karel
-
1.7 Commenting Your Code
-
1.7 Commenting Your Code
-
1.8 Super Karel
-
1.8 Super Karel
-
1.9 For Loops
-
1.9 For Loops
-
1.10 If Statements
-
1.10 If Statements
-
1.11 If/Else Statements
-
1.11 If/Else Statements
-
1.12 While Loops in Karel
-
1.12 While Loops in Karel
-
1.13 Control Structures Example
-
1.13 Control Structures Example
-
1.14 More Karel Examples and Testing
-
1.14 More Karel Examples and Testing
-
1.15 How to Indent Your Code
-
1.15 How to Indent Your Code
-
2.1 Challenge Problems
-
2.1 Challenge Problems
-
8.2 Hello World
-
8.2 Hello World
-
8.3 Variables
-
8.3 Variables
-
8.4 User Input
-
8.4 User Input
-
8.5 Basic Math in JavaScript
-
8.5 Basic Math in JavaScript
-
8.6 Using Graphics in JavaScript
-
8.6 Using Graphics in JavaScript
-
10.1 Booleans
-
10.1 Booleans
-
10.2 Logical Operators
-
10.2 Logical Operators
-
10.3 Comparison Operators
-
10.3 Comparison Operators
-
10.4 If Statements
-
10.4 If Statements
-
10.5 For Loops in JavaScript
-
10.5 For Loops in JavaScript
-
10.6 General For Loops
-
10.6 General For Loops
-
10.7 For Loop Practice
-
10.7 For Loop Practice
-
10.8 Random Numbers
-
10.8 Random Numbers
-
10.9 While Loops
-
10.9 While Loops
-
10.10 Loop and a Half
-
10.10 Loop and a Half
-
12.1 Functions and Parameters 1
-
12.1 Functions and Parameters 1
-
12.2 Functions and Parameters 2
-
12.2 Functions and Parameters 2
-
12.3 Functions and Parameters 3
-
12.3 Functions and Parameters 3
-
12.4 Functions and Return Values 1
-
12.4 Functions and Return Values 1
-
12.5 Functions and Return Values 2
-
12.5 Functions and Return Values 2
-
12.6 Local Variables and Scope
-
12.6 Local Variables and Scope
-
13.1 Functions Challenges
-
13.1 Functions Challenges
-
20.1 Extra Karel Practice
-
20.1 Extra Karel Practice
-
21.1 Timers
-
21.1 Timers
-
21.2 Random Circles
-
21.2 Random Circles
-
21.3 Random Ghosts
-
21.3 Random Ghosts
-
21.4 Bouncing Ball
-
21.4 Bouncing Ball
-
21.5 Mouse Events: Mouse Clicked
-
21.5 Mouse Events: Mouse Clicked
-
21.6 Mouse Events: Mouse Moved
-
21.6 Mouse Events: Mouse Moved
-
21.7 Drawing Lines
-
21.7 Drawing Lines
-
21.8 Key Events
-
21.8 Key Events
-
21.9 Crazy Ball Game
-
21.9 Crazy Ball Game
-
23.1 Breakout
-
23.1 Breakout
-
25.1 Functions and Parameters Practice
-
25.1 Functions and Parameters Practice
-
26.1 Prime Numbers
-
26.1 Prime Numbers
-
27.1 Fun Snake
-
27.1 Fun Snake
-
27.2 Fun Graphics Challenges
-
27.2 Fun Graphics Challenges
-
28.1 Conway's Game of Life
-
28.1 Conway's Game of Life
-
28.2 Connect Four
-
28.2 Connect Four
-
29.1 Evolution Simulation
-
29.1 Evolution Simulation
-
32.1 Visualizing Music
-
32.1 Visualizing Music
-
33.1 Intro to Lists/Arrays
-
33.1 Intro to Lists/Arrays
-
33.2 Indexing Into an Array
-
33.2 Indexing Into an Array
-
33.3 Adding/Removing From an Array
-
33.3 Adding/Removing From an Array
-
33.4 Array Length and Looping Through Arrays
-
33.4 Array Length and Looping Through Arrays
-
33.5 Iterating Over an Array
-
33.5 Iterating Over an Array
-
33.6 Finding an Element in a List
-
33.6 Finding an Element in a List
-
33.7 Removing an Element From an Array
-
33.7 Removing an Element From an Array
-
33.8 Intro to Objects/Maps
-
33.8 Intro to Objects/Maps
-
33.9 Basics of Objects
-
33.9 Basics of Objects
-
33.10 Iterating Over an Object
-
33.10 Iterating Over an Object
-
33.11 When Do I Use an Object?
-
33.11 When Do I Use an Object?
-
33.12 Intro to Sets
-
33.12 Intro to Sets
-
33.13 Intro to Grids
-
33.13 Intro to Grids
-
33.14 Looping Over a Grid
-
33.14 Looping Over a Grid
-
33.15 Grid Example: Get a Row
-
33.15 Grid Example: Get a Row
-
33.16 Data Structures Challenges
-
33.16 Data Structures Challenges
-
34.1 Tic Tac Toe
-
34.1 Tic Tac Toe
-
35.1 Game Design: Helicopter
-
35.1 Game Design: Helicopter
|
3A-AP-18
Create artifacts by using procedures within a program, combinations of data and procedures, or independent but interrelated programs.
|
-
1.1 Introduction to Programming With Karel
-
1.1 Introduction to Programming With Karel
-
1.2 More Basic Karel
-
1.2 More Basic Karel
-
1.3 Karel Can't Turn Right
-
1.3 Karel Can't Turn Right
-
1.4 Functions in Karel
-
1.4 Functions in Karel
-
1.5 The Start Function
-
1.5 The Start Function
-
1.6 Top Down Design and Decomposition in Karel
-
1.6 Top Down Design and Decomposition in Karel
-
1.7 Commenting Your Code
-
1.7 Commenting Your Code
-
1.8 Super Karel
-
1.8 Super Karel
-
1.9 For Loops
-
1.9 For Loops
-
1.10 If Statements
-
1.10 If Statements
-
1.11 If/Else Statements
-
1.11 If/Else Statements
-
8.6 Using Graphics in JavaScript
-
8.6 Using Graphics in JavaScript
-
16.3 Present a Data-Driven Insight
-
21.1 Timers
-
21.1 Timers
-
21.2 Random Circles
-
21.2 Random Circles
-
21.3 Random Ghosts
-
21.3 Random Ghosts
-
21.4 Bouncing Ball
-
21.4 Bouncing Ball
-
21.5 Mouse Events: Mouse Clicked
-
21.5 Mouse Events: Mouse Clicked
-
21.6 Mouse Events: Mouse Moved
-
21.6 Mouse Events: Mouse Moved
-
21.7 Drawing Lines
-
21.7 Drawing Lines
-
21.8 Key Events
-
21.8 Key Events
-
21.9 Crazy Ball Game
-
21.9 Crazy Ball Game
-
23.1 Breakout
-
23.1 Breakout
-
27.1 Fun Snake
-
27.1 Fun Snake
-
27.2 Fun Graphics Challenges
-
27.2 Fun Graphics Challenges
-
28.1 Conway's Game of Life
-
28.1 Conway's Game of Life
-
28.2 Connect Four
-
28.2 Connect Four
-
29.1 Evolution Simulation
-
29.1 Evolution Simulation
-
32.1 Visualizing Music
-
32.1 Visualizing Music
-
33.16 Data Structures Challenges
-
33.16 Data Structures Challenges
-
34.1 Tic Tac Toe
-
34.1 Tic Tac Toe
-
35.1 Game Design: Helicopter
-
35.1 Game Design: Helicopter
|
3A-AP-19
Systematically design and develop programs for broad audiences by incorporating feedback from users.
|
|
3A-AP-20
Evaluate licenses that limit or restrict use of computational artifacts when using resources such as libraries.
|
-
14.5 Software Licenses
|
3A-AP-21
Evaluate and refine computational artifacts to make them more usable and accessible.
|
|
3A-AP-22
Design and develop computational artifacts working in team roles using collaborative tools.
|
-
9.1 Collaborative Programming
-
9.1 Collaborative Programming
|
3A-AP-23
Document design decisions using text, graphics, presentations, and/or demonstrations in the development of complex programs.
|
-
1.7 Commenting Your Code
-
1.7 Commenting Your Code
-
1.8 Super Karel
-
1.8 Super Karel
-
1.9 For Loops
-
1.9 For Loops
-
1.10 If Statements
-
1.10 If Statements
-
1.11 If/Else Statements
-
1.11 If/Else Statements
-
1.12 While Loops in Karel
-
1.12 While Loops in Karel
-
1.13 Control Structures Example
-
1.13 Control Structures Example
-
1.14 More Karel Examples and Testing
-
1.14 More Karel Examples and Testing
-
1.15 How to Indent Your Code
-
1.15 How to Indent Your Code
-
2.1 Challenge Problems
-
2.1 Challenge Problems
-
8.2 Hello World
-
8.2 Hello World
-
8.3 Variables
-
8.3 Variables
-
8.4 User Input
-
8.4 User Input
-
8.5 Basic Math in JavaScript
-
8.5 Basic Math in JavaScript
-
8.6 Using Graphics in JavaScript
-
8.6 Using Graphics in JavaScript
-
10.1 Booleans
-
10.1 Booleans
-
10.2 Logical Operators
-
10.2 Logical Operators
-
10.3 Comparison Operators
-
10.3 Comparison Operators
-
10.4 If Statements
-
10.4 If Statements
-
10.5 For Loops in JavaScript
-
10.5 For Loops in JavaScript
-
10.6 General For Loops
-
10.6 General For Loops
-
10.7 For Loop Practice
-
10.7 For Loop Practice
-
10.8 Random Numbers
-
10.8 Random Numbers
-
10.9 While Loops
-
10.9 While Loops
-
10.10 Loop and a Half
-
10.10 Loop and a Half
-
12.1 Functions and Parameters 1
-
12.1 Functions and Parameters 1
-
12.2 Functions and Parameters 2
-
12.2 Functions and Parameters 2
-
12.3 Functions and Parameters 3
-
12.3 Functions and Parameters 3
-
12.4 Functions and Return Values 1
-
12.4 Functions and Return Values 1
-
12.5 Functions and Return Values 2
-
12.5 Functions and Return Values 2
-
12.6 Local Variables and Scope
-
12.6 Local Variables and Scope
-
13.1 Functions Challenges
-
13.1 Functions Challenges
-
20.1 Extra Karel Practice
-
20.1 Extra Karel Practice
-
21.1 Timers
-
21.1 Timers
-
21.2 Random Circles
-
21.2 Random Circles
-
21.3 Random Ghosts
-
21.3 Random Ghosts
-
21.4 Bouncing Ball
-
21.4 Bouncing Ball
-
21.5 Mouse Events: Mouse Clicked
-
21.5 Mouse Events: Mouse Clicked
-
21.6 Mouse Events: Mouse Moved
-
21.6 Mouse Events: Mouse Moved
-
21.7 Drawing Lines
-
21.7 Drawing Lines
-
21.8 Key Events
-
21.8 Key Events
-
21.9 Crazy Ball Game
-
21.9 Crazy Ball Game
-
23.1 Breakout
-
23.1 Breakout
-
24.1 Extra Karel Puzzles
-
24.1 Extra Karel Puzzles
-
25.1 Functions and Parameters Practice
-
25.1 Functions and Parameters Practice
-
26.1 Prime Numbers
-
26.1 Prime Numbers
-
27.1 Fun Snake
-
27.1 Fun Snake
-
27.2 Fun Graphics Challenges
-
27.2 Fun Graphics Challenges
-
28.1 Conway's Game of Life
-
28.1 Conway's Game of Life
-
28.2 Connect Four
-
28.2 Connect Four
-
29.1 Evolution Simulation
-
29.1 Evolution Simulation
-
32.1 Visualizing Music
-
32.1 Visualizing Music
-
33.1 Intro to Lists/Arrays
-
33.1 Intro to Lists/Arrays
-
33.2 Indexing Into an Array
-
33.2 Indexing Into an Array
-
33.3 Adding/Removing From an Array
-
33.3 Adding/Removing From an Array
-
33.4 Array Length and Looping Through Arrays
-
33.4 Array Length and Looping Through Arrays
-
33.5 Iterating Over an Array
-
33.5 Iterating Over an Array
-
33.6 Finding an Element in a List
-
33.6 Finding an Element in a List
-
33.7 Removing an Element From an Array
-
33.7 Removing an Element From an Array
-
33.8 Intro to Objects/Maps
-
33.8 Intro to Objects/Maps
-
33.9 Basics of Objects
-
33.9 Basics of Objects
-
33.10 Iterating Over an Object
-
33.10 Iterating Over an Object
-
33.11 When Do I Use an Object?
-
33.11 When Do I Use an Object?
-
33.12 Intro to Sets
-
33.12 Intro to Sets
-
33.13 Intro to Grids
-
33.13 Intro to Grids
-
33.14 Looping Over a Grid
-
33.14 Looping Over a Grid
-
33.15 Grid Example: Get a Row
-
33.15 Grid Example: Get a Row
-
33.16 Data Structures Challenges
-
33.16 Data Structures Challenges
-
34.1 Tic Tac Toe
-
34.1 Tic Tac Toe
-
35.1 Game Design: Helicopter
-
35.1 Game Design: Helicopter
|
3A-CS-01
Explain how abstractions hide the underlying implementation details of computing systems embedded in everyday objects.
|
-
1.8 Super Karel
-
1.8 Super Karel
|
3A-CS-02
Compare levels of abstraction and interactions between application software, system software, and hardware layers.
|
-
4.2 Computer Organization
-
4.2 Computer Organization
-
4.3 Software
-
4.3 Software
-
4.4 Hardware
-
4.4 Hardware
|
3A-CS-03
Develop guidelines that convey systematic troubleshooting strategies that others can use to identify and fix errors.
|
-
1.2 More Basic Karel
-
1.2 More Basic Karel
-
1.16 Debugging Strategies
|
3A-DA-09
Translate between different bit representations of real-world phenomena, such as characters, numbers, and images.
|
-
5.1 Intro to Digital Information
-
5.1 Intro to Digital Information
-
5.2 Number Systems
-
5.2 Number Systems
-
5.3 Encoding Text with Binary
-
5.3 Encoding Text with Binary
-
5.4 Pixel Images
-
5.4 Pixel Images
-
5.5 Hexadecimal
-
5.5 Hexadecimal
-
5.6 Pixel Colors!
-
5.6 Pixel Colors!
|
3A-DA-10
Evaluate the tradeoffs in how data elements are organized and where data is stored.
|
|
3A-DA-11
Create interactive data visualizations using software tools to help others better understand real-world phenomena.
|
-
10.8 Random Numbers
-
10.8 Random Numbers
|
3A-DA-12
Create computational models that represent the relationships among different elements of data collected from a phenomenon or process.
|
-
10.8 Random Numbers
-
10.8 Random Numbers
|
3A-IC-24
Evaluate the ways computing impacts personal, ethical, social, economic, and cultural practices.
|
|
3A-IC-25
Test and refine computational artifacts to reduce bias and equity deficits.
|
-
1.17 Computer Science Careers
-
1.17 Computer Science Careers
|
3A-IC-26
Demonstrate ways a given algorithm applies to problems across disciplines.
|
-
1.17 Computer Science Careers
-
1.17 Computer Science Careers
|
3A-IC-27
Use tools and methods for collaboration on a project to increase connectivity of people in different cultures and career fields.
|
-
9.1 Collaborative Programming
-
9.1 Collaborative Programming
|
3A-IC-28
Explain the beneficial and harmful effects that intellectual property laws can have on innovation.
|
|
3A-IC-29
Explain the privacy concerns related to the collection and generation of data through automated processes that may not be evident to users.
|
|
3A-IC-30
Evaluate the social and economic implications of privacy in the context of safety, law, or ethics.
|
|
3A-NI-04
Evaluate the scalability and reliability of networks, by describing the relationship between routers, switches, servers, topology, and addressing.
|
-
15.3 Network Devices
|
3A-NI-05
Give examples to illustrate how sensitive data can be affected by malware and other attacks.
|
|
3A-NI-06
Recommend security measures to address various scenarios based on factors such as efficiency, feasibility, and ethical impacts.
|
|
3A-NI-07
Compare various security measures, considering tradeoffs between the usability and security of a computing system.
|
|
3A-NI-08
Explain tradeoffs when selecting and implementing cybersecurity recommendations.
|
|