When a function name, like setBalance, describes what the function does, it is an example of:

A. a function prototype
B. self-documenting code
C. function implementation
D. encapsulation


B

Computer Science & Information Technology

You might also like to view...

You can configure the sudoers file so that the sudo command doesn't prompt users for the root password.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Which of the following most closely reflects the principle of least privilege.

a) Always grant a function at least enough access to the data in its parameters to accomplish its specified task. b) Always grant a function enough access to the data in its parameters to accomplish its specified task, but no more. c) Always grant a function the least amount of access to the data in its parameters. d) Never grant a function access to the data in its parameters.

Computer Science & Information Technology

For a ListBox, calling the Items property’s __________ method removes all the items in the ListBox.

a) Clear b) Empty c) Remove d) Delete

Computer Science & Information Technology

In Excel, if you select more than one page, any formatting changes done to one page will automatically be done to the other selected pages

Indicate whether the statement is true or false

Computer Science & Information Technology