Please enable JavaScript to use CodeHS

Standards Mapping

for North Carolina Computer Programming I

25

Standards in this Framework

11

Standards Mapped

44%

Mapped to Course

Standard Lessons
NCCTE.BP10.01.01
Understand the evolution of computers and computer programming languages.
NCCTE.BP10.01.02
Understand numbering systems.
NCCTE.BP10.01.03
Understand ethics and security in the programming process
NCCTE.BP10.02.01
Understand the programming process.
  1. 11.1 Meet Tracy the Turtle
  2. 11.21 Putting Together Control Structures
NCCTE.BP10.02.02
Understand problem solving tools to design programming solutions
  1. 11.21 Putting Together Control Structures
NCCTE.BP10.02.03
Understand proper program documentation, code comments, Use Cases, and Requirements Definition
  1. 2.6 Comments
  2. 11.6 Comments
NCCTE.BP10.03.01
Apply controls associated with the Windows form.
NCCTE.BP10.03.02
Apply the properties associated with controls.
NCCTE.BP10.04.01
Understand variables and data types
  1. 2.2 Variables and Types
  2. 2.3 User Input
  3. 4.1 Booleans
  4. 11.10 Variables
  5. 11.13 User Input
NCCTE.BP10.04.02
Understand object naming and naming conventions and standards
  1. 2.2 Variables and Types
  2. 11.7 Functions
  3. 11.10 Variables
NCCTE.BP10.05.01
Understand different types of programming errors
NCCTE.BP10.05.02
Understand breakpoint, watch window, and try and catch to find errors.
NCCTE.BP10.05.03
Apply operators and Boolean expressions.
  1. 4.1 Booleans
  2. 4.2 If Statements
  3. 4.3 Comparison Operators
  4. 4.4 Logical Operators
  5. 11.19 If/Else Statements
NCCTE.BP10.05.04
Apply decision-making structures.
  1. 4.2 If Statements
  2. 4.3 Comparison Operators
  3. 4.4 Logical Operators
  4. 11.18 If Statements
  5. 11.19 If/Else Statements
  6. 11.21 Putting Together Control Structures
NCCTE.BP10.05.05
Apply looping statements.
  1. 6.1 While Loops
  2. 6.2 For Loops
  3. 11.4 For Loops
  4. 11.16 Using i in For Loops
  5. 11.17 Extended Loop Control
  6. 11.20 While Loops
  7. 11.21 Putting Together Control Structures
NCCTE.BP10.06.01
Apply tools to develop menus, List Box, and Combo Box objects.
NCCTE.BP10.06.02
Apply tools to develop message, input, and dialog boxes.
NCCTE.BP10.06.03
Apply procedures for validation of user input.
  1. 2.3 User Input
  2. 11.13 User Input
NCCTE.BP10.07.01
Apply sub procedures/methods and user defined functions.
  1. 11.7 Functions
  2. 11.14 Parameters
NCCTE.BP10.07.02
Apply one-dimensional arrays.
NCCTE.BP10.07.03
Apply built-in Math functions
NCCTE.BP10.07.04
Apply built-in String Methods.
NCCTE.BP10.08.01
Understand coordinate systems
  1. 11.2 Tracy's Grid World
  2. 11.21 Putting Together Control Structures
NCCTE.BP10.08.02
Apply procedures to create picture boxes using images.
NCCTE.BP10.08.03
Apply animation and graphic methods in a Windows form.