You can navigate through a page’s links with the keyboard by pressing:
a. Tab
b. Shift
c. Spacebar
d. Option
a. Tab
You might also like to view...
The correct function name for overloading the addition (+) operator is:
a. operator+ b. operator(+) c. operator:+ d. operator_+
Audra is a manager in the Sales Department for Creative Pastry Gadgets. She needs access to up-to-date financial data and sales reports. Some of this information comes from Excel workbooks, but other information is stored in other software programs. In addition, Creative Pastry Gadgets maintains a database with detailed financial information and sales figures. Audra uses Excel to analyze data from external data sources. ? To prevent other users from updating a data source without permission, what should Audra do?
A. Define the data source. B. Remove the connection. C. Require a password. D. Nothing-Excel cannot prevent data from being refreshed.
In word processing software, ____ tools help you find just the right word, search online to check facts, and provide topic-related information.?
A. ?research B. ?language C. ?reference D. ?hyperlink
Which of the following is not specified by the following code segment:
for (c = 1; c <= 10; c++) a) initial value of the loop counter b) loop continuation test c) increment of the loop counter d) body statement of the loop