Criterion-based access control is typically implemented by means of a pre-programmed ____.
A. authorization list
B. access control list
C. discretionary control list
D. access authorization list
Answer: B
Computer Science & Information Technology
You might also like to view...
____ is the most popular spreadsheet program?.
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology
Which of the following statements will close the output file associated with the object AnsFile?
A. close.AnsFile; B. "myanswers.txt".close; C. AnsFile.close(); D. AnsFile.close("myanswers.txt " );
Computer Science & Information Technology