You are on page 1of 2

UEE40111 Certificate IV in Computer Systems

Net Admin Fundamentals 2


Units: ICANWK403A, ICANWK402A, UEENEED104A, ICANWK409A
Lab Signoff Form Scripting

Lab Name:

LAB01

Business Requirements
Generate TattsLotto numbers and make countdowns
Technical Requirements
Random @(1..46) count 6

$count = 10
While ($count gt 0} {write $count
$count = $count -1} write PESHWWWWWW
Hello + $you + and + $me
Hello $you And $me

Algorithm (pseudo code or flowchart)


*.length
$sentence3 = $sentence2 replace th,f

If (
$x lt $n1
) {write-host $n1}
Else {write-host your argument is not valid}
foreach ( $name in $names){if ($name like *arry){write "Hello $name"}}

Update-help -force
Test Case
Update help files

Expected Result
Help files update

Actual Result
Help files updated

Count from 1 to 100

Counts to 100

Counted to 100

Generate random number between 1 and


46

Random numbers
generated

Random numbers
generated

Page 1 of 2

UEE40111 Certificate IV in Computer Systems


Net Admin Fundamentals 2
Units: ICANWK403A, ICANWK402A, UEENEED104A, ICANWK409A
Lab Signoff Form Scripting

Signof
Position
Systems
Programmer
(student)
Client
(instructor)

Name & Student


Id
Ahmad Hijazi

Signature

Date
09/09/2015

H201405293
Nathaly Conlan

11/09/2015

Page 2 of 2

You might also like