Please enable JavaScript to use CodeHS

Standards Mapping

for Colorado Coding II

16

Standards in this Framework

13

Standards Mapped

81%

Mapped to Course

Standard Lessons
CII.1
Demonstrate an understanding of the program development process and algorithm development.
  1. 2.15 Algorithms
CII.2
Implement programs using analysis and design, testing, coding standards and documentation.
CII.3
Write programs with correct syntax.
  1. 2.1 Introduction to Programming With Karel
  2. 3.1 Printing in Python
  3. 5.1 Booleans
  4. 7.1 While Loops
  5. 9.1 Functions
  6. 12.2 Lists
CII.4
Write programs with input/output using a variety of data types.
  1. 3.3 User Input
  2. 15.1 What is File I/O
CII.5
Demonstrate the use of different data types.
  1. 3.2 Variables and Types
  2. 3.5 String Operators
  3. 5.1 Booleans
  4. 12.1 Tuples
  5. 12.2 Lists
  6. 12.3 For Loops and Lists
CII.6
Show how operators work with different data types.
  1. 3.4 Mathematical Operators
  2. 3.5 String Operators
  3. 5.3 Comparison Operators
  4. 5.4 Logical Operators
CII.7
Identify how data is represented in the system.
  1. 10.1 Indexing
  2. 12.2 Lists
CII.8
Use logical expressions in a program.
  1. 3.4 Mathematical Operators
  2. 5.4 Logical Operators
  3. 12.3 For Loops and Lists
  4. 13.2 List Comprehensions
CII.9
Show how scope/lifetime rules affect code.
  1. 9.3 Namespaces in Functions
CII.10
Write programs with multiple decisions and loops.
  1. 7.1 While Loops
  2. 7.3 Break and Continue
  3. 7.4 Nested Control Structures
CII.11
Explain program flow.
  1. 2.5 Top Down Design and Decomposition in Karel
  2. 5.3 Comparison Operators
CII.12
Use both system-defined and programmer-defined functions/methods with value and reference parameters in a program.
  1. 9.2 Functions and Parameters
  2. 10.6 String Methods
CII.13
Group different data types together in a structure, class or equivalent.
  1. 12.2 Lists
  2. 12.3 For Loops and Lists
CII.14
Write a program with arrays.
  1. 12.2 Lists
  2. 12.3 For Loops and Lists
CII.15
Demonstrate and use recursion in a program.
CII.16
Use pointers/references in a program, if applicable.