The ________ font is applied to titles and the ________ font is applied to all other text in slides

A) Body; Body 2 B) Headings1; Headings2
C) Headings; Body D) Level 1; Level 2


C

Computer Science & Information Technology

You might also like to view...

This is the next generation of high-speed wireless connectivity. This technology promises data rates over 1Gbps and operates over the 5GHz band.

What will be an ideal response?

Computer Science & Information Technology

What is the output of the following code?

``` #include using namespace std; void f1(int x, int &y, int *z) { x++; y++; (*z)++; } int main() { int i = 1, j = 1, k = 1; f1(i, j, &k); cout << "i is " << i << endl; cout << "j is " << j << endl; cout << "k is " << k << endl; return 0; } ```

Computer Science & Information Technology

A(n) ________ checks every file on your hard drive(s)

Fill in the blank(s) with correct word

Computer Science & Information Technology

Which of the following utilities can be used to view the start-up programs?

A. REGEDIT B. IPCONFIG C. PING D. DXDIAG

Computer Science & Information Technology