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

A FastT Host FC-2&ensp


A FastT Host FC-2 bus adapter, a U320 SCSI adapter, and three 10/100Mb Ethernet adapters have to be installed as optimally as possible.  This is going to be a 24X7 system.  The addition of extra PCI-cards is a major consideration as well.  Based on the following, what is the best configuration?() (1)Slot 1  66MHz  Bus 1       (2)Slot 2  66MHz  Bus 1       (3)Slot 3 100MHz  Bus 2       (4)Slot 4 100Mhz  Bus 2       (5)Slot 5 133Mhz  Bus 3       (6)Slot 6 133Mhz  Bus 3

  • APut the Ethernet adapters in slots 1, 2 and 3. Put the FastT HBA in slot 5. Put the U320 adapter in slot 6.
  • BPut the Ethernet adapters in slots 1, 4 and 6. Put the FastT HBA in slot 5. Put the U320 adapter in slot 3.
  • CPut the Ethernet adapters in slots 1, 2 and 4. Put the FastT HBA in slot 3. Put the U320 adapter in slot 5.
  • DPut the Ethernet adapters in slots 1, 2 and 3. Put the FastT HBA in slot 5. Put the U320 adapter in slot 4
参考答案
参考解析:
分类:IBM(000-077)题库
相关推荐

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

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

2、Given a host with&ensp

Given a host with two NICs assigned to a N1k profile,which topologies are suitable for th...

3、有以下程序段 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的地址

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

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

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

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

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

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