To create a multiple items form, you click Multiple Items button in the:

A) Forms group on the Create tab. B) Tools group on the Create tab.
C) Tools group on the Format tab. D) Forms group on the Format tab.


A

Computer Science & Information Technology

You might also like to view...

Analyze the following code fragments that assign a boolean value to the variable even.

``` Code 1: if (number % 2 == 0) even = true; else even = false; Code 2: even = (number % 2 == 0) ? true: false; Code 3: even = number % 2 == 0; ``` a. Code 2 has a compile error, because you cannot have true and false literals in the conditional expression. b. Code 3 has a compile error, because you attempt to assign number to even. c. All three are correct, but Code 1 is preferred. d. All three are correct, but Code 2 is preferred. e. All three are correct, but Code 3 is preferred.

Computer Science & Information Technology

The Header & Footer Tools Design tab allows all of the following features EXCEPT:

A) change the distance from the paper edge to the header or footer. B) allow different headers and footers for odd and even pages. C) change the font and formatting options of the header and footer. D) specify a different header or footer for the first page.

Computer Science & Information Technology

Businesses that offer Web server space and other services to small business are sometimes called ____.

A. Internet Service Providers (ISPs) B. server sharing hosts C. virtual hosts D. small business hosts

Computer Science & Information Technology

BitLocker uses the __________to provide secure protection of encryption keys and checking of key components when Windows is booting

a. Trusted Platform Module b. USB port c. NTFS file system d. None of the above

Computer Science & Information Technology