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 restr... 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). This document defines the rights and responsibilities of users regarding network use.
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. JPEG is widely used because it balances file size with image quality.
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. This means creating a copy of data to ensure redundancy and data recovery.
Step 4
1.1.4 In order to test this algorithm, the best set of test data for the variable Number would be ...
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 C: 4, 5, 6, 10, 11. This set includes values that satisfy the condition stated in the algorithm.
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 effectively checks if cChr falls within the specified range.