NTISthis.com

Evidence Guide: ICAPRG523A - Apply advanced programming skills in another language

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

 

ICAPRG523A - Apply advanced programming skills in another language

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

Code using advanced data structures

  1. Design dynamic data structures
  2. Implement and use dynamic data structures, including double-linked lists and binary trees for coding
Design dynamic data structures

Completed
Date:

Teacher:
Evidence:

 

 

 

 

 

 

 

Implement and use dynamic data structures, including double-linked lists and binary trees for coding

Completed
Date:

Teacher:
Evidence:

 

 

 

 

 

 

 

Code using advanced algorithms

  1. Code using hashing techniques
  2. Consider and record the advantages and disadvantages of at least three sorting algorithms
  3. Code at least one sorting algorithm
  4. Code advanced searching techniques for use with complex data structures
Code using hashing techniques

Completed
Date:

Teacher:
Evidence:

 

 

 

 

 

 

 

Consider and record the advantages and disadvantages of at least three sorting algorithms

Completed
Date:

Teacher:
Evidence:

 

 

 

 

 

 

 

Code at least one sorting algorithm

Completed
Date:

Teacher:
Evidence:

 

 

 

 

 

 

 

Code advanced searching techniques for use with complex data structures

Completed
Date:

Teacher:
Evidence:

 

 

 

 

 

 

 

Write simple multi-process application

  1. Demonstrate use of the features of the language that enable inter-process communication through at least one mechanism
  2. Demonstrate use of features of the language that allow for operating system ‘signals’ to be captured and responded to
Demonstrate use of the features of the language that enable inter-process communication through at least one mechanism

Completed
Date:

Teacher:
Evidence:

 

 

 

 

 

 

 

Demonstrate use of features of the language that allow for operating system ‘signals’ to be captured and responded to

Completed
Date:

Teacher:
Evidence:

 

 

 

 

 

 

 

Use third-party libraries

  1. Use a third-party library in the construction of an application
  2. Reference third-party documentation
  3. Use procedural techniques to write an application to work within a graphical user interface (GUI) environment
Use a third-party library in the construction of an application

Completed
Date:

Teacher:
Evidence:

 

 

 

 

 

 

 

Reference third-party documentation

Completed
Date:

Teacher:
Evidence:

 

 

 

 

 

 

 

Use procedural techniques to write an application to work within a graphical user interface (GUI) environment

Completed
Date:

Teacher:
Evidence:

 

 

 

 

 

 

 

Debug code

  1. Use integrated development environment (IDE) debugging facilities or a stand-alone debugger
  2. Use program debugging techniques to detect and resolve errors of syntactical, logical and design origin
Use integrated development environment (IDE) debugging facilities or a stand-alone debugger

Completed
Date:

Teacher:
Evidence:

 

 

 

 

 

 

 

Use program debugging techniques to detect and resolve errors of syntactical, logical and design origin

Completed
Date:

Teacher:
Evidence:

 

 

 

 

 

 

 

Document activities

  1. Demonstrate use of source code version control
  2. Demonstrate adherence to guidelines for developing maintainable code and to a set of provided coding standards
  3. Apply suitable internal documentation to all code created using documentation tools available in the target language
Demonstrate use of source code version control

Completed
Date:

Teacher:
Evidence:

 

 

 

 

 

 

 

Demonstrate adherence to guidelines for developing maintainable code and to a set of provided coding standards

Completed
Date:

Teacher:
Evidence:

 

 

 

 

 

 

 

Apply suitable internal documentation to all code created using documentation tools available in the target language

Completed
Date:

Teacher:
Evidence:

 

 

 

 

 

 

 

Test code

  1. Design and document tests to be undertaken
  2. Undertake limited testing of produced code to ensure it complies with program specification
  3. Capture test results
Design and document tests to be undertaken

Completed
Date:

Teacher:
Evidence:

 

 

 

 

 

 

 

Undertake limited testing of produced code to ensure it complies with program specification

Completed
Date:

Teacher:
Evidence:

 

 

 

 

 

 

 

Capture test results

Completed
Date:

Teacher:
Evidence:

 

 

 

 

 

 

 

Create an application

  1. Develop a solution from a program specification design document
  2. Design the algorithm, and construct and test applications in response to a problem description and language
Develop a solution from a program specification design document

Completed
Date:

Teacher:
Evidence:

 

 

 

 

 

 

 

Design the algorithm, and construct and test applications in response to a problem description and language

Completed
Date:

Teacher:
Evidence:

 

 

 

 

 

 

 

Assessed

Teacher: ___________________________________ Date: _________

Signature: ________________________________________________

Comments:

 

 

 

 

 

 

 

 

Instructions to Assessors

Evidence Guide

The evidence guide provides advice on assessment and must be read in conjunction with the performance criteria, required skills and knowledge, range statement and the Assessment Guidelines for the Training Package.

Overview of assessment

Critical aspects for assessment and evidence required to demonstrate competency in this unit

Evidence of the ability to:

design application programs using a range of tools to support programming activities

produce design documentation for these programs

build application programs according to the design

document these programs

conduct testing procedures on these programs to ensure validity

analyse test results to determine program’s accuracy.

Context of and specific resources for assessment

Assessment must ensure access to:

software development environment

technical requirements

appropriate learning and assessment support when required

modified equipment for people with special needs.

Method of assessment

A range of assessment methods should be used to assess practical skills and knowledge. The following examples are appropriate for this unit:

evaluation of candidate’s program response to specifications

review of candidate design, program and testing documentation

verbal or written questioning to determine candidate’s knowledge of:

user requirements

programming techniques

testing techniques.

Guidance information for assessment

Holistic assessment with other units relevant to the industry sector, workplace and job role is recommended, where appropriate.

Assessment processes and techniques must be culturally appropriate, and suitable to the communication skill level, language, literacy and numeracy capacity of the candidate and the work being performed.

Indigenous people and other people from a non-English speaking background may need additional support.

In cases where practical assessment is used it should be combined with targeted questioning to assess required knowledge.

Required Skills and Knowledge

Required skills

analytical skills to read and interpret program specifications

literacy skills to write technical documentation

problem-solving skills to solve bugs in program code

technical skills to:

debug, program and test code in specified language

use an IDE

work with version control.

Required knowledge

detailed knowledge of:

range of programming languages

languages in a GUI environment

techniques for developing large scale applications

procedures for programming with complex data structures

procedures for using third-party supplied library for standard programming features.

Range Statement

The range statement relates to the unit of competency as a whole. It allows for different work environments and situations that may affect performance. Bold italicised wording, if used in the performance criteria, is detailed below. Essential operating conditions that may be present with training and assessment (depending on the work situation, needs of the candidate, accessibility of the item, and local industry and regional contexts) may also be included.

Dynamic data structures may include:

binary trees

double-linked lists.

Mechanism may include:

pipes

sockets.

Integrated development environment may include:

C

Code Warrior

Eclipse

J-Edit

VB

Visual C++

Visual Studio suite.

Coding standards may include:

C coding standard

GNU.

Language may include:

C

C++

Java

Small Talk

VB

VB.NET.