?If a notebook contains sensitive material, you can __________.
Fill in the blank(s) with the appropriate word(s).
password-protect some or all of the notebook so that only certain people can open it.
Computer Science & Information Technology
You might also like to view...
The loop body of a do…while statement always executes __________.
a) zero times b) at least once c) more than once d) undeterminable
Computer Science & Information Technology
An algorithm that could execute for an unknown amount of time because it depends on random numbers to exit a function may
a) have a redundancy. b) get caught in an infinite loop. c) suffer from indefinite postponement. d) issue a compiler error.
Computer Science & Information Technology