A mainframe customer would like to receive a proposal for a mainframe storage system with 120 TB raw capacity. The  mainframe server load is not too high, and they need hard disk drives with the lowest possible power consumption to keep operating costs l

题目

A mainframe customer would like to receive a proposal for a mainframe storage system with 120 TB raw capacity. The  mainframe server load is not too high, and they need hard disk drives with the lowest possible power consumption to keep operating costs low. The customer will notincrease the capacity of their mainframe applications in the future but rather invest later into their System p servers.  Which of the following solutions best meets these requirements at the lowest cost()

  • A、offer a DS8700 system with 600 GB FC drives
  • B、offer a DS8800 system with standard cabling and 600 GB SAS drives
  • C、offer a DS8800 system with business class cabling and 600 GB SAS drives
  • D、offer a DS8800 system with SATA drives

相似考题

2.You are a database administrator in the Los Angeles branch office of a specialty foods supplier. A mainframe. database at the headquarters contains all company data. Each branch office contains a SQL Server 2000 computer that imports regional data from the mainframe. database.The server in Los Angeles contains a Data Transformation Services (DTS) package that uses OLE DB to connect to the company's mainframe. database. The DTS package extracts and transforms data about buyers and products for that region. The DTS package then writes the data to the SQL Server database in Los Angeles.You need to configure a SQL Server computer for the new branch office in Sydney. You want to copy the Los Angeles package and modify it so that it writes data to the SQL Server database in Sydney.You use the DTS Designer to modify the DTS package so that it imports regional data from the mainframe. database to the server in Sydney. The modified DTS package runs successfully on the server in Los Angeles. You save this DTS package to the server in Sydney, but the server in Sydney cannot connect to the mainframe. database.You want to enable the server in Sydney to connect to the mainframe. database. What should you do?A.Change the connection properties in the DTS package so that the package uses new login credentials to connect to the mainframe. database.B.Modify the workflow in the DTS package so that the server in Sydney is included.C.On the server in Sydney, install an OLE DB provider for the mainframe. database.D.On the server in Sydney, delete and then re-create the DTS package.

3.阅读以下说明和Java代码,将应填入(n)处的字句写在对应栏内。【说明】下面的Java程序演示了如何在用户等待载入主程序时显示logo图片的例子。logo图片mylogo.gif存放在文件夹image下面。显示logo图片的是一个线程类logo。【Java程序】import javax.swing.*;import java.awt.*;import java.awt.event.*;import javax.swing.ImageIcon.*;import java.lang.Runnable;public class mainFrame. extends JFrame{public static void main(String[] args){Logo lg=new Logo("image/mylogo.gif");lg. (1);mainFrame. main_framE. = new mainFrame();main_frame.setTitle("使用logo图片示例程序”);Thread.sleep(1);//程序暂时挂起main_frame.setVisible(true);lg. (2);//使logo图片不可见}}class Logo extends JWindow implements (3){String filename;//Logo图像文件的文件名public Logo(Stringname){filename = name;}public void run(){ImageIcon ig = new ImageIcon(filename);JButton btn = new JButton(ig); //将图片给JButton显示getContentPane(). (4); //将按钮加到JPanel里Toolkit kit = Toolkit.getDefauhToolkit();Dimension screenSize = kit.getScreenSize(); //获得屏幕的大小setLocation(screenSize.width/4,screenSize.height/4);//将Logo窗口显示在屏幕宽的1/4,高的1/4处setSize(ig. getIconWidth(),ig. getIconHeight()); //将Logo窗口大小设成图像的大小toFront(); //将Logo窗口显示为最前面的窗口setVisible(true) (5); //显示该窗口}public void setNOtVisible(){setVisible(false);}}

更多“A mainframe customer&”相关问题
  • 第1题:

    以下哪种SCADA系统是所有的监控功能依赖于一台主机(mainframe),采用广域网连接现场RTU和主机()。

    A、分布式SCADA系统

    B、集中式SCADA系统

    C、网络式SCADA系统

    D、RTU系统


    参考答案:B

  • 第2题:

    A complete computer system contains(74)。

    A.arithmetic unit, control unit and memory

    B.input/output devices and mainframe

    C.mainframe. and programs of utility

    D.hardware system and software system


    正确答案:D
    解析:本题考查专业英语应用能力和计算机系统的构成。任何一个计算机系统都是由两个部分组成的:计算机硬件系统和计算机软件系统。硬件系统有:运算器、控制器、存储器(内存储器和外存储器)、输入设备(键盘、鼠标、绘图仪等)、输出设备(显示器、打印机等)。软件系统有:应用软件、系统软件。参考答案的译文:A:算术单元、控制单元和存储器,B:输入/输出设备和主机。C:主机和可用程序。D:硬件系统和软件系统。题目参考译文:完整的计算机系统应包括硬件系统和软件系统。

  • 第3题:

    -> 在c++中是什么意思?

    能解释下这句话中— >

    m_hIcon = AfxGetApp()->LoadIcon(IDR_MAINFRAME);


    member access operator for a pointerAfxGetApp()是指向某个对象的一个指针,-> 是该指针调用该类对象某一个成员函数的访问符号。如果不是指针就用'.'做访问符。
    member access operator for a pointer
    AfxGetApp()是指向某个对象的一个指针,-> 是该指针调用该类对象某一个成员函数的访问符号。
    如果不是指针就用'.'做访问符。

  • 第4题:

    认真阅读以下网页制作和网页编程的内容,回答问题1~5,将解答填入对应的解答栏内。

    下面的网页使用了框架,网页效果如下图所示。

    [hillFrameset.html文档的内容]

    <!DOCTYPE HTML PUBLIC"-//W3C//DTD HTML 4.01 Frameset//

    EN""http://www.w3.org/TR/html4/frameset.dtd">

    <html xmlns="http://www.w3.org/1999/xhtml">

    <head>

    <metahttp-equiv="Content-Type"content="text/html;charset=gb2312">

    <title>中国名山</title>

    </head>

    <framesetcols="80,*"frameborder="NO"border="0"framespacing="0">

    <framesrc="menu.html"name="leftFrame"scrolling="NO"noresize title="leftFrame">

    <framesrc="first.html"name="mainFrame"title="mainframe">

    </frameset>

    <noframes><body>

    </body></noframes>

    </html>

    [menu.html文档的内容]

    <!DOCFYPE HTML PUBLIC“-//W3C//DTD HTML 4.01 Transitional//EN"

    "http://www.w3.org/TR/html4/loose.dtd">

    <html>

    <head>

    <metahttp-equiv="Content-Type"content="text/html;charset=gb2312">

    <title>menu</title>

    </head>

    <body>

    <p aliqn="center"><a href="taishan. htm"target="mainframe">泰山</a></p>

    <p align="center"><a href="huashan.htm" target="mainFrame">华山</a></p>

    <P align= "center"><ahref="nanhengshan.htm"target="mainframe">衡山</a></p>

    <P align= "center"><ahref="beihengshan.htm"target="mainFrame">恒山</a></p>

    <p align= "center"><ahref="songshan.htm"target="mainFrame">嵩山</a></P>

    <p align= "center"><ahref="huangshan.htm"target="_blank">黄山</a></p>

    </body>

    </html>

    [first.html文档的内容]

    <!DOCTYPE HTML PUBLIC"-//W3C//DTD HTML 4.01 Transitional//EN"

    "http://www.w3.org/TR/html4/loose.dtd">

    <html>

    <head>

    <metahttp-equiv="content-Type"content="text/html;charset=gb2312">

    <title>first</title>

    <style. type="text/css">

    <!--

    .txt{

    font-family:"宋体";

    font-size:12px;

    color:000000;

    -->

    </style>

    </head>

    <body>

    <span class="txt">五岳是远古山神崇敬拜、五行观念和帝王巡猎封禅相结合的产物,<br>

    后为道教所继承,被视为道教名山,它们是:<br>

    </span>

    <ul>

    <li class="txt",东岳泰山(1532米),位于山东泰安市。</li>

    <li class="txt">西岳华山(1997米),位于陕西华阴市。</li>

    <li class="txt">南岳衡山(1512米),位于湖南长沙以南的衡山县。</li>

    <li class="txt">北岳恒山(2017米),位于山西浑源县。</li>

    <li class="txt"><span class="txt">中岳嵩山(1440米),位于河南登封市。</span></li>

    </ul>

    <p><IMG nClick=over(this) title=放大src="huangshan.jpg"width="150"height="150"alt="黄山"align="left"

    hspace="10"vspace="10"><br>

    <span class="txt">    黄山,古称黟山,唐天宝六年(公元747年)<br>

    依轩辕黄帝曾在黄山炼丹羽化升天的传说,唐<br>

    明皇敕改黟山为黄山。它地跨市内歙县、休宁、<br>

    黟县和黄山区、徽州区,面积1200平方公里,<br>

    现划入黄山风景区的154平方公里,是号称<br>

    "五百里黄山"的精华部分。</span>

    <br><span class="txt">    中国安徽黄山是世界文化、自然遗产,也是中<br>

    国十大风景名胜中唯一的山岳风景区。人间仙<br>

    境般的黄山自古就有”五岳归宋不看山,黄山归<br>

    来不看岳"、"登黄山天下无山”的美誉。</span><br>

    </body>

    </html>

    该网页使用了几个框架,名字分别是什么?


    正确答案:2eftFrame和mainFrame
    2,eftFrame和mainFrame. 解析:本题主要考查的是HTML语言的基本知识。
    窗口框架可用于将画面分割成数个小窗口,而每个窗口可以显示不同的网页,达到在浏览器中同时浏览不同网页的效果。本题中使用了leftFrame和mainFrame两个框架。

  • 第5题:

    在框架中,如果要设置文档在mainFrame框架中出现,应该在()选择mainFrame。

    • A、链接文件
    • B、源文件
    • C、目标
    • D、框架

    正确答案:C

  • 第6题:

    Which of the following best describes why a customer would choose x86 server solutions over mid-range or mainframe solutions?()

    • A、x86 servers are more reliable than mid-range and Mainframe servers.
    • B、x86 servers require less support personnel.
    • C、Microsoft Operating Systems require less maintenance than mid-range and Mainframe Operating Systems.
    • D、x86 solutions cost less.

    正确答案:D

  • 第7题:

    A customer needs to achieve a very aggressive RTO of 30 minutes or less. A critical requirement is a continuous availability and disaster recovery solution for the mainframe environment. What IBM solution should be recommended to this customer?()

    • A、Metro Mirror
    • B、Metro/Global Mirror
    • C、Geographically Dispersed Open Servers (GDOS)
    • D、Geographically Dispersed ParallelSysplex (GDPS)

    正确答案:D

  • 第8题:

    A mainframe customer wants to add additional disk capacity to an IBM System Storage DS8100to accommodate a projected workload increase. They ask the storage specialist to assess theimpact of the additional capacity on the DS8100 without other upgrades. Which tool bestassesses the impact of the upgrade on response times?()

    • A、Capacity Magic
    • B、TPC for Disk
    • C、RMF disk reports
    • D、Disk Magic

    正确答案:D

  • 第9题:

    The customer has an IBM Enterprise Storage Server 800 coming off lease this year. Themaintenance charges are becoming very expensive and they are looking at a new storage solutionto attach to their mainframe environment. Which of the following solutions would be most costeffective?()

    • A、DS8300
    • B、DS8700 
    • C、Storwize V7000 
    • D、XIV Storage System

    正确答案:B

  • 第10题:

    In a scale-out environment,what is a benefit of running DB2 pureScale compared to other solutions?()

    • A、Provides a highly available cluster of Power Systems enabling near linear scalability and disaster recovery across different sites.
    • B、Incorporates a hardware locking mechanism which resembles the Parallel Sysplex on the mainframe, delivering performance and scalability.
    • C、Enables near linear scalability by partitioning and clustering the database across multiple nodes, and adding nodes dynamically when needed.
    • D、Provides scalability by employing a highly available cluster of servers interconnected by an Infiniband network and a central locking mechanism.

    正确答案:D

  • 第11题:

    单选题
    按照时间,以下计算机出现的顺序正确的是()。
    A

    中型机、mainframe、SGI、PC

    B

    PC、中型机、mainframe、SGI

    C

    mainframe、中型机、SGI、PC

    D

    SGI、mainframe、中型机、PC


    正确答案: C
    解析: 暂无解析

  • 第12题:

    单选题
    Which of the following situations would suggest to a System x Sales Specialist that the customer could benefit from an iSCSI solution?()
    A

    The customer is looking for a fibre SAN solution to increase reliability and performance.

    B

    The customer wants to implement an energy-efficient solution to comply with their Go Green initiative.

    C

    The customer is cost-conscious and is looking for a centralized storage solution.

    D

    The customer is a large telecommunications firm and is looking to centralize storage for all their System x,System p,and mainframe servers.


    正确答案: B
    解析: 暂无解析

  • 第13题:

    target="mainFrame"和target="_blank”有何区别?


    正确答案:target="mainFrame"设定目标页面在右侧框架打开而target="_blank"则设定目标页面新开浏览器窗口
    target="mainFrame"设定目标页面在右侧框架打开,而target="_blank"则设定目标页面新开浏览器窗口 解析:mainFrame是右面框架的名字,target="mainFrame"设定目标页面在右侧框架打开,而target="_blank"则设定目标页面新开浏览器窗口。

  • 第14题:

    Is a desktop or notebook size computing device 。

    A.Microcomputer

    B.Minicomputer

    C.Mainframe computer

    D.Supercomputer


    正确答案:A

  • 第15题:

    A mainframe customer has requested a proposal to replace an existing storage system. Which information does Disk Magic provide?()

    A. logical volume sizes

    B. cache usage by application

    C. storage processor utilization

    D. disk capacity needed forFlashCopy


    参考答案:C

  • 第16题:

    使用框架技术来创建网页时()是网页中最主要的区域。

    • A、rightframe
    • B、topframe
    • C、leftframe
    • D、mainframe

    正确答案:D

  • 第17题:

    美国电气与电子工程师协会(IEEE)于1989年提出将计算机分为六种,它们是个人计算机(PC)、工作站(WS)、小型计算机(MiniComputer)、主机(MAinfrAme)、小巨型计算机(MinisuperComputer)和()

    • A、巨型计算机(SuperComputer)
    • B、神经网络计算机
    • C、生物计算机
    • D、光子计算机

    正确答案:A

  • 第18题:

    按照时间,以下计算机出现的顺序正确的是()。

    • A、中型机、mainframe、SGI、PC
    • B、PC、中型机、mainframe、SGI
    • C、mainframe、中型机、SGI、PC
    • D、SGI、mainframe、中型机、PC

    正确答案:C

  • 第19题:

    A mainframe customer with a 2105-800 storage subsystem will be migrating to a new data center.They will be replacing existing servers with newer hardware and the 2105 subsystem with an IBMSystem Storage DS8100. The data centers are 613 kilometers apart. The data migration andproduction cutover must be accomplished with minimal disruption. Which solution best meetsthese requirements?()

    • A、Metro Mirror
    • B、HSM
    • C、SVC
    • D、Global Copy

    正确答案:D

  • 第20题:

    A mainframe customer has requested a proposal to replace an existing storage system. Which information does Disk Magic provide?()

    • A、logical volume sizes
    • B、cache usage by application
    • C、storage processor utilization
    • D、disk capacity needed forFlashCopy

    正确答案:C

  • 第21题:

    Which of the following situations would suggest to a System x Sales Specialist that the customer could benefit from an iSCSI solution?()

    • A、The customer is looking for a fibre SAN solution to increase reliability and performance.
    • B、The customer wants to implement an energy-efficient solution to comply with their Go Green initiative.
    • C、The customer is cost-conscious and is looking for a centralized storage solution.
    • D、The customer is a large telecommunications firm and is looking to centralize storage for all their System x,System p,and mainframe servers.

    正确答案:C

  • 第22题:

    单选题
    Which of the following functions does Hitachi Data Systems claim about the HDS USP V(Universal Storage Platform)?()
    A

     scalable cache up to 32 GB with non-definable usage

    B

     internal bandwidth equates to increased storage performance

    C

     performance increases as more devices are added to FC-AL loop

    D

     priority I/O queuing feature is supported on both mainframe and open systems environment


    正确答案: D
    解析: 暂无解析

  • 第23题:

    单选题
    Which of the following best describes why a customer would choose x86 server solutions over mid-range or mainframe solutions?()
    A

    x86 servers are more reliable than mid-range and Mainframe servers.

    B

    x86 servers require less support personnel.

    C

    Microsoft Operating Systems require less maintenance than mid-range and Mainframe Operating Systems.

    D

    x86 solutions cost less.


    正确答案: B
    解析: 暂无解析