In an article with the source "International Business Machines," to cite the author you would

A) in the Author box, simply state "No Author Given".
B) select the Corporate Author check box and use "International Business Machines".
C) enter "Machines, International Business" as the author.
D) select the Corporate Author check box and use "Machines, International Business".


B

Computer Science & Information Technology

You might also like to view...

__________ is concerned with managing the computer’s available pool of memory, allocating space to application routines and making sure that they do not interfere with each other.

a. Processor management b. Memory protection c. Memory management d. The IOCS

Computer Science & Information Technology

The ____ button on the Rehearsal toolbar displays the next slide or next animated element on a slide.

A. Slide Time B. Repeat C. Next D. Following

Computer Science & Information Technology

Given the following array, which will return the index value of the element "tennis" and store it in a variable named tennis?

``` var sports = new Array("football", "baseball", "soccer", "tennis", "basketball", "wrestling"); ``` a. ``` tennis = 3; ``` b. ``` tennis = sports(3); ``` c. ``` tennis = sports.indexOf("tennis"); ``` d. none of these

Computer Science & Information Technology

Certifications are designed to recognize  ____________________ in their respective fields.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology