网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)
单选题
A ( ) is a collection of projects and other work that are grouped together to facilitate effect -ive management of thatwork to meet strategic business objectives.
A

program

B

portfolio

C

project of large size

D

PMO


参考答案

参考解析
解析: 参考答案:B
更多 “单选题A ( ) is a collection of projects and other work that are grouped together to facilitate effect -ive management of thatwork to meet strategic business objectives.A programB portfolioC project of large sizeD PMO” 相关考题
考题 During project execution, a line manager informs you that he will not have sufficient resources available next month to support your and two other projects. The best way to handle this problem would be to:A.Ask the line manager to make the decision.B.Ask the line manager to work with senior management to prioritize the work.C.Ask your sponsor to meet with the line manager.D.Ask the line manager to set up a meeting with you and the other project managers to work out the problem yourselves.E.Prepare a purchase order to outsource the work.

考题 Which of the following would most likely increase the accuracy of estimating the project cost?A . Pricing out the work at lower levels in the work breakdown structure.B . Using historical data.C . Talking to people who have worked on similar projects.D . All of the above.E . A and C only.

考题 "Fast-tracked" projects awarded and begun before all planning and risk assessment information is complete and available may _____ .A be completed in reduced overall time than other projects.B be in a higher risk category than other projects.C not be compatible with project risk and assessmentD A and BE All of the above.

考题 In performing an impact analysis, the most effective tool to ensure all risks are identified on large projects is the:A Work breakdown structureB milestone review and schedule techniqueC cost/schedule control systemD planning programming budget systemE program and evaluation review technique

考题 87 Which of the following would most likely increase the accuracy of estimating the project cost? A. Pricing out the work at lower levels in the work breakdown structure.B. Using historical data.C. Talking to people who have worked on similar projects.D. All of the above.E. A and C only.

考题 178 "Fast-tracked" projects awarded and begun before all planning and risk assessment information is complete and available may _____ .A. be completed in reduced overall time than other projects.B. be in a higher risk category than other projects.C. not be compatible with project risk and assessmentD. A and BE. All of the above

考题 _______ I would like to help, I have other work to do. A.ThoughB.IfC.WhenD.Since

考题 ● Organizations perform. work to achieve a set of objectives. Generally,work can be categorized as either projects or operations, although the twosometimes are (67) .A.confusedB.sameC.overlapD.dissever

考题 involves comparing actual or planned project practices to those of other projects to generate ideas for improvement and to provide a basis by which to measure performance. These other projects can be within the performing organization or outside of it,and can be within the same or in another application area.A.MetricsB.MeasurementC.BenchmarkingD.Baseline

考题 ●A _(72) is a collection of projects and other work that are grouped together to facilitate effective management of that work to meet strategic business objectives.(72) A. programB. portfolioC. project of large sizeD. PMO

考题 They work in the same company and they are()with each other.A. goodB. familiarC. interested

考题 (英译汉)There is no separation for you between work and home.Even when at home, your work is the top priority.You are totally committed and driven to work, and your happiness is found in your work.Work always seems to take precedence over family and leisure time.You have no social life other than work-related events.

考题 听力原文:M: Well, what other documents shall I hand in to your bank besides bills of lading?W: A sight draft, an insurance policy, and a collection order which contains instructions on collection operation to our bank.Q: What are they talking about???(18)A.Presentation of bill of exchange for payment.B.Documents required for a collection operation.C.Application for a letter of credit.D.What are contained in a collection order.

考题 The students’ phone offers its service_______A.every morning during the work-daysB.every morning during the work—endsC.four mornings a weekD.every other morning except Sunday

考题 Organizations perform. work to achieve a set of objectives. Generally, work can be categorized as either projects or operations, although the two sometimes are(67).A.confusedB.sameC.overlapD.dissever

考题 A firm can be seen as nothing more than a collection of projects.A firm must allocate cash to projects within its budgets.Therefore, the process of deciding which projects to undertake and which projects lo pass up is called capital budgeting.Capital bud

考题 People are indulging in an illusion whenever they find themselves explaining at a cocktail(鸡尾酒)party,say,that the are“in computers,”or“in telecommunications,”or“in electronic funds transfer”.The implication is that they are part of the high-tech world.Just between us,they usually aren’t.The researchers who made fundamental breakthroughs in those areas are in a high-tech business.The rest of us are( )of their work.We use computers and other new technology components to develop our products or to organize our affairs.Because we go about this work in teams and projects and other tightly knit working group(紧密联系在一起的工作小组),we are mostly in the human communication business.Our successes stem from good human interactions by all participants in the effort,and our failures stem from poor human interactions.A.creators B.innovators C.appliers D.inventors

考题 ( ) is a collection or projects and other work that are grouped together to facilitate effective management of that work to meet strategic business objectives. A.program B.portfolio C.project of large size D.PMO

考题 I started looking after other children()parents went out to work.A、whoB、whichC、whoseD、that

考题 You work as an application developer at Certkiller .com. Certkiller .com has been hired by a small local private school to develop a class library that will be used in an application named ManageAttendance for the purpose of managing student records.You are responsible for developing this class library. Certkiller .com has instructed you to create a collection in the application to store learners’ results. The school has informed you that they currently only have seven learners, but that this value will triple in the following year. Due to the limited resources, you need to ensure that the collection you create consumes a minimum amount of resources. What should you use to create the collection?()A、 The HybridDictionary collection class.B、 The HashTable collection class.C、 The ListDictionary collection class.D、 The StringCollection collection class.

考题 class Work implements Runnable {  Thread other;   Work(Thread other) { this.other = other; }  public void run() {  try { other.join(); } catch (Exception e) { }  System.out.print("after join ");  } }  class Launch {  public static void main(String [] args) {  new Thread(new Work(Thread.currentThread())).start();  System.out.print("after start ");  } }  结果为:()A、after joinB、after startC、after join after startD、after start after join

考题 You work as an application developer at Certkiller .com. Certkiller .com has been contracted to develop an application for the local bank.You have been given the responsibility of creating this application and need to store each transaction record, which is identified using a complex transaction identifier,in memory. The bank informs you that the total amount of transaction records could reach 200 per day. To achieve this, you decide to utilize one of the existing collection classes in the .NET 2.0 class library. You need to ensure that you the collection class you select is the most efficient one for storing transaction records.What should you do?()A、 Select the ListDictionary collection class.B、 Select the HashTable collection class.C、 Select the Queue collection class.D、 Select the StringCollection collection class.

考题 单选题Organizations perform work to achieve a set of objectives. Generally, work can be categorized as either projects or operations, although the two sometimes are()A confusedB sameC overlapD dissever

考题 单选题Increased participation in joint projects ______ that the companies will both profit from the effort of hard work.A implyB was impliedC impliesD have implied

考题 单选题What does the underlined sentence of the passage mean?A They fully enjoy doing their work on home improvement projects.B They think of their work at home as a special kind of vacation.C They can imagine what fun their friends are having on vacation.D They might envy their friends having time going on vacation.

考题 单选题You work in a company which is named Wiikigo Corp. The company uses SQL Server 2008. You are the administrator of the company database. Now you are in charge of a SQL Server 2008 instance. You are going to use the data collector to gather performance data periodically on all instances. You must store all collected data in the same database. This database is hosted on a single instance. Every five hours, you have to collect and load performance data in the management data warehouse. Which data collection process should you implement? ()A You should create a cached data collection B You should create an on-demand non-cached data collection C You should create a scheduled non-cached data collection. D You should create two different SQL Agent jobs. The two jobs are scheduled at the same time. One job uploads the data collection and the other job creates a data collection.

考题 单选题A ()is a collection of projects and other work that are grouped together to facilitate effective management ofthat work to meet strategic business objectives.A programB portfolioC projectoflargesizeD PMO