The _____ is a banner that stretches across the top of the Word window. 

A. Quick Access Toolbar
B. Status Bar
C. Ribbon
D. Control Panel


Answer: C

Computer Science & Information Technology

You might also like to view...

Case Based Critical ThinkingNow that his team has been using Illustrator regularly and getting comfortable with the software, Mark is excited to work with them on some of the more interesting features and to share with them some of his special techniques. One of Mark's designers draws a diamond shape, fills it with yellow, then applies a 12 point black stroke. She becomes frustrated though, when she realizes that she can't apply a gradient to a stroke. Which of the following is her best option?

A. Use the Create Outlines command B. Use the Offset Path command C. Use the Outline Stroke Command D. Give up - there's no way to create the effect.

Computer Science & Information Technology

What does the following code display?

``` string s1 = "*"; string s2 = "***"; string s3 = "*****"; Console.WriteLine($"{s1}\n{s2}\n{s3}"); ```

Computer Science & Information Technology

Your department creates regular analytics reports from your company's log files All log data is collected in Amazon S3 and processed by daily Amazon Elastic MapReduce (EMR) jobs that generate daily PDF reports and aggregated tables in CSV format for an Amazon Redshift data warehouse. Your CFO requests that you optimize the cost structure for this system. Which of the following alternatives will lower costs without compromising average performance of the system or data integrity for the raw data?

A. Use reduced redundancy storage (RRS) for all data In S3. Use a combination of Spot Instances and Reserved Instances for Amazon EMR jobs. Use Reserved Instances for Amazon Redshift. B. Use reduced redundancy storage (RRS) for PDF and .csv data in S3. Add Spot Instances to EMR jobs. Use Spot Instances for Amazon Redshift. C. Use reduced redundancy storage (RRS) for PDF and .csv data In Amazon S3. Add Spot Instances to Amazon EMR jobs. Use Reserved Instances for Amazon Redshift. D. Use reduced redundancy storage (RRS) for all data in Amazon S3. Add Spot Instances to Amazon EMR jobs. Use Reserved Instances for Amazon Redshift.

Computer Science & Information Technology

A value or expression that can be evaluated as true or false is called a:

A) comparison operator. B) data bar. C) logical test. D) conditional format.

Computer Science & Information Technology