What should be on the second line of the first page of an MLA-style research paper?

A) The class name
B) The name of the person for whom the report is prepared
C) The name of the report author
D) The report date


B

Computer Science & Information Technology

You might also like to view...

In the code below

``` function Rectangle(x, y) { this.x = x; this.y = y; this.width = 40; this.height = 20; this.moveDown = function () { this.y += 5; }; } ``` rectangleA is ______. A. an object B. a constructor function

Computer Science & Information Technology

A box of cookies contained 30 cookies when purchased. The empty box weighs 2 ounces and each cookie weighs 1/2 ounce. If one third of the cookies have been eaten, what is the combined weight of the box and the remaining cookies?

Identify the data, condition, and unknown (Polya's components).

Computer Science & Information Technology

The ________ Table button is located in the content placeholder

A) Make B) View C) Insert D) Design

Computer Science & Information Technology

When working in a multilevel list, if you press the space bar or type a period or any character, the Tab key will only insert an actual tab, not demote or promote the outline

Indicate whether the statement is true or false

Computer Science & Information Technology