In Internet Explorer, you can insert your name at the top of the page so that the name displays when the page is printed by:

A) adding a header. B) clicking Name from the Insert menu.
C) adding a footer. D) using the Autoname feature.


A

Computer Science & Information Technology

You might also like to view...

In addition to reserving (or declaring) variables in a program, you also can declare named constants.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

What is the output of the following code?

``` string s("abcdefg"); s.insert(1, 3, 'w'); cout << s << endl; ``` A. awwwbcdefg B. abcdefg C. aweldefg D. awelbcdefg

Computer Science & Information Technology

How does Word display words that are not found in its dictionary?

A) Red wavy line B) Double-strikethrough C) Blue wavy line D) Strikethrough

Computer Science & Information Technology

A(n) ________ is a unit of data

Fill in the blank(s) with correct word

Computer Science & Information Technology