Please enable JavaScript to use CodeHS

Standards Mapping

for Colorado Coding II

16

Standards in this Framework

6

Standards Mapped

37%

Mapped to Course

Standard Lessons
CII.1
Demonstrate an understanding of the program development process and algorithm development.
CII.2
Implement programs using analysis and design, testing, coding standards and documentation.
CII.3
Write programs with correct syntax.
  1. 12.2 Printing in Python
  2. 13.1 Booleans
CII.4
Write programs with input/output using a variety of data types.
  1. 12.4 User Input
CII.5
Demonstrate the use of different data types.
  1. 12.3 Variables and Types
  2. 12.6 String Operators
  3. 13.1 Booleans
CII.6
Show how operators work with different data types.
  1. 12.5 Mathematical Operators
  2. 12.6 String Operators
  3. 13.3 Comparison Operators
  4. 13.4 Logical Operators
CII.7
Identify how data is represented in the system.
CII.8
Use logical expressions in a program.
  1. 12.5 Mathematical Operators
  2. 13.4 Logical Operators
CII.9
Show how scope/lifetime rules affect code.
CII.10
Write programs with multiple decisions and loops.
CII.11
Explain program flow.
  1. 13.3 Comparison Operators
CII.12
Use both system-defined and programmer-defined functions/methods with value and reference parameters in a program.
CII.13
Group different data types together in a structure, class or equivalent.
CII.14
Write a program with arrays.
CII.15
Demonstrate and use recursion in a program.
CII.16
Use pointers/references in a program, if applicable.