Please enable JavaScript to use CodeHS

Standards Mapping

for Certiport IT Specialist Java

17

Standards in this Framework

15

Standards Mapped

88%

Mapped to Course

Standard Lessons
1.1
Describe the use of main in a Java Application
  1. 1.1 Why Programming? Why Java?
1.2
Perform basic input and output usng standard packages
  1. 1.1 Why Programming? Why Java?
  2. 1.5 User Input
1.3
Evaluate the scope of a variable
  1. 5.8 Scope and Access
1.4
Comment and document programs
  1. 5.3 Documentation with Comments
2.1
Declare and use primitive data type variables
  1. 1.2 Variables and Data Types
2.2
Construct and evaluate code that manipulates strings
  1. 2.8 String Methods
2.3
Construct and evaluate code that creates, iterates, and manipulates arrays and array lists
  1. 6.1 Array
  2. 6.2 Traversing Arrays
  3. 6.3 Enhanced for Loop for Arrays
  4. 7.1 ArrayList
  5. 7.2 ArrayList Methods
  6. 7.3 Traversing ArrayLists
2.4
Construct and evaluate code that performs parsing, casting, and conversion
  1. 1.6 Casting and Ranges of Variables
  2. 2.9 Wrapper Classes: Integers and Doubles
2.5
Construct and evaluate arithmetic expressions
  1. 1.3 Expressions and Assignment Statements
3.1
Construct and evaluate code that uses branching statements
  1. 3.2 if Statements and Control Flow
  2. 3.3 if-else Statements
  3. 3.4 else if Statements
3.2
Construct and evaluate code that uses loops
  1. 4.1 Iteration
  2. 4.2 For Loops
4.1
Construct and evaluate class definitions
  1. 5.1 Writing Classes
  2. 5.2 Constructors
4.2
Declare, implement, and accss data members in classes
  1. 5.4 Accessor Methods
  2. 5.5 Mutator Methods
4.3
Declare , implent, and access methods
  1. 2.4 Calling a Void Method
  2. 2.5 Calling a Void Method with Parameters
  3. 2.6 Calling a Non-void Method
  4. 5.6 Writing Methods
4.4
Instantiate and use class objects in programs
  1. 2.2 Creating and Storing Objects (Instantiation)
5.1
Troubleshoot syntax errors, logic errors, and runtime errors
5.2
Implement exception handling