可学答题网 > 问答 > IBM(000-238)题库
目录: 标题| 题干| 答案| 搜索| 相关
问题

A customer has budget&


A customer has budget sign-off to purchase a new p5-550 2-way server to replace their aging 2-way 7025-6F0. They like the advantages of the Simultaneous Multi Processing (SMT) ability of this server.  Their application is certified at AIX 5.2 and is scheduled for AIX 5.3 certification in six months. The Chief Information Officer is concerned that they will lose the budget if they do not purchase the server this fiscal year.  What is the most relevant and cost-effective advice the pSeries technical specialist can offer?()

  • APurchase a 4-way p630 to compensate for not using SMT.
  • BPurchase the p5-550 server and install AIX 5.2, which can be upgraded to AIX 5.3 later.
  • CPurchase the p5-550 server and install AIX 5.2 and enable SMT.
  • DSuspend the purchase of a new machine at this time and upgrade the current server to a 4-way server.
参考答案
参考解析:
分类:IBM(000-238)题库
相关推荐

1、若a=5,b=3,c=4,逻辑表达式!(a+b)&;&;!c的值

若a=5,b=3,c=4,逻辑表达式!(a+b)&;&;!c的值为()A0B-1C1D2

2、有以下程序段 main() { int a=5,*b,**c; c=&

有以下程序段 main() { int a=5,*b,**c; c=&b;&a; } 程序在执行了“C=&b;b=&a;”语句后,表达式“**c”的值是A变量a的地址B变量b中的值C变量a中的值D变量b的地址

3、现有int a,*b;,b=&a;,则下列运算错误的是

现有int a,*b;,b=&a;,则下列运算错误的是A*&aB&*aC*&bD&*b

4、若有定义语句:double a,+P=&;a;以下叙述中错误的是( )

若有定义语句:double a,+P=&a;以下叙述中错误的是( )。A定义语句中的*号是一个问址运算符B定义语句中的*号是一个说明符C定义语句中的P只能存放double类型变量的地址...

5、表达式10>5&&6%3的值是()

表达式10>5&&6%3的值是()A-1B非零值C0D1

6、设有输入语句scanf("a=%d,b=%d,c=%d",&a,&a

设有输入语句scanf("a=%d,b=%d,c=%d",&a,&b,&c),为使变量a的值为2,b的值为4,C的值为8,则从键盘输入数据的正确形式是( )。AA)1,3,2<回车>BB)a=1 b=3 c=2<回车>CC...