Using the high water mark rule, how would an information system with two low impact category security objectives and one high impact security objective be classified?
A. Low impact
B. Moderate impact
C. High impact
D. Medium impact
Answer: C
Computer Science & Information Technology
You might also like to view...
When an element is added to a queue, it is added to the rear. When an element is removed, it is removed from the
A) rear. B) middle. C) front. D) All of the above E) None of the above A
Computer Science & Information Technology
The following code searches a linked structure. What is the missing code?
probe = headwhile probe != None and targetItem != probe.data:
A. probe.data = next.data B. probe.next = targetItem.data C. probe = probe.next D. probe.head = probe.next
Computer Science & Information Technology