Case Based Critical Thinking QuestionsCase 8-2Brij has just been promoted to Marketing Manager of a non-profit organization responsible for soliciting over three million dollars in donations annually.  His company solicits donor information from local chapters of the non-profit organization.  Brij decides to create an Access database that will allow him to keep all donor information in one database and create reports as well as marketing documents using the database.  Based on your knowledge of importing and sharing Access data, answer the questions below.

Brij has been asked to share a report with the non-profit's Board of Directors which lists all donors by state.  Brij created a query to appropriately sort the data and generated the report using Access.  The report will be shared using e-mail.  Which option is Brij most likely to choose to share this information?

A. capture a screen shot of the report from Access and email it as a picture
B. export the report as an HTML document
C. export the report to a PDF file to minimize file size and decrease download time
D. print the report from Access and scan it to a large image to email


Answer: C

Computer Science & Information Technology

You might also like to view...

For what exact range of values of variable x does the following code segment print 'C'?

``` if (x <= 200) if (x < 100) if (x <= 0) cout << 'A'; else else cout << 'B'; else cout << 'C'; cout << 'D'; ``` a. 0 < x < 100 b. x <= 0 c. 100 <= x <= 200 d. x > 200 e. 100 < x <= 200

Computer Science & Information Technology

In an If...Then statement, the code between the If and the End If keywords is considered a block of code.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

The usage rules of a programming language are called the ____________________ of the language.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

Large organizations use ________ systems because they bring together many types of business functions into one software solution.

A. ERP B. IDE C. SDLC D. CAD

Computer Science & Information Technology