By default, the page title prints in the header and the page ____________________ prints in the footer.
Fill in the blank(s) with the appropriate word(s).
number
You might also like to view...
The ________ allows you to define a value that will automatically appear in a blank record
A) Current Date B) Date Picker C) Unbound control D) Default Value
Formatting marks can be hidden from view by ________
A) clicking the Text Effects and Typography button B) clicking the Show/Hide button C) setting the zoom option to One Page D) setting the zoom option to Two Pages
In the accompanying figure, Item 3 points to a ____.
A. row B. column C. tab D. thumbnail
In the algorithm below, adding 10 years to the age variable and storing the result in the newAge variable is an assignment statement, so on a flowchart, it is placed in a(n) ____.Start // Declare variables Declare Numeric age, newAge // Get user's age Display "Please enter your age: " Input age // Compute age in 10 years newAge = age + 10 // Display new age Display "In 10 years, you will be " + newAgeStop
A. rectangle B. parallelogram C. terminal symbol D. annotation box