Please enable JavaScript to use CodeHS

Standards Mapping

for Wyoming L1

35

Standards in this Framework

35

Standards Mapped

100%

Mapped to Course

Standard Lessons
L1.CS.D.01
Explain how abstractions hide the underlying implementation details of computing systems embedded in everyday objects.
  1. AP Computer Science Principles in JavaScript
  2. 1.9 Abstraction
  3. 5.7 JavaScript vs Karel
  4. Fundamentals of Cybersecurity (2020)
  5. 7.1 Operating Systems
  6. 9.2 Notational Systems
L1.CS.HS.01
Explain the interactions between application software, system software, and hardware layers.
  1. AP Computer Science Principles in JavaScript
  2. 11.2 Internet Hardware
  3. Fundamentals of Cybersecurity (2020)
  4. 7.1 Operating Systems
  5. 7.4 Software and Applications
  6. 10.1 Internal Components
L1.CS.T.01
Develop guidelines that convey systematic troubleshooting strategies that others can use to identify and resolve errors.
  1. AP Computer Science Principles in JavaScript
  2. 1.16 Debugging Strategies
  3. Fundamentals of Cybersecurity (2020)
  4. 11.1 Methodology
  5. 11.2 Support Practice
L1.NI.NCO.01
Evaluate the scalability and reliability of networks, by describing the relationship between routers, switches, servers, topology, and addressing.
  1. AP Computer Science Principles in JavaScript
  2. 11.2 Internet Hardware
  3. 11.3 Internet Addresses
  4. 11.4 Viewing Websites
  5. 11.5 DNS
  6. 11.6 Routing
  7. 11.7 Packets and Protocols
  8. Fundamentals of Cybersecurity (2020)
  9. 9.4 Internet Hardware and Sending Information
  10. 10.3 Network Devices
L1.NI.C.01
Give examples to illustrate how sensitive data can be affected by malware and other attacks.
  1. AP Computer Science Principles in JavaScript
  2. 11.9 Cybersecurity
  3. Fundamentals of Cybersecurity (2020)
  4. 1.2 What is Cybersecurity?
  5. 1.3 Impact of Cybersecurity
  6. 2.4 Privacy & Security
  7. 7.6 Application Security
  8. 8.9 Common Security Problems
  9. 8.10 SQL Injection Overview
  10. 8.11 Types of SQLi and Prevention
L1.NI.C.02
Recommend cybersecurity measures to address various scenarios based on factors such as efficiency, feasibility, and ethical impacts.
  1. AP Computer Science Principles in JavaScript
  2. 11.9 Cybersecurity
  3. Fundamentals of Cybersecurity (2020)
  4. 7.7 Browser Configuration
  5. 7.8 System Administration
  6. 10.6 Network Communication
  7. 10.7 Network Management
  8. 14.1 Project: Security Assessment Report
L1.NI.C.03
Compare various security measures, considering trade-offs between the usability and security of a computing system.
  1. AP Computer Science Principles in JavaScript
  2. 11.9 Cybersecurity
  3. Fundamentals of Cybersecurity (2020)
  4. 7.7 Browser Configuration
  5. 7.8 System Administration
  6. 10.6 Network Communication
L1.NI.C.04
Explain trade-offs when selecting and implementing cybersecurity recommendations.
  1. AP Computer Science Principles in JavaScript
  2. 11.9 Cybersecurity
  3. Fundamentals of Cybersecurity (2020)
  4. 1.4 The CIA Triad
L1.DA.S.01
Translate between different bit representations of real-world phenomena, such as characters, numbers, and images.
  1. AP Computer Science Principles in JavaScript
  2. 8.3 Encoding Text with Binary
  3. 8.4 Pixel Images
  4. 8.6 Pixel Colors!
  5. Fundamentals of Cybersecurity (2020)
  6. 9.2 Notational Systems
  7. 9.3 Data Representation
L1.DA.S.02
Evaluate the trade-offs in how data elements are organized and where data is stored.
  1. Fundamentals of Cybersecurity (2020)
  2. 8.5 Clients and Servers
  3. 10.4 Storage Options
L1.DA.CVT.01
Create interactive data representations using software tools to help others better understand real-world phenomena (e.g., paper surveys and online data sets).
  1. AP Computer Science Principles in JavaScript
  2. 13.1 Getting Started with Data
  3. 13.2 Visualizing and Interpreting Data
  4. 13.3 Data Collection & Limitations
L1.DA.IM.01
Create computational models that represent the relationships among different elements of data collected from a phenomenon or process.
  1. AP Computer Science Principles in JavaScript
  2. 13.2 Visualizing and Interpreting Data
L1.AP.A.01
Create a prototype that uses algorithms (e.g., searching, sorting, finding shortest distance) to provide a possible solution for a real-world problem relevant to the student.
  1. AP Computer Science Principles in JavaScript
  2. 7.5 Iterating Over an Array
  3. 7.6 Finding an Element in a List
  4. 7.7 Removing an Element From an Array
  5. 7.8 Simulation
  6. 33.7 Looping Over a Grid
L1.AP.A.02
Describe how artificial intelligence algorithms drive many software and physical systems.
  1. Introduction to AI for High School
  2. 1.1 Human & Artificial Intelligence
  3. 1.2 Generative vs. Predictive AI
L1.AP.V.01
Use lists to simplify solutions, generalizing computational problems instead of repeatedly using simple variables.
  1. AP Computer Science Principles in JavaScript
  2. 7.1 Intro to Lists/Arrays
  3. 7.2 Indexing Into an Array
L1.AP.C.01
Justify the selection of specific control structures when tradeoffs involve implementation, readability, and program performance, and explain the benefits and drawbacks of choices made.
  1. AP Computer Science Principles in JavaScript
  2. 7.1 Intro to Lists/Arrays
  3. Fundamentals of Cybersecurity (2020)
  4. 21.1 Challenge Problems
  5. 22.4 If Statements
  6. 22.5 For Loops in JavaScript
  7. 22.9 While Loops
  8. 22.10 Loop and a Half
  9. 23.1 Control Structures Challenges
L1.AP.C.02
Trace the execution of loops and conditional statements, illustrating output and changes in values of named variables.
  1. AP Computer Science Principles in JavaScript
  2. 1.11 For Loops
  3. 1.12 If Statements
  4. Fundamentals of Cybersecurity (2020)
  5. 22.5 For Loops in JavaScript
  6. 22.6 General For Loops
  7. 22.9 While Loops
  8. 22.10 Loop and a Half
  9. 23.1 Control Structures Challenges
L1.AP.C.03
Design and iteratively develop computational artifacts for practical intent, personal expression, or to address a societal issue by using events to initiate instructions.
  1. AP Computer Science Principles in JavaScript
  2. 3.8 Mouse Events: Mouse Clicked
  3. 4.5 Key Events
  4. Fundamentals of Cybersecurity (2020)
  5. 22.4 If Statements
  6. 22.9 While Loops
  7. 22.10 Loop and a Half
L1.AP.M.01
Decompose problems into smaller components through systematic analysis, using constructs such as procedures, modules, and/or objects.
  1. AP Computer Science Principles in JavaScript
  2. 1.7 Top Down Design and Decomposition in Karel
  3. 5.1 Functions and Parameters 1
  4. 5.2 Functions and Parameters 2
  5. 5.3 Functions and Parameters 3
  6. 5.4 Functions and Return Values 1
  7. 5.5 Functions and Return Values 2
L1.AP.M.02
Create artifacts by using procedures within a program, combinations of data and procedures, or independent but interrelated programs.
  1. AP Computer Science Principles in JavaScript
  2. 5.1 Functions and Parameters 1
  3. 5.2 Functions and Parameters 2
  4. 5.3 Functions and Parameters 3
  5. 5.4 Functions and Return Values 1
  6. 5.5 Functions and Return Values 2
L1.AP.PD.01
Plan and develop programs by analyzing a problem and/or process, developing and documenting a solution, testing outcomes, and adapting the program for a variety of users.
  1. AP Computer Science Principles in JavaScript
  2. 18.1 Intro to Design Thinking
  3. 18.2 Prototype
  4. 18.3 Test
  5. 18.4 Project Prep and Development
L1.AP.PD.02
Evaluate licenses that limit or restrict use of computational artifacts when using resources such as libraries.
  1. AP Computer Science Principles in JavaScript
  2. 11.11 Creative Credit & Copyright
  3. Fundamentals of Cybersecurity (2020)
  4. 2.6 Creative Credit & Copyright
  5. 7.5 Software Licenses
L1.AP.PD.03
Use debugging tools to identify and fix errors in a program.
  1. AP Computer Science Principles in JavaScript
  2. 1.16 Debugging Strategies
  3. Fundamentals of Cybersecurity (2020)
  4. 21.1 Challenge Problems
L1.AP.PD.04
Design and develop computational artifacts, working in team roles, using collaborative tools.
  1. AP Computer Science Principles in JavaScript
  2. 2.1 Practice PT: Pair-Programming Paint!
  3. Fundamentals of Cybersecurity (2020)
  4. 3.1 Project: Public Service Announcement
L1.AP.PD.05
Document design decisions using text, graphics, presentations, and/or demonstrations in the development of complex programs.
  1. AP Computer Science Principles in JavaScript
  2. 1.8 Commenting Your Code
  3. 2.1 Practice PT: Pair-Programming Paint!
  4. 6.1 Project: Tell a Story
  5. 36.1 Practice PT: The Shopping List
  6. 37.1 Practice PT: Testing 1, 2, 3 ...
  7. 41.6 Create Performance Task
  8. Fundamentals of Cybersecurity (2020)
  9. 4.6 Organizational Techniques
L1.AP.PD.06
Evaluate and refine computational artifacts to make them more usable and accessible.
  1. AP Computer Science Principles in JavaScript
  2. 18.1 Intro to Design Thinking
  3. 18.2 Prototype
  4. 18.3 Test
L1.IC.C.01
Evaluate the ways computing impacts personal, ethical, social, economic, and cultural practices.
  1. AP Computer Science Principles in JavaScript
  2. 11.10 The Impact of the Internet
  3. 12.1 The Effects of the Internet
  4. Fundamentals of Cybersecurity (2020)
  5. 1.2 What is Cybersecurity?
  6. 2.1 Digital Footprint and Reputation
  7. 2.2 Cyberbullying
  8. 2.7 Hacking Ethics
  9. 7.4 Software and Applications
  10. 9.10 Impact of the Internet
L1.IC.C.02
Test and refine computational artifacts to reduce bias and equity deficits.
  1. AP Computer Science Principles in JavaScript
  2. 41.9 Intro to Design Thinking
L1.IC.C.03
Demonstrate how a given algorithm applies to problems across disciplines.
  1. AP Computer Science Principles in JavaScript
  2. 9.1 Practice PT: Steganography
  3. 10.1 Practice PT: Create an Image Filter!
  4. 36.1 Practice PT: The Shopping List
  5. 37.1 Practice PT: Testing 1, 2, 3 ...
L1.IC.SI.01
Use tools and methods for collaboration.
  1. AP Computer Science Principles in JavaScript
  2. 2.1 Practice PT: Pair-Programming Paint!
L1.IC.SI.02
Practice grade-level appropriate behavior and responsibilities while participating in an online community. Identify and report inappropriate behavior.
  1. Fundamentals of Cybersecurity (2020)
  2. 2.1 Digital Footprint and Reputation
  3. 2.2 Cyberbullying
  4. 2.3 Internet Safety
L1.IC.SLE.01
Explain the beneficial and harmful effects that intellectual property laws can have on innovation.
  1. AP Computer Science Principles in JavaScript
  2. 11.11 Creative Credit & Copyright
  3. Fundamentals of Cybersecurity (2020)
  4. 2.6 Creative Credit & Copyright
  5. 7.5 Software Licenses
L1.IC.SLE.02
Explain the privacy concerns related to the collection and generation of data through automated processes that may not be evident to users.
  1. AP Computer Science Principles in JavaScript
  2. 13.3 Data Collection & Limitations
  3. Fundamentals of Cybersecurity (2020)
  4. 2.1 Digital Footprint and Reputation
  5. 2.4 Privacy & Security
  6. 7.7 Browser Configuration
L1.IC.SLE.03
Evaluate the social and economic implications of privacy in the context of safety, law, or ethics.
  1. AP Computer Science Principles in JavaScript
  2. 11.9 Cybersecurity
  3. 12.1 The Effects of the Internet
  4. 13.3 Data Collection & Limitations
  5. Fundamentals of Cybersecurity (2020)
  6. 2.1 Digital Footprint and Reputation
  7. 2.4 Privacy & Security
L1.IC.SLE.04
Using grade level appropriate content and complexity, discuss the legal, social, and ethical impacts associated with software development and use, including both positive and malicious intent.
  1. AP Computer Science Principles in JavaScript
  2. 11.10 The Impact of the Internet
  3. 11.11 Creative Credit & Copyright
  4. 12.1 The Effects of the Internet
  5. Fundamentals of Cybersecurity (2020)
  6. 2.6 Creative Credit & Copyright
  7. 2.7 Hacking Ethics
  8. 7.5 Software Licenses