Chinaunix首页 | 论坛 | 博客
  • 博客访问: 289428
  • 博文数量: 469
  • 博客积分: 2510
  • 博客等级: 少校
  • 技术积分: 5200
  • 用 户 组: 普通用户
  • 注册时间: 2008-06-03 16:15
文章分类

全部博文(469)

文章存档

2011年(82)

2010年(284)

2009年(69)

2008年(34)

我的朋友

分类:

2010-11-10 09:51:43

MCSE认证 考试题库由我们专业IT认证讲师及产品专家精心打造,包括了当前最新的全真试题,全部附有正确答案。题库的覆盖率在96%以上,并且随着微软认证厂商的动态变化及时更新,确保考生能一次通过考试。

考试代号:

考题:TS: Windows HPC Server 2008, Developing

版本号:V8.02

考题数量:75

更新日期:2010-11-6

1. You plan to develop a parallel application by using Windows HPC Server 2008.

You plan to use a method to control the calculations performed by each individual process. You need to ensure that different commands can be sent to each process.

Which function should you use?

A. MPI_Send

B. MPI_Bcast

C. MPI_Gather

D. MPI_Reduce

Answer: A

2. You plan to develop a parallel application by using Windows HPC Server 2008.

You need to implement a method that will send different data to each process in a communicator by using a single call. Which function should you use?

A. MPI_Send

B. MPI_Gather

C. MPI_Reduce

D. MPI_Scatter

Answer: D

3. You plan to develop a parallel application by using Windows HPC Server 2008.

The application performs the following tasks:

x Performs multistep calculations

x Processes data by using the same code segment that runs on each compute node

You need to ensure that each compute process executes the same step simultaneously.

Which type of communication should you use?

A. Buffered

B. Collective

C. Non-blocking

D. Point-to-point

Answer: B

4. You plan to develop a parallel application by using Windows HPC Server 2008.

You need to ensure that when the application starts, a parameter value is communicated to each process in the cluster by using a single call.

Which function should you use?

A. MPI_Send

B. MPI_Bcast

C. MPI_Gather

D. MPI_Reduce

Answer: B

5. You plan to develop a single program multiple data (SPMD) application by using Windows HPC Server 2008.

You use multiple processes to perform intermediate calculations and to provide the results as a single number.

You need to ensure that the intermediate results are collected and added together by using a single MPI function.

Which function should you use?

A. MPI_Send

B. MPI_Bcast

C. MPI_Gather

D. MPI_Reduce

Answer: D

如需下载更多关于微软认证的题库,可登陆

阅读(192) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~