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.2
Perform basic input and output usng standard packages
  1. 1.3 Expressions and Output
  2. 1.4 Assignment Statements and Input
1.3
Evaluate the scope of a variable
  1. 3.8 Scope and Access
1.4
Comment and document programs
  1. 1.8 Documentation with Comments
2.1
Declare and use primitive data type variables
  1. 1.2 Variables and Data Types
  2. 1.3 Expressions and Output
  3. 1.4 Assignment Statements and Input
2.2
Construct and evaluate code that manipulates strings
  1. 1.15 String Manipulation
  2. 2.10 Implementing String Algorithms
2.3
Construct and evaluate code that creates, iterates, and manipulates arrays and array lists
  1. 4.3 Array Creation and Access
  2. 4.4 Array Traversals
  3. 4.5 Implementing Array Algorithms
  4. 4.8 ArrayList Methods
  5. 4.9 ArrayList Traversals
  6. 4.10 Implementing ArrayList Algorithms
2.4
Construct and evaluate code that performs parsing, casting, and conversion
  1. 1.5 Casting and Range of Variables
2.5
Construct and evaluate arithmetic expressions
  1. 1.3 Expressions and Output
  2. 1.6 Compound Assignment Operators
3.1
Construct and evaluate code that uses branching statements
  1. 2.3 if Statements
  2. 2.4 Nested if Statements
  3. 2.5 Compound Boolean Expressions
3.2
Construct and evaluate code that uses loops
  1. 2.7 while Loops
  2. 2.8 for Loops
  3. 2.11 Nested Iteration
4.1
Construct and evaluate class definitions
  1. 3.3 Anatomy of a Class
4.2
Declare, implement, and accss data members in classes
  1. 3.3 Anatomy of a Class
  2. 3.4 Constructors
  3. 3.9 this Keyword
4.3
Declare , implent, and access methods
  1. 3.5 Methods: How to Write Them
  2. 3.6 Methods: Passing and Returning References of an Object
4.4
Instantiate and use class objects in programs
  1. 1.12 Objects: Instances of Classes
  2. 1.13 Object Creation and Storage (Instantiation)
  3. 1.14 Calling Instance Methods
5.1
Troubleshoot syntax errors, logic errors, and runtime errors
  1. 3.1 Abstraction and Program Design
  2. 3.2 Impact of Program Design
5.2
Implement exception handling