Please enable JavaScript to use CodeHS

Standards Mapping

for Nevada 6-8

24

Standards in this Framework

24

Standards Mapped

100%

Mapped to Course

Standard Lessons
6-8.AP.A.1
Use flowcharts and/or pseudocode to address complex problems as algorithms.
  1. 3.10 Top Down Design
  2. 3.19 Putting Together Control Structures
  3. 8.6 Top Down Design and Decomposition in Karel
  4. 8.13 Control Structures Example
  5. 8.16 Karel Challenges
6-8.AP.V.1
Create clearly named variables that represent different data types and perform operations on their values.
  1. 3.11 Variables
  2. 3.12 User Input
  3. 3.13 Parameters
  4. 3.16 If Statements
  5. 3.17 If/ Else Statements
  6. 3.18 While Loops
  7. 3.19 Putting Together Control Structures
6-8.AP.C.1
Design and iteratively develop programs that combine control structures, including nested loops and compound conditionals.
  1. 3.19 Putting Together Control Structures
  2. 8.11 If/Else Statements
  3. 8.12 While Loops in Karel
  4. 8.13 Control Structures Example
  5. 8.14 More Karel Examples and Testing
  6. 8.16 Karel Challenges
6-8.AP.M.1
Decompose problems and subproblems into parts to facilitate the design, implementation, and review of programs.
  1. 3.10 Top Down Design
  2. 3.19 Putting Together Control Structures
  3. 8.6 Top Down Design and Decomposition in Karel
  4. 8.13 Control Structures Example
  5. 8.16 Karel Challenges
6-8.AP.M.2
Create procedures with parameters to organize code and make it easier to reuse.
  1. 3.13 Parameters
6-8.AP.PD.1
Design meaningful solutions for others, incorporating data from collaborative team members and the end user, to meet the end user’s needs.
  1. 2.1 Project: Public Service Announcement
  2. 5.1 Project: Your First Website
  3. 7.1 Project: Secure the Company's Network
  4. 12.1 Project: Classic Cipher Newscast
6-8.AP.PD.2
Incorporate existing code, media, and libraries into original programs, and give attribution.
  1. 1.6 Creative Credit & Copyright
  2. 5.1 Project: Your First Website
  3. 12.1 Project: Classic Cipher Newscast
6-8.AP.PD.3
Systematically test and refine programs using a range of test cases.
  1. 3.17 If/ Else Statements
  2. 3.18 While Loops
  3. 3.19 Putting Together Control Structures
  4. 8.14 More Karel Examples and Testing
6-8.AP.PD.4
Distribute tasks and maintain a project timeline when collaboratively developing computational artifacts.
  1. 3.19 Putting Together Control Structures
6-8.AP.PD.5
Document programs (throughout the design, development, troubleshooting, and user experience phases) in order to make them easier to follow, test, and debug by others.
  1. 3.6 Comments
  2. 3.10 Top Down Design
  3. 8.7 Commenting Your Code
  4. 8.15 How to Indent Your Code
6-8.CS.D.1
Recommend improvements to the design of computing devices based on an analysis of how users interact with the devices, noting that advantages may have disadvantages and unintended consequences.
  1. 7.1 Project: Secure the Company's Network
  2. 14.1 Project: The Effects of the Internet
6-8.CS.HS.1
Design and evaluate projects that combine hardware and software components to collect and exchange data.
  1. 7.1 Project: Secure the Company's Network
6-8.CS.T.1
Systematically identify and fix problems with computing devices and their components.
  1. 6.11 Networking Fundamentals Quiz
6-8.DA.S.1
Model encoding schema used by software tools to access data, stored as bits, into forms more easily understood by people (e.g., encoding schema include binary and ASCII).
  1. 9.1 Intro to Digital Information
  2. 9.2 Number Systems
  3. 9.3 Encoding Text with Binary
  4. 9.4 Pixel Images
  5. 9.5 Hexadecimal
  6. 9.6 Pixel Colors!
  7. 9.7 Image Manipulation
6-8.DA.CVT.1
Collect data using computational tools and transform the data to make it more meaningful and useful.
  1. 2.1 Project: Public Service Announcement
  2. 12.1 Project: Classic Cipher Newscast
6-8.DA.IM.1
Refine computational models based on the reliability and validity of the data they generate.
  1. 10.6 Structuring Data in SQL
6-8.IC.C.1
Compare tradeoffs associated with computing technologies that affect people’s everyday activities and career options.
  1. 1.1 Digital Footprint and Reputation
  2. 6.8 Impact of the Internet
  3. 13.7 The Impact of the Internet
6-8.IC.C.2
Discuss and evaluate issues of bias and accessibility in the design of existing technologies.
  1. 6.1 Introduction to the Internet
  2. 6.8 Impact of the Internet
6-8.IC.SI.1
Collaborate with many contributors through strategies such as crowdsourcing or surveys when creating a computational artifact.
  1. 12.1 Project: Classic Cipher Newscast
6-8.IC.SLE.1
Identify risks associated with sharing information digitally (e.g., phishing, identity theft, hacking).
  1. 6.9 Network Attacks
  2. 6.10 Network Administration
  3. 7.1 Project: Secure the Company's Network
  4. 10.9 Common Security Problems
  5. 10.10 SQL Injection Overview
  6. 10.11 Types of SQLi and Prevention
  7. 10.12 Cross-site Scripting
6-8.IC.SLE.2
Evaluate how legal and ethical issues shape computing practices
  1. 1.6 Creative Credit & Copyright
  2. 1.7 Hacking Ethics
6-8.NI.NCO.1
Compare and contrast modeled protocols used in transmitting data across networks and the Internet.
  1. 4.13 Viewing Websites
  2. 6.6 Packets & Protocols
  3. 6.7 Viewing a Webpage
  4. 13.6 Packets and Protocols
6-8.NI.C.1
Explain how physical and digital security measures protect electronic information.
  1. 1.4 Privacy & Security
  2. 6.10 Network Administration
  3. 7.1 Project: Secure the Company's Network
  4. 10.9 Common Security Problems
  5. 10.11 Types of SQLi and Prevention
  6. 10.12 Cross-site Scripting
6-8.NI.C.2
Apply multiple methods of encryption to model the secure transmission of information.
  1. 11.1 Cryptography, Cryptology, Cryptanalysis
  2. 11.2 History of Cryptography
  3. 11.4 Basic Crypto Systems: Caesar Cipher
  4. 11.5 Basic Crypto Systems: Cracking Caesar
  5. 11.6 Basic Crypto Systems: Vigenere Cipher
  6. 11.7 Advanced Cryptography
  7. 11.8 Hash Functions
  8. 11.9 Hash Function Development
  9. 12.1 Project: Classic Cipher Newscast