Edna adds formatted headers and footers to a photography manual that she is creating. She usesthe predesigned choices listed on the Header button menu. These are referred to as _____.?
A. ?section bands
B. ?building blocks
C. ?word arts
D. ?patterned layouts
Answer: B
You might also like to view...
Techniques commonly used to prepare data in Excel to be uploaded to a database include all EXCEPT ________
A) applying cell styles. B) filling columns with data. C) deleting columns. D) removing duplicate data.
Answer the following statements true (T) or false (F)
1. CSC can provide one or more of the cloud services to meet IT and business requirements of a CSP. 2. The three areas of support that a cloud broker can offer are service intermediation, service aggregation and service arbitrage. 3. NIST recommends selecting cloud providers that support strong encryption, have appropriate redundancy mechanisms in place, employ authentication mechanisms, and offer subscribers sufficient visibility about mechanisms used to protect subscribers from other subscribers and the provider. 4. Data must be secured while in transit, but not while in use or at rest. 5. The term platform as a service has generally meant a package of security services offered by a service provider that offloads much of the security responsibility from an enterprise to the security service provider.
Write a program that prompts for an input file name, receives the input file name in a C-string. The program should check for errors opening a file. It is not necessary for the program to do anything other than open the file.
What will be an ideal response?
Use a single-subscripted array to solve the following problem: A company pays its salespeople on a commission basis. The salespeople receive $200 per week plus 9% of their gross sales for that week. For example, a salesperson who grosses $5000 in sales in a week receives $200 plus 9% of $5000, or a total of $650. Write a script (using an array of counters) that obtains the gross sales for each employee through an HTML form and determines how many of the salespeople earned salaries in each of the following ranges (assume each salesperson’s salary is truncated to an integer amount):
a) $200-$299 b) $300-$399 c) $400-$499 d) $500-$599 e) $600-$699 f) $700-$799 g) $800-$899 h) $900-$999 i) $1000 and over