A Gantt chart is useful in determining:A.the level of effort for a taskB.when a task starts and stopsC.how tasks are related to each otherD.who is assigned to do a taskE.All of the above.
A Gantt chart is useful in determining:
A.the level of effort for a task
B.when a task starts and stops
C.how tasks are related to each other
D.who is assigned to do a task
E.All of the above.
相关考题:
A Work Berakdown Structure is most useful for:A . Identifying individual tasks for a project.B . Scheduling the start of tasks.C . Developing a cost estimate.D . Determining potential delays.E . A and C.
During the planning phase of a project, you realize that more than one functional department possesses the skill and technical know-how to perform. a given task. The best way for the project manager to handle this would be to:A.Make the decision, document it in the linear responsibility chart, and distribute the chart to all departments.B.Let the affected line groups decide among themselves who will perform. the workC.Ask the executive sponsor to make the decisionD.Allow each line group to perform. part of the taskE.All of the above
A work breakdown structure is most useful for:A.identifying individual tasks for a projectB.scheduling the start of tasksC.developing a cost estimateD.determining potential delaysE.A and C
The critical path is calculated byA.subtracting the end date of task one from the start date of task two.B.determining which tasks have the least amount of total slack.C.totaling the time for all activities.D.determining the shortest path through the network.E.Determining which tasks have the most slack
Fast tracking means to:A.Speed up a project through parallel tasks.B.Swap one task for another.C.Reduce the number of tasks if possible.D.B and C.E.None of the above.
Scheduling is the process by which decisions are made concerning:A.Tasks to be accomplished.B.Personnel/organization that will be assigned to accomplish the task.C.Time when the tasks are to be completed.D.All of the above.E.A and C only.
Range estimating in determining cost risk probabilities requires _____ .A an amount of financial exposure.B risks and opportunities ranked in order of bottom line importanceC contingency requirements for expected level of confidenceD probability of cost overrun occurrencesE All of the above.
The Delphi Method is _____ .A used to derive a consensus arriving at a convergent solutionB useful in determining probability relating to future events.C used with questionnaires based on established scenarios.D continued as an iterative process until a solution is reached.E All of the above.
_____ is a narrative description of the work to be accomplished or resource to be supplied.A Purchase orderB Level of effort workC Scope of workD Contract stipulationE None of the above.
85 Scheduling is the process by which decisions are made concerning:A. Tasks to be accomplished.B. Personnel/organization that will be assigned to accomplish the task.C. Time when the tasks are to be completed.D. All of the above.E. A and C only.
20 A Gantt chart is useful in determining:A. the level of effort for a taskB when a task starts and stopsC. how tasks are related to each otherD. who is assigned to do a taskE. All of the above
102 A Gantt chart is useful in determining:A. the level of effort for a taskB. when a task starts and stopsC. how tasks are related to each otherD. who is assigned to do a taskE. All of the above
107 A work breakdown structure is most useful for:A. identifying individual tasks for a projectB. scheduling the start of tasksC. developing a cost estimateD. determining potential delaysE. A and C
89 A Work Berakdown Structure is most useful for:A. Identifying individual tasks for a project.B. Scheduling the start of tasks.C. Developing a cost estimate.D. Determining potential delays.E. A and C
● A work breakdown structure is most useful for:A identifying individual tasks for a projectB scheduling the start of tasksC developing a cost estimateD determining potential delaysE A and C
● A Gantt chart is useful in determining:A the level of effort for a taskB when a task starts and stopsC how tasks are related to each otherD who is assigned to do a taskE All of the above.
● The critical path is calculated byA subtracting the end date of task one from the start date of task two.B determining which tasks have the least amount of total slack.C totaling the time for all activities.D determining the shortest path through the network.E Determining which tasks have the most slack
● Fast tracking means to:A Speed up a project through parallel tasks.B Swap one task for another.C Reduce the number of tasks if possible.D B and C.E None of the above.
Who determined the actual level of federal funds rate?A.The Fed.B.Market forces.C.The FOMCD.none of the above.
Before a project schedule can be created,the schedule maker should have a(),an effort estimate for each task,and a resource list with availability for each resourceA.work breakdown structureB.baselineC.software requirements specificationD.plan
Before a project schedule can be created,the schedule maker should have a ( ) ,an effort estimate for each task,and a resource list with availability for each resource.A.work breakdown structure B.baselineC.software requirements specificationD.plan
You manage a department that uses Microsoft Windows Calendar to assign tasks. Another member of the department owns the calendar. The calendar is published to a shared network location. Users report that they do not see the most recent updates to the assigned tasks. You need to ensure that the shared calendar displays the latest updates. What should you do? ()A、Select the published calendar in Windows Calendar, and then click the Sync All option. B、Publish your local calendar in Windows Calendar and then click the Automatically publish changes option.C、Schedule a task to publish the Calendar.ics file to the shared network location. Configure the task to run on an hourly schedule.D、Instruct the calendar owner to click the Local calendar option in Windows Calendar, and then click the Automatically publish changes option for tasks.
You are the network administrator for All network servers run Windows Server 2003. Recently, another network administrator create a scheduled task to perform a normal backup of Microsoft Exchange Server 2003 compuer every Saturday night. You need to perform maintenance tasks on the Exchange server on this Saturday night only. If the backup starts while you are performing the maintenance tasks,data might be corrupted. You need to ensure that the backup task does not start while you perform the maintenance tasks. What are two possible ways to achieve this goal? (Each correct answer presents a complete solution.()Choose two.)A、In the Backup utility, clear the Enabled (scheduled tasks runs at specified time) check box.B、In Control Panel, use Scheduled Tasks to pause Task Scheduler.C、Run the Schtasks command with the /end /p parameters.D、Use the Services snap-in to change the startup type of the Task Scheduler service from Automatic to Manual.
You are adatabase developer. You develop atask management application that connect stoa SQLServer 2008 database named TaskDB.Users logon to the application by using a SQLServer login. The application contains amodule named Task that assigns tasks tousers. Information about the setasks is stored in the Tasks table of the TaskDB data base. The Tasks table contains multiple columns. These include the Close Dateand Estimated Timecolumns. The application must meet the following security requirements: Users assigned toad atabase role named User 1 canupd ate all task information columns except the Close Date and the Estimated Time columns in the Tasks table. Administrative users assigned toad atabase role named Task_Admin canupd ateall task information in the Tasks table.You needto design a strategy to meet the security requirements. Which two actions should you perform?()A、Add the Task_Admin role to thedb_accessadmin fixed database role.B、Grant Update permissions on the Tasks table to the Task_Admin role.C、Grant Update permissions on the Tasks table to the User 1 role foreach column except the Close Dateand Estimated Time columns.D、Createan INSTEAD OF trigger on the Tasks Table. Use theIs_Member function toprevent the User 1 role from updating the Close Date and Estimated Time columns.
You are responsible for implementing maintenance jobs on a SQL Server 2005 database server. Certain jobs run every Sunday and other jobs run at the beginning of every month. You need to schedule the jobs in the way that uses the least amount of administrative effort. What should you do?()A、Create a job schedule that runs every Sunday.Assign weekly tasks to this schedule.Create a second schedule that runs on the first day of every month. Assign monthly tasks to this schedule.B、Create a job for each task that runs once a day. Use a Transact-SQL statement to check the date and day of the week. If the day is either a Sunday or the first day of the month, execute the code.C、Create a job schedule that runs once a day. Assign jobs to this job schedule. If the day is either a Sunday or the first day of the month, execute the jobs.D、Create a job for each task that runs once a week on Sunday. Add a second job schedule that runs the job on the first of the month
单选题You are responsible for implementing maintenance jobs on a SQL Server 2005 database server. Certain jobs run every Sunday and other jobs run at the beginning of every month. You need to schedule the jobs in the way that uses the least amount of administrative effort. What should you do? ()A Create a job schedule that runs every Sunday. Assign weekly tasks to this schedule. Create a second schedule that runs on the first day of every month. Assign monthly tasks to this schedule. B Create a job for each task that runs once a day. Use a Transact-SQL statement to check the date and day of the week. If the day is either a Sunday or the first day of the month, execute the code. C Create a job schedule that runs once a day. Assign jobs to this job schedule. If the day is either a Sunday or the first day of the month, execute the jobs. D Create a job for each task that runs once a week on Sunday. Add a second job schedule that runs the job on the first of the month.
多选题You are the network administrator for All network servers run Windows Server 2003. Recently, another network administrator create a scheduled task to perform a normal backup of Microsoft Exchange Server 2003 compuer every Saturday night. You need to perform maintenance tasks on the Exchange server on this Saturday night only. If the backup starts while you are performing the maintenance tasks,data might be corrupted. You need to ensure that the backup task does not start while you perform the maintenance tasks. What are two possible ways to achieve this goal? (Each correct answer presents a complete solution.()Choose two.)AIn the Backup utility, clear the Enabled (scheduled tasks runs at specified time) check box.BIn Control Panel, use Scheduled Tasks to pause Task Scheduler.CRun the Schtasks command with the /end /p parameters.DUse the Services snap-in to change the startup type of the Task Scheduler service from Automatic to Manual.