Case-Based Critical Thinking QuestionsCase 1-1Sarah is a very active real estate agent. She is looking to purchase a new computer and software so she can keep track of her client’s accounts, access the Internet from anywhere in the city, and touch-up photos of real estate properties.

Sarah needs to store digital photographs of houses she is previewing. She needs to be able to copy these to the computer at her office. What type of storage device should she use?

A. data projector
B. firewire port
C. scanner
D. USB flash drive


Answer: D

Computer Science & Information Technology

You might also like to view...

To enable Filter option in a table, the hotkey to use is.. Select one:

a. Ctrl + Alt + Del b. Ctrl + Shift + L c. Ctrl + F1 d. Ctrl + Shift + F

Computer Science & Information Technology

If data needs to be processed in a LIFO manner, use a ____.

A. stack B. linked list C. queue D. deque

Computer Science & Information Technology

Excel automatically designates the Personal Macro Workbook as a(n) ____ file.

A. hidden B. image C. video D. audio

Computer Science & Information Technology

What is wrong with the following function?void BST_Traverse (BST_TREE* tree,){   _traverse (tree->root);   return;}

A. It should receive and pass the address of the function that processes the data. B. It should be called BST_Search. C. It does not validate if tree->root is null. D. The return type should be void*.

Computer Science & Information Technology