Case-Based Critical Thinking QuestionsCase 6-1The professor in Melissa's class has all of the students take turns teaching a mini-lesson to the other students as a way of reinforcing their own understanding of the concept that they have been assigned to teach. Melissa is nervous, because she was assigned the topic of all of the methods that are available for showing Project 2010 information with other programs, and she knows there a lot of options available.Which of the following can Melissa use as an example of linking?

A. connecting an Excel file into your Project file so that changes made to the original file are dynamically updated in Project
B. inserting a graph from Excel into a Project file, so the actual graph is stored in the Project 2010 file
C. duplicating data from a cost sheet in Project 2010 and inserting it at a specific location in an Excel worksheet
D. bringing Outlook task lists into a project file


Answer: A

Computer Science & Information Technology

You might also like to view...

In Access, what view displays the detailed structure of the table?

A) Preview B) SQL C) Datasheet D) Design

Computer Science & Information Technology

To delete a database, use the ____ function.

A. mysql_delete_db() B. mysql_drop_db() C. mysql_delete_database() D. mysql_drop_database()

Computer Science & Information Technology

Consider the following statements:  struct rectangleData{     double length;  double width;  double area;  double perimeter;};rectangleData bigRect;  Which of the following statements correctly initializes the component length of bigRect?

A. bigRect = {10}; B. bigRect.length = 10; C. length[0]= 10; D. bigRect[0]= 10

Computer Science & Information Technology

____ commands are commands sent to the operating system to perform a service on the user's behalf.

Execution System Assembly Client

Computer Science & Information Technology