Please enable JavaScript to use CodeHS

Standards Mapping

for Certiport IT Specialist Java

17

Standards in this Framework

14

Standards Mapped

82%

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. 2.1 Printing in Java
  2. 2.3 User Input
1.3
Evaluate the scope of a variable
  1. 2.2 Variables and Types
  2. 4.10 Local Variables and Scope
1.4
Comment and document programs
  1. 1.7 Commenting Your Code
  2. 3.4 Javadocs and More Methods
2.1
Declare and use primitive data type variables
  1. 2.2 Variables and Types
2.2
Construct and evaluate code that manipulates strings
  1. 3.5 Strings Methods
  2. 3.6 Strings and Characters
2.3
Construct and evaluate code that creates, iterates, and manipulates arrays and array lists
  1. 5.2 Introduction to Arrays
  2. 5.3 Using Arrays
  3. 5.4 Enhanced For Loops
  4. 5.5 ArrayList Methods
2.4
Construct and evaluate code that performs parsing, casting, and conversion
  1. 2.5 Casting
  2. 4.8 Wrapper Classes
2.5
Construct and evaluate arithmetic expressions
  1. 2.4 Arithmetic Expressions
3.1
Construct and evaluate code that uses branching statements
  1. 2.11 If Statements
3.2
Construct and evaluate code that uses loops
  1. 2.9 For Loops
  2. 2.10 While Loops
  3. 2.12 Loop-and-a-Half
4.1
Construct and evaluate class definitions
  1. 4.4 Writing Classes
  2. 4.5 Writing Classes and Instance Methods
4.2
Declare, implement, and accss data members in classes
  1. 4.5 Writing Classes and Instance Methods
  2. 4.6 Getter and Setter Methods
4.3
Declare , implent, and access methods
  1. 3.2 Methods and Parameters
  2. 3.3 Methods and Return Values
4.4
Instantiate and use class objects in programs
  1. 4.3 Using a Class as a Client
5.1
Troubleshoot syntax errors, logic errors, and runtime errors
5.2
Implement exception handling