Please enable JavaScript to use CodeHS

Standards Mapping

for Colorado Coding II

16

Standards in this Framework

14

Standards Mapped

87%

Mapped to Course

Standard Lessons
CII.1
Demonstrate an understanding of the program development process and algorithm development.
  1. 11.1 Project: Guess the Word
CII.2
Implement programs using analysis and design, testing, coding standards and documentation.
  1. 12.1 Arduino Challenges
CII.3
Write programs with correct syntax.
  1. 2.1 Printing in Python
  2. 4.1 Booleans
  3. 5.1 While Loops
  4. 6.1 Functions
  5. 9.2 Lists
CII.4
Write programs with input/output using a variety of data types.
  1. 2.3 User Input
CII.5
Demonstrate the use of different data types.
  1. 2.2 Variables and Types
  2. 2.5 String Operators
  3. 4.1 Booleans
  4. 9.1 Tuples
  5. 9.2 Lists
  6. 9.3 For Loops and Lists
CII.6
Show how operators work with different data types.
  1. 2.4 Mathematical Operators
  2. 2.5 String Operators
  3. 4.3 Comparison Operators
  4. 4.4 Logical Operators
  5. 7.3 Arithmetic, Comparison, and Logical Operators
CII.7
Identify how data is represented in the system.
  1. 8.1 Indexing
  2. 9.2 Lists
  3. 10.1 2d Lists
CII.8
Use logical expressions in a program.
  1. 2.4 Mathematical Operators
  2. 4.4 Logical Operators
  3. 9.3 For Loops and Lists
CII.9
Show how scope/lifetime rules affect code.
  1. 6.3 Namespaces in Functions
CII.10
Write programs with multiple decisions and loops.
  1. 5.1 While Loops
  2. 5.3 Break and Continue
  3. 5.4 Nested Control Structures
CII.11
Explain program flow.
  1. 4.3 Comparison Operators
CII.12
Use both system-defined and programmer-defined functions/methods with value and reference parameters in a program.
  1. 6.2 Functions and Parameters
  2. 8.6 String Methods
CII.13
Group different data types together in a structure, class or equivalent.
  1. 9.2 Lists
  2. 9.3 For Loops and Lists
CII.14
Write a program with arrays.
  1. 9.2 Lists
  2. 9.3 For Loops and Lists
  3. 10.1 2d Lists
CII.15
Demonstrate and use recursion in a program.
CII.16
Use pointers/references in a program, if applicable.