NTISthis.com

Evidence Guide: ICTNWK409 - Create scripts for networking

Student: __________________________________________________

Signature: _________________________________________________

Tips for gathering evidence to demonstrate your skills

The important thing to remember when gathering evidence is that the more evidence the better - that is, the more evidence you gather to demonstrate your skills, the more confident an assessor can be that you have learned the skills not just at one point in time, but are continuing to apply and develop those skills (as opposed to just learning for the test!). Furthermore, one piece of evidence that you collect will not usualy demonstrate all the required criteria for a unit of competency, whereas multiple overlapping pieces of evidence will usually do the trick!

From the Wiki University

 

ICTNWK409 - Create scripts for networking

What evidence can you provide to prove your understanding of each of the following citeria?

Develop algorithms to represent solutions to a given problem

  1. Consult with client and key stakeholders to identify the problem and associated script requirements
  2. Employ abbreviated software development cycle to script creation
  3. Develop an algorithm to solve the problem and meet client requirements
  4. Develop an algorithm which takes account of expected possible situations
  5. Develop an algorithm which is guaranteed to end
  6. Use structure, sequence, selection and iteration
Consult with client and key stakeholders to identify the problem and associated script requirements

Completed
Date:

Teacher:
Evidence:

 

 

 

 

 

 

 

Employ abbreviated software development cycle to script creation

Completed
Date:

Teacher:
Evidence:

 

 

 

 

 

 

 

Develop an algorithm to solve the problem and meet client requirements

Completed
Date:

Teacher:
Evidence:

 

 

 

 

 

 

 

Develop an algorithm which takes account of expected possible situations

Completed
Date:

Teacher:
Evidence:

 

 

 

 

 

 

 

Develop an algorithm which is guaranteed to end

Completed
Date:

Teacher:
Evidence:

 

 

 

 

 

 

 

Use structure, sequence, selection and iteration

Completed
Date:

Teacher:
Evidence:

 

 

 

 

 

 

 

Create code

  1. Select appropriate scripting language
  2. Demonstrate understanding and application of basic language syntax rules and best practices
  3. Select and use language data types, operators and expressions to create clear and concise code
  4. Use techniques of selection, iteration and sequence to control script execution flow
  5. Use techniques for sequential file input and output to retrieve and store information
  6. Obtain and use user input to affect the operation of the script
  7. Apply internal document principles to created code
  8. Follow organisational guidelines for developing maintainable code when creating scripts
  9. Adhere to coding standards when creating scripts
Select appropriate scripting language

Completed
Date:

Teacher:
Evidence:

 

 

 

 

 

 

 

Demonstrate understanding and application of basic language syntax rules and best practices

Completed
Date:

Teacher:
Evidence:

 

 

 

 

 

 

 

Select and use language data types, operators and expressions to create clear and concise code

Completed
Date:

Teacher:
Evidence:

 

 

 

 

 

 

 

Use techniques of selection, iteration and sequence to control script execution flow

Completed
Date:

Teacher:
Evidence:

 

 

 

 

 

 

 

Use techniques for sequential file input and output to retrieve and store information

Completed
Date:

Teacher:
Evidence:

 

 

 

 

 

 

 

Obtain and use user input to affect the operation of the script

Completed
Date:

Teacher:
Evidence:

 

 

 

 

 

 

 

Apply internal document principles to created code

Completed
Date:

Teacher:
Evidence:

 

 

 

 

 

 

 

Follow organisational guidelines for developing maintainable code when creating scripts

Completed
Date:

Teacher:
Evidence:

 

 

 

 

 

 

 

Adhere to coding standards when creating scripts

Completed
Date:

Teacher:
Evidence:

 

 

 

 

 

 

 

Use operating system tools

  1. Use searching and sorting tools to select information from the logging output of operating system (OS)
  2. Implement controls to ensure that where significant events occur, script creates and maintains a log of operations via operating system logging mechanism
  3. Register and run scripts with OS scheduling facility
Use searching and sorting tools to select information from the logging output of operating system (OS)

Completed
Date:

Teacher:
Evidence:

 

 

 

 

 

 

 

Implement controls to ensure that where significant events occur, script creates and maintains a log of operations via operating system logging mechanism

Completed
Date:

Teacher:
Evidence:

 

 

 

 

 

 

 

Register and run scripts with OS scheduling facility

Completed
Date:

Teacher:
Evidence:

 

 

 

 

 

 

 

Test and debug code

  1. Engineer, document and conduct simple tests to confirm code meets design specification
  2. Identify areas that are not covered or are covered incorrectly in the script
  3. Take action to ensure that code complies with security policy
  4. Take action to ensure that code operates with proper permissions
  5. Use script debugging techniques suitable for use with scripting language to detect and resolve errors of syntactical, logical and design origin
Engineer, document and conduct simple tests to confirm code meets design specification

Completed
Date:

Teacher:
Evidence:

 

 

 

 

 

 

 

Identify areas that are not covered or are covered incorrectly in the script

Completed
Date:

Teacher:
Evidence:

 

 

 

 

 

 

 

Take action to ensure that code complies with security policy

Completed
Date:

Teacher:
Evidence:

 

 

 

 

 

 

 

Take action to ensure that code operates with proper permissions

Completed
Date:

Teacher:
Evidence:

 

 

 

 

 

 

 

Use script debugging techniques suitable for use with scripting language to detect and resolve errors of syntactical, logical and design origin

Completed
Date:

Teacher:
Evidence:

 

 

 

 

 

 

 

Document script

  1. Create technical-level documentation
  2. Create user-level documentation
Create technical-level documentation

Completed
Date:

Teacher:
Evidence:

 

 

 

 

 

 

 

Create user-level documentation

Completed
Date:

Teacher:
Evidence:

 

 

 

 

 

 

 

Assessed

Teacher: ___________________________________ Date: _________

Signature: ________________________________________________

Comments:

 

 

 

 

 

 

 

 

Instructions to Assessors

Evidence Guide

ELEMENT

PERFORMANCE CRITERIA

Elements describe the essential outcomes.

Performance criteria describe the performance needed to demonstrate achievement of the element.

1. Develop algorithms to represent solutions to a given problem

1.1 Consult with client and key stakeholders to identify the problem and associated script requirements

1.2 Employ abbreviated software development cycle to script creation

1.3 Develop an algorithm to solve the problem and meet client requirements

1.4 Develop an algorithm which takes account of expected possible situations

1.5 Develop an algorithm which is guaranteed to end

1.6 Use structure, sequence, selection and iteration

2. Create code

2.1 Select appropriate scripting language

2.2 Demonstrate understanding and application of basic language syntax rules and best practices

2.3 Select and use language data types, operators and expressions to create clear and concise code

2.4 Use techniques of selection, iteration and sequence to control script execution flow

2.5 Use techniques for sequential file input and output to retrieve and store information

2.6 Obtain and use user input to affect the operation of the script

2.7 Apply internal document principles to created code

2.8 Follow organisational guidelines for developing maintainable code when creating scripts

2.9 Adhere to coding standards when creating scripts

3. Use operating system tools

3.1 Use searching and sorting tools to select information from the logging output of operating system (OS)

3.2 Implement controls to ensure that where significant events occur, script creates and maintains a log of operations via operating system logging mechanism

3.3 Register and run scripts with OS scheduling facility

4. Test and debug code

4.1 Engineer, document and conduct simple tests to confirm code meets design specification

4.2 Identify areas that are not covered or are covered incorrectly in the script

4.3 Take action to ensure that code complies with security policy

4.4 Take action to ensure that code operates with proper permissions

4.5 Use script debugging techniques suitable for use with scripting language to detect and resolve errors of syntactical, logical and design origin

5. Document script

5.1 Create technical-level documentation

5.2 Create user-level documentation

Required Skills and Knowledge

ELEMENT

PERFORMANCE CRITERIA

Elements describe the essential outcomes.

Performance criteria describe the performance needed to demonstrate achievement of the element.

1. Develop algorithms to represent solutions to a given problem

1.1 Consult with client and key stakeholders to identify the problem and associated script requirements

1.2 Employ abbreviated software development cycle to script creation

1.3 Develop an algorithm to solve the problem and meet client requirements

1.4 Develop an algorithm which takes account of expected possible situations

1.5 Develop an algorithm which is guaranteed to end

1.6 Use structure, sequence, selection and iteration

2. Create code

2.1 Select appropriate scripting language

2.2 Demonstrate understanding and application of basic language syntax rules and best practices

2.3 Select and use language data types, operators and expressions to create clear and concise code

2.4 Use techniques of selection, iteration and sequence to control script execution flow

2.5 Use techniques for sequential file input and output to retrieve and store information

2.6 Obtain and use user input to affect the operation of the script

2.7 Apply internal document principles to created code

2.8 Follow organisational guidelines for developing maintainable code when creating scripts

2.9 Adhere to coding standards when creating scripts

3. Use operating system tools

3.1 Use searching and sorting tools to select information from the logging output of operating system (OS)

3.2 Implement controls to ensure that where significant events occur, script creates and maintains a log of operations via operating system logging mechanism

3.3 Register and run scripts with OS scheduling facility

4. Test and debug code

4.1 Engineer, document and conduct simple tests to confirm code meets design specification

4.2 Identify areas that are not covered or are covered incorrectly in the script

4.3 Take action to ensure that code complies with security policy

4.4 Take action to ensure that code operates with proper permissions

4.5 Use script debugging techniques suitable for use with scripting language to detect and resolve errors of syntactical, logical and design origin

5. Document script

5.1 Create technical-level documentation

5.2 Create user-level documentation

Evidence of the ability to:

develop an algorithmic statement of a solution for a set process

design, document, construct and test a small single purpose operating system (OS) utility application in response to a problem description

create scripted programs that access information stored in files on the system and use system utility programs to sort or find information within these files

validate and record script results.

Note: If a specific volume or frequency is not stated, then evidence must be provided at least once.

To complete the unit requirements safely and effectively, the individual must:

summarise the principles of algorithm design

identify and describe operating system components and processes, including:

command line interface

log files

program scheduling utilities

development methodologies

tools and utilities

testing methods

explain debugging for a variety of scripting scenarios

outline programming structured control constructs: sequence, selection and iteration

summarise scripting techniques and language syntax.