Which of the following is NOT an under Check for Issues?

A) Check Compatibility B) Check Accessibility
C) Restrict Editing D) Inspect Document

C

Computer Science & Information Technology

You might also like to view...

Which of the following is false about a function being passed an array?

a) it knows the size of the array it was passed b) it is passed the address of the first element in the array c) it is able to modify the values stored in the array d) all of the above are true

Computer Science & Information Technology

A random item in a LinkedList is accessed in ____ time.

A. constant B. linear C. quadratic D. exponential

Computer Science & Information Technology