A(n) ________ is a reserved area for text, graphics, and fields that display at the top of every page of the document

Fill in the blank(s) with correct word


header

Computer Science & Information Technology

You might also like to view...

What is the output of the following code?

int *p1, *p2; p1 = new int; p2 = new int; *p1=11; *p2=0; p2=p1; cout << *p1 <<" " << *p2 << endl; a. 11 0 b. 0 11 c. 11 11 d. 0 0

Computer Science & Information Technology

The BindingNavigator allows the user _________.

a) to control which row of the table is currently in view b) to add new and delete new rows c) to save changes to the data in view d) All of the above

Computer Science & Information Technology

What are the categories of local security policy settings?

What will be an ideal response?

Computer Science & Information Technology

Match the following arguments of a PMT function with their description:

I. rate II. nper III. pv IV. fv V. type A. Total months since the beginning of the loan B. Defaults to 0 C. Future value of the loan D. Original value of the loan E. Interest being charged

Computer Science & Information Technology