IT Pratical Skills Workbook Answers AS - A Level
IT Pratical Skills Workbook Answers AS - A Level
Practical Skills
Workbook answers
Chapter 1
Task 1 Task 3
This start/stop symbol used at the beginning and
Start end of an algorithm.
Start
Enter
number
This is a process to be carried out by the computer.
It is calculating the area of the rectangle.
Area = length of rectangle x
width of rectangle
Is entered NO
= 10?
Task 2
OUTPUT “Please enter the length”
INPUT length YES
OUTPUT “Please enter the width”
INPUT width
Output
area ← length * width sum
OUTPUT area
End
Task 6 Task 7
FOR index ← 2 TO 12 OUTPUT “Please enter your answer.”
INPUT answer
OUTPUT “This is the “, index, “
CASE OF answer
times table.” ‘A’ : OUTPUT “Sorry. That is
FOR times ← 2 TO 12 incorrect.”
OUTPUT times, “ x “, index, “ =
‘B’: OUTPUT “Sorry. That is
“, index * times incorrect.”
ENDFOR ‘C’: OUTPUT “Well done. That is
the correct answer.”
ENDFOR
‘D’ OUTPUT “Sorry. That is
incorrect.”
OTHERWISE OUTPUT “That option is
not recognised.”
ENDCASE
Task 8
Start
1
Input mark1,
mark2, mark3
YES YES
2 INPUT mark1
INPUT mark2
INPUT mark3
IF mark1 > mark2
THEN
IF mark1 > mark3
THEN
OUTPUT mark1
ELSE
OUTPUT mark3
ENDIF
ELSE
IF mark2 > mark3
THEN
OUTPUT mark2
ELSE
OUTPUT mark3
ENDIF
ENDIF
Task 9 Start
INPUT number2
OUTPUT “Please enter ‘D’ or ‘M”
Input
Input calculation Number2
IF calculation = “D”
THEN Input
calculation
Division(number1, number2)
ELSE
IF calculation = “M”
Is YES
THEN calculation Multiplication
Multiplication(number1, =M
number2)
ELSE
Division
OUTPUT “Input not
recognised. Please try again.”
ENDIF End
ENDIF
Line 13
OUTPUT “Thank you. Change
required is $”, change
4 a
$58.33 (see completed spreadsheet:
Chapter 2 Task5_Finance_Complete_4a.xls)
Task 1
See completed spreadsheet: Task1_Complete.xls
95 tea and 90 coffee
Task 2
1–3 See completed spreadsheet:
Task2_Play_Q_Complete.xls
4 63% (see completed spreadsheet:
Task2_Play_Q_Scenario.xls)
b
$33.33 (see completed spreadsheet:
Task 3 Task5_Finance_Complete_4b.xls)
1–5 See completed spreadsheet:
Task3_Complete.xls
3 1280.62 m
4 375 m
5 1418.03 m
Task 4
1–8 See completed spreadsheet:
Task4_Gym_Complete.xlsm
Task 5
1–6 See completed spreadsheet:
Task5_Finance_Complete.xls
Task 7
See completed spreadsheet:
Task7_Pizza_Complete.xlsm
Task 8
1–7 See completed spreadsheet:
Task8_Students_Complete.xls
6 See completed spreadsheet:
Task5_Finance_Complete_6.xls
Chapter 3
Task 1 b
c e
d
g
Task 2
1 Student’s own data entry form
2 Student’s own modified data entry form
Task 3
1 This is not acceptable as there are repeating attributes, e.g. Sport1, Sport2.
The table is therefore not in first normal form.
This will lead to data redundancy and also data inconsistency.
2 The tables are in the first normal form, but they are not in the second normal form as there are some
attributes that are not dependent on the table’s primary key.
In the Team table the attribute Sport is not dependent on the joint keys TeamID and MemberNumber.
3 This is now in first and second normal forms.
It is also in third normal form as there are no none-key attributes dependent on other none-key
attributes.
Task 4
1–4 Student’s own tables
Task 5
1 Student’s own forms
2 Student’s own subforms positioned in frmMembers
Task 6
1
Task 7
1
Task 8
Task 10
1 Customer table
Department table
Item table
The department field in the staff table should use a Lookup combo box.
Sales table
ItemNo, CustomerID and SalesPersonID should all use Lookup combo boxes.
Order Sent? should be a Yes/No field and not short text.
2
Chapter 4
Task 1 Task 6
1–4 Student’s edited audio (example: 1–3 Student’s video (example:
Task1_1.mp3) Task6_Paris_3.mp4)
5 Student’s edited audio (example: 4 Student’s video (example:
Task1_2.wav) Task6_Paris_4.mp4)
Task 5
1 and 2 Student’s video (example:Task5_
Paris_2.mp4)
Chapter 5
Task 1 Task 3
1–3 Student’s master document and Finish and 1 Student’s master document (example master
Merge/ Edit Individual Documents (example document: Task3_1)
master document: Task1)
2 Student’s master document (example master
document: Task3_2)
Task 2 3 Student’s master document (example master
Student’s master documents for Filtering and Skip document: Task3_3)
Record If (example master documents: Task2_
Filter and Task2_Skipif)
Task 4 Task 7
Student’s master document (example master Student’s master document (example master
document: Task4) document: Task7)
Task 5 Task 8
Student’s master document (example master Student’s master document (example master
document: Task5) document: Task8)
Task 6 Task 9
1 Student’s master document (example master Student’s master documents (example master
document: Task6_1) documents: Task9_Letter and Task9_Labels)
2 Student’s master document (example master
document: Task6_2)
Chapter 6
Task 1 Task 5
Student’s modified Task1.jpg (examples: Task1_ Student’s Task5.jpg (example: Task5.jpg)
Complete.jpg and Task1_2_Complete.jpg)
Task 6
Task 2
1 Student’s Task6.jpg (example: Task6.jpg)
Student’s Task2.jpg/png/gif/tiff/pdf (examples:
Task2.jpg/png/tiff/gif/pdf) 2 Student’s Task6_RedEye_Fixed.jpg (example:
Task6_RedEye_Fixed.jpg)
Task 3
Task 7
1 Student’s Task3_1.jpg (example: Task3_1.jpg)
Student’s Task7.jpg (example: Task7.jpg)
2 Student’s Task3_2.jpg (example: Task3_2.jpg)
3 Student’s Task3_3.jpg (example: Task3_3.jpg) Task 8
4 Student’s Task3_4.jpg (example: Task3_4.jpg) 1–2 Student’s Task8.jpg (example: Task8.jpg)
5 Student’s Task3_5.jpg (example:
Task3_5.jpg)
Task 9
Task 4 Student’s Task9.jpg (example: Task9.jpg)
Chapter 7
Task 1 Task 5
1–2 Student’s animation (examples: Task1_1.mp4, Student’s animation (examples: Task5.mp4 and
Task1_1.html, Task1_2.mp4, and Task1_2. Task5.html)
html)
Task 6
Task 2 Student’s animation (examples: Task6.mp4 and
Student’s animation (examples: Task2.mp4 and Task6.html)
Task2.html)
Task 7
Task 3 Student’s animation (examples: Task7.mp4 and
Task7.html)
Student’s animation (examples: Task3.mp4 and
Task3.html)
Task 8
Task 4 Student’s animation (examples: Task8.mp4 and
Task8.html)
Student’s animation (example: Task4.html)
Task 9
Student’s animation (examples: Task9.mp4 and
Task9.html)
Chapter 8
Task 1 Task 5
1 Student’s html file (example: Task1_1.html) Student’s html file (example: Task5.html)
2 Student’s html file (example: Task1_2.html)
3 Student’s html file (example: Task1_3.html)
Task 6
Student’s html file (example: Task6.html)
4 Student’s html file (example: Task1_4.html)
5 Student’s html file (example: Task1_5.html)
Task 7
Task 2 Student’s html file (example: Task7.html)
Task 3
Task 9
Student’s html file (example: Task3.html)
Student’s html file (example: Task9.html)
Task 4
Student’s html file (example: Task4.html)