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.
第1题:
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.
第2题:
Range estimating in determining cost risk probabilities requires _____ .
A an amount of financial exposure.
B risks and opportunities ranked in order of bottom line importance
C contingency requirements for expected level of confidence
D probability of cost overrun occurrences
E All of the above.
第3题:
_____ is a narrative description of the work to be accomplished or resource to be supplied.
A Purchase order
B Level of effort work
C Scope of work
D Contract stipulation
E None of the above.
第4题:
20 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
第5题:
107 A work breakdown 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
第6题:
● A work breakdown 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
第7题:
● The critical path is calculated by
A 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
第8题:
Who determined the actual level of federal funds rate?
A.The Fed.
B.Market forces.
C.The FOMC
D.none of the above.
第9题:
第10题:
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.)
第11题:
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?()
第12题:
In the Backup utility, clear the Enabled (scheduled tasks runs at specified time) check box.
In Control Panel, use Scheduled Tasks to pause Task Scheduler.
Run the Schtasks command with the /end /p parameters.
Use the Services snap-in to change the startup type of the Task Scheduler service from Automatic to Manual.
第13题:
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.
第14题:
The Delphi Method is _____ .
A used to derive a consensus arriving at a convergent solution
B 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.
第15题:
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.
第16题:
102 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
第17题:
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
第18题:
● 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.
第19题:
● 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.
第20题:
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.baseline
C.software requirements specification
D.plan
第21题:
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? ()
第22题:
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?()
第23题:
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.
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.
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.
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.