Jan IT 2024 P2
Jan IT 2024 P2
Jan IT 2024 P2
INFORMATION TECHNOLOGY
If you use the extra page(s), you MUST write the question number
clearly in the box provided at the top of the extra page(s) and, where
5. relevant, include the question part beside the answer.
Printer Output.
Input.
Microphone
(5 marks)
(3 marks)
(2 marks)
-5
(c) The following spreadsheet shows the initial stock for Dom's boating business.
c D
GO ON TO THE NEXT PAGE
01229020/J/CSEC 2024
$toçk ID Item Item Cost Not-in-S.togls TQtal-YaJug NO. on
Order
2 FD012 Fender 400 568 227200 40
3 WD003 Winch 500 564
4 JD098 Jib 700 54 6
5 SD113 Spinnaker 1050 600
6 JDS054 Jet skis 10600 5 5
7 DDOOI Din h 5000 9 8
State the formula that would have been used in Cell E2.
=C2*D2
(2 marks)
(ii) State the MOST appropriate cells in which EACH of the following functions could be
placed.
Grand total
E8
(2 marks)
(iii) Write an appropriate function to calculate the average item cost of the stock.
= AVERAGE (D2:D7)
(2 marks)
(iv) Identify the MOST appropriate formatting style for the contents of the columns
with the following headings.
Stock ID
Center Aglin / Justify
Total 20 marks
(b) Complete the table below by indicating whether the tasks demonstrate the verification or validation
of data and state the verification or validation method used.
Verification/
Task Method
Validation
(c) A college has made it mandatory for all students to take a self-paced online course
before they can graduate. Students can take the course anytime during their program
of study.
Table 1 and Table 2 are extracts from a database which stores details of students who have
enrolled in the course.
TABLE 1: STUDENT
RegNo LastName FirstName Sex
1030968 Paul Mary
1040276 Persaud Alan
1070953 Eastmond Alicia
1057680 Singh Michael
1033000 Alphonso Maria
TABLE 2: COMPLETION
Doc YoS RegNo Specialization
2021-05-11 2nd 1057680 Business
2022-03-17 3rd 1040276 Technology
2021-09-12 4th 1030968 Science
2020-03-10 1st 1070953 Science
2021-09-24 2nd 1033000 Humanities
[Doc —Date of Completion; YOS — Year of Study]
State the condition which allows any field in a database to be declared a Boolean data
type.
Up/Down
(1 mark)
Identify the field from the STUDENT table that can be used as the primary key and state the
reason.
Last Name of the student who completed the online course in the first year.
Eastmond
(2 marks)
(v) The following query was performed on the database.
"M" "Science"
Criteria:
a) Identify the number of fields that will be displayed when the query is
executed.
Five
(I mark)
b) Identify the number of records that will be displayed when the query is
executed.
c)
0 male does science
(1 mark)
marks
(vi) A report was created from the two linked tables. State TWO fields which could
be used to group the data in the report.
a) YOS and Sex
(2 marks)
Total 20
3. (a) The following is a list of specifications for a laptop that was bought by Jane.
Secondary storage
512 GB solid state drive
(1 mark)
(iv) Monitor
14 inch touchscreen
(I mark)
(v) The component used for connecting to the school's Internet hotspot
marks
1
2 Exports of Major Products (US$ Millions)
3 Product 2020 2021 2022 Total % of Total Exports Performance
4 Sugar 28 20 24 72 1.72% POOR
5 Wood products 35 45 25 105 2.51% POOR
6 Alcoholic products 75 40 35 150 3.58% POOR
7 Fish products 98 76 50 224 5.35% POOR
(ii) State the type of cell referencing used if the formula E4/$E$11 was inserted in
Cell F4.
Absolute cell refercing
(I mark)
(iii) Identify the product that would be in the fifth position in the sorted list if the
data in the worksheet was sorted by the total column (total for three years) in
descending order.
Alcoholic products
(1 mark)
(iv) Write the function you would use in Cell G8 to insert "GOOD" if the total exports
for the three years is more than US$300 million or "POOR" if it is less than
US$300 million.
= If ( E8¿300,”Good”,”Poor”)
(2
The following chart was created from the data in the worksheet.
Exports: 2020-2022
Pie chart
(I mark) (vi) State the data range used to construct the chart.
(vii) State the TWO data label formats which have been applied to the chart.
B3:D11
(2 mark')
marks
(v) Complete the following table by inserting the tax to be paid by John and Mary.
Name mthpay TAX
20,000
John $175 000
IF= month
pay ¿
75000 and
Yes monthly
pay 20,000
(4 marks)
Total 25 marks
stop
01229020/1/CSF,C
4. Study the following pseudocode written for an algorithm. The line numbers are for reference only.
Line I. START
Line 2. Set Temp 0
Line 3. Set Cel 0
Line 4. Set Fah 0
Line 8. IF Temp-I
Line 9. THEN
Line 10.
Line I l . Read Fah
Line 12. Set Cel (Fah - 32) * 5/9
Line 13. Write Fall, "degrees Fahrenheit is", cel, "degrees Celsius"
Line 14. ELSE
Line 15. Write "Enter Degrees Celsius"
Line 16. Read Cel
Line 17. Set Fah (Cel * 9/5) + 32
Line 18. Write Cel, "degrees Celsius is", Fall, "degrees Fahrenheit"
Line 19. ENDIF
Line 20. STOP
(a) State exactly what the algorithm does.
This prompts the user to choose the conversion that they what to do. If the user is prompted to
enter 1 it would display Celsius. But if the user decides to enter 2 it with be calculated and be
displayed as Fahrenheit. Then the program ends.
(4 marks)
(b) Complete the input processing output (IPO) chart below for the pseudocode from (a) on page 16.
Input Processing Output
Temperature Set Fahrenheit Fahrenheit
(Fahrenheit -32) * 5/9
Fahrenheit Set Celsius ( Celsius* Celsius
9/5)+32
Celsius
(4 marks)
(c) The pseudocode for the algorithm on page 16 is to be amended to use a FOR loop construct, enabling
the algorithm to do exactly ten calculations before it terminates.
(2 marks)
State ONE reason why the FOR loop is the most appropriate loop construct to use
A:
in this scenario.
This loop is a definite loop and 10 is a definite number
(I mark)
(d) Using the variable "number" as the loop counter, write the FOUR pseudocode statements
for a REPEAT. . . UNTIL loop construct, to enable the algorithm to do exactly ten
calculations before it terminates.
Number = 1
Repeat until
//logic
End if
Stop
(4 marks)
(f) Distinguish between the terms, the 'Internet' and the 'World Wide Web (WWW)'.
Internet is a network of networks and the world wide web is a collection of hyperlinks or
webpages
(2 marks)
(3 marks)
Total 25 marks
END OF TEST
IF YOU FINISH BEFORE TIME IS CALLED, CHECK YOUR WORK ON THIS TEST.
EXTRA SPACE
-20-
If you use this extra page, you MUST write the question number clearly in the box provided.
Question No.
-21-
01