A customer is acquiring a new I

题目

A customer is acquiring a new IBM System Storage TS3500 Tape Library and requested to reuse four HP LTO-3 drives installed in a Sun L700 tape library to take advantage of the IBM multipath architecture. What action should the storage specialist take?()

  • A、requestTechline support for help configuring the TS3500 with merged IBM and non-IBM LTO tape drives
  • B、propose a TS3500 with IBM LTO-5 tape drives and explain the benefit of using IBM control path failover
  • C、propose a TS3500 with IBM LTO-5 tape drives and include a special feature code to include non-IBM LTO tape drives
  • D、propose a TS3500 with LTO-5 tape drives and include non-IBM LTO tape drive support in the installation services proposal
如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
相似问题和答案

第1题:

As you start writing, new ideas will naturally emerge, but always keep them focused on your targeted customer, so you won't go off the track of what your customer wants.


正确答案:在你开始写作的时候,会自然地产生新的想法,但是一定要使这些想法集中在你的目标顾客之上,这样你才不会偏离顾客的需求。

第2题:

阅读下列说明和C++代码,填补代码中的空缺,将解答填入答题纸的对应栏内。 【说明】 以下C++代码实现一个简单客户关系管理系统(CrM)中通过工厂(Customerfactory)对象来创建客户(Customer)对象的功能。客户分为创建成功的客户(realCustomer)和空客户(NullCustomer)。空客户对象是当不满足特定条件时创建或获取的对象。类间关系如图6-1所示。图6-1

【C++代码】 include<iostream> include<string> using namespace std; class Customer{ protected: string name; public: ( 1 ) boll isNil()=0; ( 2 ) string getName()=0; ﹜; class RealCustomer ( 3 ){ Public: realCustomer(string name){this->name=name;﹜ bool isNil(){ return false; ﹜ string getName(){ return name; ﹜ ﹜; class NullCustomer ( 4 ) { public: bool isNil(){ return true; ﹜ string getName(){ return 〝Not Available in Customer Database〞; ﹜ ﹜; class Customerfactory{ public: string names[3]={〝rob〞, 〝Joe〞,〝Julie〞﹜; public: Customer*getCustomer(string name){ for (int i=0;i<3;i++){ if (names[i].( 5 ) ){ return new realCustomer(name); ﹜ ﹜ return ( 6 ); ﹜ ﹜; class CRM{ public: void getCustomer(){ Customerfactory*( 7 ); Customer*customer1=cf->getCustomer(〝Rob〞); Customer*customer2=cf->getCustomer(〝Bob〞); Customer*customer3=cf->getCustomer(〝Julie〞); Customer*customer4=cf->getCustomer(〝Laura〞); cout<<〝Customers〞<<endl; cout<<Customer1->getName()<<endl; delete customer1; cout<<Customer2->getName()<<endl; delete customer2; cout<<Customer3->getName()<<endl; delete customer3; cout<<Customer4->getName()<<endl; delete customer4; delete cf; ﹜ ﹜; int main(){ CRM*crs=new CRM(); crs->getCustomer(); delete crs; return 0; ﹜ /*程序输出为: Customers rob Not Available in Customer Database Julie Not Available in Customer Database */


正确答案:1)virtual
2)virtual
3):public Customer
4):public Customer
5)compare(name)==0
6)new Null Customer()
7)cf=New CustomerFactory();

第3题:

请完成下列Java程序:假设某家银行,它可接受顾客的汇款,每做一次汇款,便可计算出汇款的总额。现有两个顾客,每人都分3次,每次50元将钱汇入。编写一个程序,模拟实际作业。要求实现2个类,一个是银行类,一个是顾客类。

注意:请勿改动main()主方法和其他已有语句内容,仅在下划线处填入适当的语句。

程序运行结果如下:

Customer2 :sum= 50

Customer1 :sum= 50

Customer1 :sum= 100

Customer2 :sum= 100

Customer1 :sum= 150

Customer2 :sum= 150

class bank{

private static int sum=0;

public static void add(int.n,char c){

int tmp=sum;

______________;

try{

Thread.sleep(((int) ((2000-500+1)*(Math.random())))+500);

}

catch(InterruptedException e){}

sum=tmp;

System.out.println("Customer"+c+" :sum= "+sum);

}

}

class customer extends Thread{

static char flag17_2 = '1';

public void run(){

char myflag17_2;

synchronized(this) {

myflag17_2 = flag17_2++;

}

for(int i=1;i<=3;i++)

______________________;

}

}

public class ex17_2{

public static void main(String args[]){

customer c1=new customer();

customer c2=new customer();

c1.start();

c2.start();

}

}


正确答案:tmp=tmp+n bank.add(50myflag17_2)
tmp=tmp+n bank.add(50,myflag17_2) 解析:本题主要考查线程的同步和设计简单的类来模拟现实问题的简单应用。解题关键是熟练掌握面向对象的编程思想,熟悉 Java线程的同步编程,会使用Math类的随机数方法。本题中,第1个空,银行类对客户的存款进行累加;第2个空,在客户类中,通过使用银行类的对象bank调用add()方法实现3次汇款的操作,将钱数和客户标志作为参数传递给add()方法。

第4题:

Integer i = new Integer (42);  Long 1 = new Long (42);  Double d = new Double (42.0);   Which two expressions evaluate to True?()

  • A、 (i ==1)
  • B、 (i == d)
  • C、 (d == 1)
  • D、 (i.equals (d))
  • E、 (d.equals (i))
  • F、 (i.equals (42)

正确答案:D,E

第5题:

The pSeries sales representative has done an excellent job in educating the customer on the benefits of working with IBM.  The customer is planning to implement their first ERP application.  This new application will be critical to running their business.  The customer has only a competitor’s UNIX systemcurrently installed.  They are interested in obtaining a proposal from IBM. In addition to the AIX hardware and HACMP software, what else should be included in the IBM proposal for the new ERP solution?()

  • A、I/T services and education to help with the implementation of the hardware and software
  • B、A Supportline specialist to work directly with the customer to manage any issues that arise
  • C、The services required to move the currently installed applications from the competitor’s systems to the IBM systems
  • D、A slimmed down solution to ensure that the IBM solution is less expensive than the competitor’s solution

正确答案:A

第6题:

阅读以下说明和 Java程序,填补代码中的空缺,将解答填入答题纸的对应栏内。 【说明】 以下Java代码实现一个简单客户关系管理系统(CRM)中通过工厂(CustomerFactory )对象来创建客户(Customer)对象的功能。客户分为创建成功的客户(RealCustomer)和空客户 (NullCustomer)。空客户对象是当不满足特定条件时创建或获取的对象。类间关系如图 5-1 所示。图5-1 类图

【Java代码】 Abstract class Customer﹛ Protected String name; ( 1 )boolean isNil(); ( 2 )String getName(); ﹜ Class RealCustomer ( 3 )Customer{ Public RealCustomer(String name){ this.name=name; } Public String getName(){ return name ; } Public boolean is Nil() { return false; } ﹜ Class NullCustomer( 4 )Customer﹛ Public String getName()﹛ return "Not Available in Customer Database"; ﹜ Public boolean isNil() ﹛ return true; ﹜ ﹜ class Customerfactory { public String[] names = {"Rob","Joe","Julie"}; public Customer getCustomer(String name) { for (int i = 0; i < names.length;i++) { if (names[i].( 5 ))﹛ return new RealCustomer(name); ﹜ ﹜ return ( 6 ); ﹜ ﹜ Public class CrM﹛ Public viod get Customer()﹛ Customerfactory( 7 ); Customer customer1-cf.getCustomer("Rob"); Customer customer2=cf.getCustomer("Bob"); Customer customer3= cf.getCustomer("Julie"); Customer customer4= cf.getCustomer("Laura"); System.out.println("customers”) System.out.println(customer1.getName()); System.out.println(customer2getName()); System.out.println(customer3.getName()); System.out.println(customer4.getName()); ﹜ Public static viod main (String[]arge)﹛ CRM crm =new CRM(); Crm.getCustomer(); ﹜ ﹜ /*程序输出为: Customers rob Not Available in Customer Database Julie Not Available in Customer Database */


正确答案:1)public abstract
2) public abstract
3)extends
4)extends
5)equals(name)
6)new Null Customer()
7) cf=New CustomerFactory();

第7题:

下面的XML片断中结构完整的是()。

  • A、<customer name=”<xml>.con”><address>123 MainStreet></address></customer>
  • B、<customer><name>Joe’s XML Works</name><address>New York</costomer>
  • C、< customer type=extemal><name>Partners Unlimited</name></customer>
  • D、<customer name=”John Doe”><address>123 Main Street</address> <zip code=”01837”/></customer>

正确答案:D

第8题:

I broke Tom's teacup yesterday, so I had to buy him _______.

A.a new one

B.an new one

C.the new one

D.one new


参考答案:A

第9题:

Given:  Integer i = new Integer (42);  Long l = new Long (42);  Double d = new Double (42.0);   Which two expression evaluate to true?()

  • A、 (i = = l)
  • B、 (i = = d)
  • C、 (d = = l)
  • D、 (i.equals(d))
  • E、 (i.equals(i))
  • F、 (i.equals(42))

正确答案:D,E

第10题:

Organizations are now extending their () beyond the end customer to include the acceptance and disassembly of final products for reuse in the new products.

  • A、Sourcing strategy
  • B、Distribution channels
  • C、Customer service
  • D、Internal functions

正确答案:D

更多相关问题