You are working as an assistant at the weather bureau during the holidays - NSC Computer Application Technology - Question 10 - 2019 - Paper 2
Question 10
You are working as an assistant at the weather bureau during the holidays.
10.1 The weather bureau must purchase a printer for office use.
Name TWO specifications ... show full transcript
Worked Solution & Example Answer:You are working as an assistant at the weather bureau during the holidays - NSC Computer Application Technology - Question 10 - 2019 - Paper 2
Step 1
10.1 Name TWO specifications to consider when purchasing a printer, other than cost.
96%
114 rated
Only available for registered users.
Sign up now to view full answer, or log in if you already have an account!
Answer
Two important specifications to consider when purchasing a printer include:
Printer speed (measured in PPM - pages per minute) ensures efficiency in large volume printing.
Resolution/DPI (Dots Per Inch) affects the quality of printouts, particularly important for images and detailed documents.
Step 2
10.2.1 What kind of damage can a power surge do to a computer?
99%
104 rated
Only available for registered users.
Sign up now to view full answer, or log in if you already have an account!
Answer
A power surge can cause hardware damage, potentially affecting components such as the power supply, motherboard, and other internal parts.
Step 3
10.2.2 Suggest TWO environmentally friendly ways in which to dispose of a damaged computer.
96%
101 rated
Only available for registered users.
Sign up now to view full answer, or log in if you already have an account!
Answer
Two environmentally friendly methods to dispose of a damaged computer include:
Recycling the components through certified e-waste recycling programs that ensure safe processing.
Re-use or donate working components such as RAM or hard drives to charities or schools.
Step 4
10.3.1 Name the type of user that works with high-end hardware and software.
98%
120 rated
Only available for registered users.
Sign up now to view full answer, or log in if you already have an account!
Answer
The type of user that works with high-end hardware and software is a superuser or power user, who typically requires advanced computing resources for tasks such as software development or graphic design.
Step 5
10.3.2 Give TWO reasons why physical access to the server room should be restricted as well.
97%
117 rated
Only available for registered users.
Sign up now to view full answer, or log in if you already have an account!
Answer
Two reasons for restricting physical access to the server room include:
To prevent unauthorized access, thereby enhancing cybersecurity.
To protect hardware from theft or vandalism, ensuring that the infrastructure remains secure.
Step 6
10.3.3 Give TWO reasons why the network administrator disabled the unused USB ports on the employees' computers.
97%
121 rated
Only available for registered users.
Sign up now to view full answer, or log in if you already have an account!
Answer
The network administrator may disable unused USB ports to:
Prevent unauthorized data transfer, thus reducing the risk of data theft.
Minimize the risk of malware, as USB devices can be a common vector for viruses and malicious software.
Step 7
10.4 Discuss TWO benefits of grid computing for the weather bureau.
96%
114 rated
Only available for registered users.
Sign up now to view full answer, or log in if you already have an account!
Answer
Two benefits of grid computing for the weather bureau include:
Enhanced processing power, as tasks can be distributed across multiple computers, speeding up analysis of large datasets.
Increased reliability, since failure of one computer does not affect the overall system, thereby allowing continuous operation.
Step 8
10.5.1 Give a term for the cause of the problem AND suggest a solution.
99%
104 rated
Only available for registered users.
Sign up now to view full answer, or log in if you already have an account!
Answer
The term for the cause of the problem may be a bug. A suggested solution could be to reinstall the software or to roll back to a previous saved version where functionality was intact.
Step 9
10.5.2 Give TWO reasons why the network administrator may not want an operating system to automatically download and install updates on the networked computers.
96%
101 rated
Only available for registered users.
Sign up now to view full answer, or log in if you already have an account!
Answer
Two reasons include:
Network bandwidth constraints, as automatic updates can consume significant bandwidth, affecting other operations.
Disruption of ongoing tasks, since updates may require system restarts during active working hours.
Step 10
10.6.1 Give TWO reasons why the weather bureau should make automatic backups.
98%
120 rated
Only available for registered users.
Sign up now to view full answer, or log in if you already have an account!
Answer
Two reasons for making automatic backups include:
Protection against data loss due to system failures or corruption, ensuring continuity.
Time-saving convenience, as backups occur without manual intervention, reducing the burden on staff.
Step 11
10.6.2 Suggest TWO guidelines to be included in the policy for making backups, other than making regular backups or setting automatic backups.
97%
117 rated
Only available for registered users.
Sign up now to view full answer, or log in if you already have an account!
Answer
Two guidelines include:
Ensure backups are stored at multiple locations to avoid single points of failure.
Test backups regularly to confirm that restoration is possible and data integrity is maintained.
Step 12
10.7.1 What technology allows for obtaining accurate location data?
97%
121 rated
Only available for registered users.
Sign up now to view full answer, or log in if you already have an account!
Answer
GPS (Global Positioning System) technology allows for obtaining accurate location data in photographs.
Step 13
10.7.2 Give the term for the data embedded into a picture file.
96%
114 rated
Only available for registered users.
Sign up now to view full answer, or log in if you already have an account!
Answer
The term for the data embedded into a picture file that provides location information is metadata or geotagging.
Step 14
10.8.1 Why is the data type of this field Short Text and not Number?
99%
104 rated
Only available for registered users.
Sign up now to view full answer, or log in if you already have an account!
Answer
The data type of the StationID field is Short Text and not Number because calculations will not be performed on it. Keeping it as Short Text allows for alphanumeric entries, preventing potential data format issues.
Step 15
10.8.2 What steps should be followed to show a list of the rainfall values in ascending order for each station?
96%
101 rated
Only available for registered users.
Sign up now to view full answer, or log in if you already have an account!
Answer
To show a list of the rainfall values in ascending order for each station, the steps include:
Group by StationName to categorize the data for each station.
Sort by Rainfall in ascending order to organize the rainfall data accordingly.