1.1.1 A document that sets out the rights and responsibilities of users in a network environment is called a/an .. - NSC Information Technology - Question 1 - 2019 - Paper 2
Question 1
1.1.1 A document that sets out the rights and responsibilities of users in a network environment is called a/an ...
A firewall restrictions document.
B access re... show full transcript
Worked Solution & Example Answer:1.1.1 A document that sets out the rights and responsibilities of users in a network environment is called a/an .. - NSC Information Technology - Question 1 - 2019 - Paper 2
Step 1
1.1.1 A document that sets out the rights and responsibilities of users in a network environment is called a/an ...
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 D: AUP (Acceptable Use Policy), which outlines the rights and responsibilities of users.
Step 2
1.1.2 A common compression standard used for website images:
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: JPEG, a widely used compressed image format.
Step 3
1.1.3 The technique whereby identical copies of data are kept on a storage device:
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 C: Mirroring, which involves creating identical copies on different drives.
Step 4
1.1.4 The following algorithm for an IF statement needs to be tested:
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 best set of test data for the variable Number would be C: 4, 5, 6, 10, 11. This selection includes values that test the condition 'Number > 5 AND Number < 10'.
Step 5
1.1.5 The correct Delphi statement to test if the content of the variable cChr is in the range of characters 'A' to 'D' (inclusive):
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 correct answer is B: if (not (cChr < 'A')) AND (not (cChr > 'D')). This condition correctly checks if cChr is between 'A' and 'D'.