Which of the following is the default font in Word 2013?

A) Calibri
B) Arial
C) Times New Roman
D) Cambria


A

Computer Science & Information Technology

You might also like to view...

What is the output of the following code?

int m = 5, c = 0; while (c < 100) { m = m + 1; c = c + 1; } cout << m;

Computer Science & Information Technology

Which is the function header for the Jeopardy constructor located in the Jeopardy.cpp?

A. Jeopardy::Jeopardy(string h, string g,int s) : TVGame(h,g) B. Jeopardy(string h, string g, int s) : TVGame(host, game) C. Jeopardy::Jeopardy(string h, string g, int s) D. Jeopardy::Jeopardy(string h, int s) : TVGame(h, g);

Computer Science & Information Technology

In VBA, ____________________ are variables used by other procedures that the main procedure might run.

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

Computer Science & Information Technology

A(n) ___________________ stream sends media to a local device where it is stored temporarily, or "buffered," until there is enough data to begin playback.

A. download B. live C. on-demand D. delayed

Computer Science & Information Technology