COGNITIVE ASSESSMENT
Which of the following terms is used to describe a file a computer creates that records successful and unsuccessful access attempts?
A. an access control
B. an attempt log
C. an attack index
D. an audit trail
Answer: D
You might also like to view...
Identifiers should at least give a hint to the human reader of the ________________ of the identifier in the context of the problem being solved.
Fill in the blank(s) with correct word
The ____ function uses a strong encryption algorithm called Message-Digest Algorithm to create a one-way hash of an entered string.
A. strhash() B. str-ireplace() C. mda() D. md5()
Headphones rest inside the ear canal.
Answer the following statement true (T) or false (F)
Which of the following code segments does not contain any errors?
a) void printnum (int x) { print("%i", x); return x; } b) int cube(int s) { int s; return (s * s * s); } c) double triple(float n) { return (3 * n); } (d) double circumference (int r) return (3.14 * 2 * r);