Using MIS (9th Edition)
Using MIS (9th Edition)
9th Edition
ISBN: 9780134106786
Author: David M. Kroenke, Randall J. Boyle
Publisher: PEARSON
Expert Solution & Answer
Book Icon
Chapter 2.9, Problem 2.7ARQ

Explanation of Solution

Managing tasks using collaboration tools:

Managing tasks in a team is nothing but dividing the task within the team members and letting the members know about the resources that can be accessed to complete the task and the time limit within which the task should be completed. Managing the task using a lit is very critical for the progress of a team. To use the task list effectively the members should share the list among the members.

Sharing the spreadsheet on google drive:

  • In this process each and every team member needs to have a google account and then one of the members have to create a folder and give the edit permission to everyone present in the team and at last a task spreadsheet is to be created on that folder.

Sharing the task list using Microsoft SharePoint:

  • SharePoint already includes built-in content type to manage task lists. In this, the standard task list can be customized according to the user requirement and for different users many different views of the list can be constructed.

The task list should contain the description that is worded and specific so that it becomes easy to decide to know whether the task was completed. The members should be responsible for accomplishing some task, which means the person should see to it that the task should be completed within the given time. A task list is not a proper task list if the tasks do not have a date by which they need to be accomplished.

Example:

“Create a document with proper requirements” is not an effective one until all the team members know the proper requirements that should be present in a document.

“Define the contents of the requirements document for the ABC project.” is a better one.

Advantages to the team using SharePoint:

Advantages of using SharePoint product in the teams are,

  • SharePoint is a tool for content sharing.
  • Documents can be managed.
  • Employee collaboration.
  • Process automation...

Blurred answer
Students have asked these similar questions
The Horse table has the following columns: ID - integer, auto increment, primary key RegisteredName - variable-length string Breed - variable-length string Height - decimal number BirthDate - date Delete the following rows: Horse with ID 5 All horses with breed Holsteiner or Paint All horses born before March 13, 2013 To confirm that the deletes are correct, add the SELECT * FROM HORSE; statement.
Why is Linux popular? What would make someone choose a Linux OS over others? What makes a server? How is a server different from a workstation? What considerations do you have to keep in mind when choosing between physical, hybrid, or virtual server and what are the reasons to choose a virtual installation over the other options?
Objective  you will: 1. Implement a Binary Search Tree (BST) from scratch, including the Big Five (Rule of Five)  2. Implement the TreeSort algorithm using a in-order traversal to store sorted elements in a vector. 3. Compare the performance of TreeSort with C++'s std::sort on large datasets. Part 1: Understanding TreeSort How TreeSort Works TreeSort is a comparison-based sorting algorithm that leverages a Binary Search Tree (BST): 1. Insert all elements into a BST (logically sorting them). 2. Traverse the BST in-order to extract elements in sorted order. 3. Store the sorted elements in a vector.  Time Complexity Operation                                Average Case     Worst Case (Unbalanced Tree)Insertion                                     0(1log n)                0 (n)Traversal (Pre-order)                  0(n)                       0 (n)Overall Complexity                  0(n log n)                 0(n^2) (degenerated tree) Note: To improve performance, you could use a…
Knowledge Booster
Background pattern image
Similar questions
SEE MORE QUESTIONS
Recommended textbooks for you
Text book image
Database System Concepts
Computer Science
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:McGraw-Hill Education
Text book image
Starting Out with Python (4th Edition)
Computer Science
ISBN:9780134444321
Author:Tony Gaddis
Publisher:PEARSON
Text book image
Digital Fundamentals (11th Edition)
Computer Science
ISBN:9780132737968
Author:Thomas L. Floyd
Publisher:PEARSON
Text book image
C How to Program (8th Edition)
Computer Science
ISBN:9780133976892
Author:Paul J. Deitel, Harvey Deitel
Publisher:PEARSON
Text book image
Database Systems: Design, Implementation, & Manag...
Computer Science
ISBN:9781337627900
Author:Carlos Coronel, Steven Morris
Publisher:Cengage Learning
Text book image
Programmable Logic Controllers
Computer Science
ISBN:9780073373843
Author:Frank D. Petruzella
Publisher:McGraw-Hill Education