¥ 295.00 000-042 Exam
Developing with IBM Enterprise PL/I
- 科目编号:000-042
- 科目名称:Developing with IBM Enterprise PL/I
- 考题数目:140 Q&As
- 更新日期:2011-10-24
- 价 格 :
¥ 510.00295元RMB
免费下载 000-042 认证资料Demo
选择 pass4side 000-042 资料
000-042 考试是 IBM 公司的 Developing with IBM Enterprise PL/I 认证考试官方代号,pass4side 的 000-042 权威考试学习资料经过多名专业IBM 认证工程师整理测试,pass4side 绝对保证第一次参加 000-042 考试的考生即可顺利通过,否则承诺免费更新!
1、Pass4Side考题大师000-042学习材料是您获取认证的完美组合,覆盖率极高,只要您使用本站的考试学习材料参加000-042 考试,您将一次轻松通过考试;
2、售后服务第一!我们相信要想在当今时代取得成功,必须为广大用户提供全套的周到细致的全程优质售后服务,只有客户满意了,我们才能发展。客户至上是我们Pass4Side考题大师的一贯宗旨;
3、Pass4Side实行“一次不过免费更新”承诺。如果您购买我们000-042的考题,只要不是首次通过,凭盖有PROMETRIC或VUE考试中心钢印的考试成绩单,我们将免费更新000-042最新学习材料,绝对保证您能继续获得有价值的学习材料;
4、本站000-042学习资料根据000-042知识点的的变化动态更新,在厂家知识点每次发生变化后,我们将尽快更新000-042材料知识点。在您购买我们的产品之后,我们将提供30天的免费更新。确保000-042学习材料的覆盖率
5、软件版本000-042 考试资料
优点:具有学习模式,测试模式,线上自动升级
缺点:仅限固定电脑使用,不可打印为文本,只能PC阅读
6、PDF 格式000-042 考试资料(部分最新更新科目已不提供PDF)
优点:不需下载安装软件,方便用户打印和携带,但也带来了可随意制的弊端,因此我们提醒用户不得随意公开或出售本站的000-042资料,一经发现立即取消其升级资格,且永久删除会员。
缺点:不具备测试模式,通过查看 pass4side.cn网站及查收我们的更新E-MAIL获取更新信息。
Exam : IBM 000-042
Title : Developing with IBM Enterprise PL/I
1. The XMLCHAR builtin function provides the ability to do which of the following?
A. Check XML for well-formedness
B. Check XML for validity
C. Create an XML buffer from a structure
D. Read an XML file into a structure
Answer: C
2. Which of the following is LEAST likely to be performed by an online application?
A. Checkpoint/restart logic
B. Transaction processing
C. End user interaction
D. Sorting
Answer: A
3. Requirement:
If the value of the numeric variable I is 1 it needs to be changed to 2 and vice versa. In all other cases it must remain unchanged.
Which of the following solutions meets the requirement and does not require essential structural modifications when the requirement is changed to the following:
If the value of the numeric variable I is 512 it needs to be changed to 731 and if the value is 814 it needs to be changed to 5. In all other cases it must be set to 111.
A. IF I = 1 ! I = 2
THEN I = 3 - I;
B. DCL ONETWO(2) BIN FIXED(15) INIT(2,1);
IF I = 1 ! I = 2
THEN I = ONETWO(I);
C. SELECT (I);
WHEN(1) I = 2;
WHEN(2) I = 1;
OTHER;
END;
D. IF I = 1 THEN I = 2;
IF I = 2 THEN I = 1;
Answer: C
4. Which of the following is a typical deadlock situation?
Situation 1:
Transaction A waiting for resource_2 and Transaction B waiting for resource_1 while resource_1 is held by Transaction C and resource_2 is held by Transaction B
Situation 2:
Transaction A waiting for resource_1 and Transaction B waiting for resource_2 while resource_1 is held by Transaction B and resource_2 is held by Transaction C
Situation 3:
Transaction A Waiting for resource_2, Transaction B waiting for resource_3, Transaction C waiting for resource_1, while resource_1, resource_2 and resource_3 are held by Transactions A, B and C respectively.
Situation 4:
Transaction B waiting for resource_1 and Transaction C waiting for resource_2 while resource_1 is held by Transaction C and resource_2 is held by Transaction A
A. Situation 1
B. Situation 2
C. Situation 3
D. Situation 4
Answer: C
5. Which of the following PL/I features is NOT new with Enterprise PL/I?
A. VALUE attribute for named constants.
B. UNIONs or CELLs to assign identical storage to different variables.
C. Writing numeric constants with the underscore sign as a separator.
D. Using hexadecimal constants.
Answer: D


客户反馈