The sentence "Larry will present a tutorial on Excel macros on Tuesday next week" is in ____ voice.

A. active
B. passive
C. gender-neutral
D. gender-biased


Answer: A

Computer Science & Information Technology

You might also like to view...

Which of the following statements is false?

a. Dictionary comprehensions provide a convenient notation for quickly gener-ating dic-tionaries, often by mapping one dictionary to another. b. The following code, which has a dictionary with unique values, reverses the key–value pairs: months = {'January': 1, 'February': 2, 'March': 3} months2 = {number: name for name, number in months.items()} c. If the values in Part (b) were not unique, then the code would generate a ValueError. d. All of the above statements are true.

Computer Science & Information Technology

Wired Equivalent Privacy (WEP) was the first security measure used with 802.11

Indicate whether the statement is true or false.

Computer Science & Information Technology

According to the CGTF, the organization should treat InfoSec as an integral part of the system life cycle. ____________

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

Computer Science & Information Technology

In conditional formatting what happens if the cell value does not pass the logical test?

A) The cell is not formatted. B) A small green triangle displays in the top-left corner of the cell. C) The cell is formatted with Excel's default FALSE format. D) The cell is formatted however you have determined for the FALSE result.

Computer Science & Information Technology