8.1 Discuss TWO reasons why you would use page headers and page footers in a document AND give an example of the type of information that can be included in a header or a footer - NSC Computer Application Technology - Question 8 - 2023 - Paper 2
Question 8
8.1 Discuss TWO reasons why you would use page headers and page footers in a document AND give an example of the type of information that can be included in a header... show full transcript
Worked Solution & Example Answer:8.1 Discuss TWO reasons why you would use page headers and page footers in a document AND give an example of the type of information that can be included in a header or a footer - NSC Computer Application Technology - Question 8 - 2023 - Paper 2
Step 1
Discuss TWO reasons why you would use page headers and page footers in a document AND give an example of the type of information that can be included in a header or a footer.
96%
114 rated
Only available for registered users.
Sign up now to view full answer, or log in if you already have an account!
Answer
Consistency: Page headers and footers maintain a uniform look throughout the document by repeating key information on every page.
Reference Information: They provide essential details such as the document title, author, or page numbers, aiding in navigation and context.
Example: A header could include the document title, while a footer might contain the page number.
Step 2
Give TWO reasons why the function returns zero.
99%
104 rated
Only available for registered users.
Sign up now to view full answer, or log in if you already have an account!
Answer
Incorrect cell range: The reference to the range B7:B13 might be incorrect, leading to an empty calculation if the wrong range was used.
Column B is Text: If the items in column B are formatted as text rather than numeric values, any calculations performed will not yield a numerical result, thus returning zero.
Step 3
Name TWO other additional field properties that can be used.
96%
101 rated
Only available for registered users.
Sign up now to view full answer, or log in if you already have an account!
Answer
Input Masks: Define how data should be entered within a field (e.g., phone numbers).
Default Values: Automatically fill in a field with a preset value when new records are created.
Step 4
Name a word processing feature which will force certain text to move to the beginning of the next column.
98%
120 rated
Only available for registered users.
Sign up now to view full answer, or log in if you already have an account!
Answer
Column Break: This feature allows specific text to flow into the next column, breaking the standard flow of text.
Step 5
Briefly explain the criteria of the following validation rule: <0 or >=5
97%
117 rated
Only available for registered users.
Sign up now to view full answer, or log in if you already have an account!
Answer
This validation rule specifies that numbers must either be less than 0 (negative numbers) or greater than or equal to 5. Therefore, values such as -1 or 5 are acceptable, while values between 0 and 4 are invalid.
Step 6
Explain the output of this query.
97%
121 rated
Only available for registered users.
Sign up now to view full answer, or log in if you already have an account!
Answer
The output will require a username that complies with the specified pattern: it must start with exactly two characters, followed by 'an', and conclude with one other character. Valid examples could include 'XYanZ' or 'aaana'. Invalid examples would be 'Xan' (too short) or 'ABanC' (too long).
Step 7
What effect will the missing height attribute have on the image?
96%
114 rated
Only available for registered users.
Sign up now to view full answer, or log in if you already have an account!
Answer
The image will resize proportionally based on the width setting, maintaining its aspect ratio. This could potentially lead to distortion if the height becomes inadequate or excessive based on the original image dimensions.
Step 8
Give ONE reason why you would use the button in the image below in an Access database table.
99%
104 rated
Only available for registered users.
Sign up now to view full answer, or log in if you already have an account!
Answer
The button can be used to summarize or aggregate data within the table, allowing users to easily calculate totals like SUM, AVG, COUNT, MAX, or MIN.