1.1.1 The type of system software that can be used to perform routine maintenance tasks is known as …
A the database management system - NSC Information Technology - Question 1 - 2016 - Paper 2
Question 1
1.1.1 The type of system software that can be used to perform routine maintenance tasks is known as …
A the database management system.
B utility software.
C devi... show full transcript
Worked Solution & Example Answer:1.1.1 The type of system software that can be used to perform routine maintenance tasks is known as …
A the database management system - NSC Information Technology - Question 1 - 2016 - Paper 2
Step 1
1.1.1 The type of system software that can be used to perform routine maintenance tasks is known as …
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 correct answer is B - utility software. Utility software is designed to assist users in maintaining their systems, optimizing performance, and managing system resources.
Step 2
1.1.2 Intellectual property rights refer to the …
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 correct answer is B - rights of the author of a software application, claiming ownership of the idea behind the program. Intellectual property rights protect original works and ideas of authors and inventors.
Step 3
1.1.3 Bandwidth in e-communication refers to …
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
The correct answer is D - the total amount of data that can be carried from one point to another in a given period of time. Bandwidth measures the maximum data transfer rate of a network.
Step 4
1.1.4 The conversion of binary number 10111 to a decimal number is …
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 correct answer is A - 23. The binary number 10111 converts to decimal by calculating:
1×24+0×23+1×22+1×21+1×20=16+0+4+2+1=23
Step 5
1.1.5 How many times will the loop below be executed?
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
The corrected loop executes C - infinitely. In the given loop, Q starts at 1 and increases but never meets a condition that would exit the loop.