Please enable JavaScript to use CodeHS

Standards Mapping

for Nevada 9-12

31

Standards in this Framework

31

Standards Mapped

100%

Mapped to Course

Standard Lessons
9-12.AP.A.1
Create prototypes that use algorithms to solve computational problems by leveraging prior student knowledge and personal interests.
  1. 1.17 Karel Algorithms
  2. 1.20 Karel Challenges
  3. 2.1 Practice PT: Pair-Programming Paint!
  4. 6.1 Project: Tell a Story
  5. 10.1 Practice PT: Create an Image Filter!
  6. 18.2 Prototype
  7. 18.3 Test
  8. 18.4 Project Prep and Development
9-12.AP.V.1
Demonstrate the use of both linked lists and arrays to simplify solutions, generalizing computational problems instead of repeatedly using simple variables.
  1. 7.1 Intro to Lists/Arrays
  2. 7.2 Indexing Into an Array
  3. 7.3 Adding/Removing From an Array
  4. 7.4 Array Length and Looping Through Arrays
  5. 7.5 Iterating Over an Array
  6. 7.6 Finding an Element in a List
  7. 7.7 Removing an Element From an Array
9-12.AP.C.1
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. 4.4 If Statements
  2. 4.6 For Loops in JavaScript
  3. 4.7 General For Loops
  4. 4.8 For Loop Practice
  5. 4.10 While Loops
  6. 4.11 Loop and a Half
9-12.AP.C.2
Design and iteratively develop computational artifacts for practical intent, personal expression, or to address a societal issue by using events to initiate instructions.
  1. 2.1 Practice PT: Pair-Programming Paint!
  2. 6.1 Project: Tell a Story
  3. 9.1 Practice PT: Steganography
  4. 10.1 Practice PT: Create an Image Filter!
  5. 14.1 Present a Data-Driven Insight
  6. 18.4 Project Prep and Development
9-12.AP.M.1
Decompose problems into smaller components through systematic analysis, using constructs such as procedures, modules, and/or objects.
  1. 1.7 Top Down Design and Decomposition in Karel
  2. 1.9 Abstraction
  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
9-12.AP.M.2
Create artifacts by using procedures within a program, combinations of data and procedures, or independent but interrelated programs.
  1. 2.1 Practice PT: Pair-Programming Paint!
  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
  7. 6.1 Project: Tell a Story
  8. 10.1 Practice PT: Create an Image Filter!
  9. 14.1 Present a Data-Driven Insight
  10. 18.4 Project Prep and Development
9-12.AP.PD.1
Systematically design and develop programs for broad audiences by incorporating feedback from users.
  1. 18.1 Intro to Design Thinking
  2. 18.2 Prototype
  3. 18.3 Test
  4. 18.4 Project Prep and Development
9-12.AP.PD.2
Evaluate licenses that limit or restrict use of computational artifacts when using resources such as libraries.
  1. 11.10 Creative Credit & Copyright
9-12.AP.PD.3
Evaluate and refine computational artifacts to make them more usable by all and accessible to people with disabilities.
  1. 18.1 Intro to Design Thinking
9-12.AP.PD.4
Design and develop computational artifacts working in team roles using collaborative tools.
  1. 2.1 Practice PT: Pair-Programming Paint!
  2. 10.1 Practice PT: Create an Image Filter!
  3. 14.1 Present a Data-Driven Insight
  4. 18.1 Intro to Design Thinking
  5. 18.4 Project Prep and Development
9-12.AP.PD.5
Document design decisions using text, graphics, presentations, and/or demonstrations in the development of complex programs.
  1. 1.7 Top Down Design and Decomposition in Karel
  2. 1.8 Commenting Your Code
  3. 1.9 Abstraction
  4. 1.18 How to Indent Your Code
  5. 18.1 Intro to Design Thinking
9-12.CS.D.1
Explain how abstractions hide the underlying implementation details of computing systems embedded in everyday objects.
  1. 1.9 Abstraction
  2. 8.2 Number Systems
  3. 8.3 Encoding Text with Binary
  4. 8.4 Pixel Images
  5. 8.5 Hexadecimal
  6. 8.6 Pixel Colors!
  7. 8.7 Image Manipulation
  8. 8.8 Data Compression
  9. 8.9 Lossy Compression
9-12.CS.HS.1
Compare levels of abstraction and interactions between application software, system software, and hardware layers.
  1. 1.9 Abstraction
  2. 11.2 Internet Hardware
  3. 11.3 Internet Addresses
  4. 11.5 DNS and Routing
  5. 11.6 Packets and Protocols
  6. 11.7 Sequential, Parallel & Distributed Computing
9-12.CS.T.1
Develop guidelines that convey systematic troubleshooting strategies that others can use to identify and fix errors.
  1. 1.7 Top Down Design and Decomposition in Karel
  2. 1.8 Commenting Your Code
  3. 1.16 Debugging Strategies
  4. 1.18 How to Indent Your Code
9-12.DA.S.1
Translate between different bit representations of real-world phenomena, such as characters, numbers, and images (e.g., convert hexadecimal colors to decimal percentages, ASCII/Unicode representation).
  1. 8.2 Number Systems
  2. 8.3 Encoding Text with Binary
  3. 8.4 Pixel Images
  4. 8.5 Hexadecimal
  5. 8.6 Pixel Colors!
  6. 8.7 Image Manipulation
9-12.DA.S.2
Evaluate the tradeoffs in how data elements are organized and where data is stored.
  1. 7.1 Intro to Lists/Arrays
  2. 7.2 Indexing Into an Array
  3. 7.3 Adding/Removing From an Array
  4. 7.4 Array Length and Looping Through Arrays
  5. 7.5 Iterating Over an Array
  6. 7.6 Finding an Element in a List
  7. 7.7 Removing an Element From an Array
9-12.DA.CVT.1
Create interactive data visualizations or alternative representations using software tools to help others better understand real-world phenomena.
  1. 7.8 Simulation
  2. 13.2 Visualizing and Interpreting Data
  3. 14.1 Present a Data-Driven Insight
9-12.DA.IM.1
Create computational models that represent the relationships among different elements of data collected from a phenomenon, process, or model.
  1. 7.8 Simulation
  2. 13.1 Getting Started with Data
  3. 13.2 Visualizing and Interpreting Data
  4. 14.1 Present a Data-Driven Insight
9-12.IC.C.1
Evaluate the ways computing impacts personal, ethical, social, economic, and cultural practices.
  1. 8.10 Cryptography
  2. 9.1 Practice PT: Steganography
  3. 11.8 Cybersecurity
  4. 11.9 The Impact of the Internet
  5. 11.10 Creative Credit & Copyright
  6. 12.1 The Effects of the Internet
  7. 37.1 Practice PT: Testing 1, 2, 3 ...
9-12.IC.C.2
Test and refine computational artifacts to reduce bias and equity deficits.
  1. 18.1 Intro to Design Thinking
  2. 18.3 Test
  3. 18.4 Project Prep and Development
9-12.IC.C.3
Demonstrate ways a given algorithm applies to problems across disciplines.
  1. 8.10 Cryptography
  2. 9.1 Practice PT: Steganography
  3. 10.1 Practice PT: Create an Image Filter!
  4. 13.2 Visualizing and Interpreting Data
  5. 14.1 Present a Data-Driven Insight
9-12.IC.C.4
Explain the potential impacts of artificial intelligence on society.
  1. 11.9 The Impact of the Internet
9-12.IC.SI.1
Use tools and methods for collaboration on a project to increase connectivity of people in different cultures and career fields.
  1. 18.1 Intro to Design Thinking
  2. 18.2 Prototype
  3. 18.3 Test
  4. 18.4 Project Prep and Development
9-12.IC.SLE.1
Explain the beneficial and harmful effects that intellectual property laws can have on innovation.
  1. 11.8 Cybersecurity
  2. 11.10 Creative Credit & Copyright
9-12.IC.SLE.2
Explain the privacy concerns related to the collection and generation of data through automated processes that may not be evident to users.
  1. 8.10 Cryptography
  2. 9.1 Practice PT: Steganography
  3. 11.8 Cybersecurity
  4. 11.9 The Impact of the Internet
  5. 12.1 The Effects of the Internet
9-12.IC.SLE.3
Evaluate the social and economic implications of privacy in the context of safety, law, or ethics.
  1. 11.8 Cybersecurity
  2. 11.9 The Impact of the Internet
9-12.NI.NCO.1
Evaluate the scalability and reliability of networks, by describing the relationship between routers, switches, servers, topology, and addressing.
  1. 11.1 Welcome to the Internet
  2. 11.2 Internet Hardware
  3. 11.3 Internet Addresses
  4. 11.4 Viewing Websites
  5. 11.5 DNS and Routing
  6. 11.6 Packets and Protocols
9-12.NI.C.1
Give examples to illustrate how sensitive data can be affected by malware and other attacks.
  1. 8.10 Cryptography
  2. 11.8 Cybersecurity
9-12.NI.C.2
Recommend security measures to address various scenarios based on factors such as efficiency, feasibility, and ethical impacts.
  1. 8.10 Cryptography
  2. 11.8 Cybersecurity
  3. 11.9 The Impact of the Internet
  4. 12.1 The Effects of the Internet
9-12.NI.C.3
Compare various security measures, considering tradeoffs between the usability and security of a computing system.
  1. 11.2 Internet Hardware
  2. 11.3 Internet Addresses
  3. 11.4 Viewing Websites
  4. 11.5 DNS and Routing
  5. 11.6 Packets and Protocols
  6. 11.7 Sequential, Parallel & Distributed Computing
  7. 11.9 The Impact of the Internet
  8. 12.1 The Effects of the Internet
9-12.NI.C.4
Explain tradeoffs when selecting and implementing cybersecurity recommendations.
  1. 11.8 Cybersecurity