试题内容
Virtualization is an approach to IT that pools and shares (1) so that utilization is optimized and supplies automatically meet demand. Traditional IT environments are often silos, where both technology and human (2)are aligned around an application or business function. With a virtualized (3) , people, processes, and technology are focused on meeting service levels, ( 4) is allocated dynamically, resources are optimized, and the entire infrastructure is simplified and flexible. We offer a broad spectrum of virtualization (5) that allows customers to choose the most appropriate path and optimization focus for their IT infrastructure resources.
(1)A、advantages
B、resources
C、benefits
D、precedents
(2)A、profits
B、costs
C、resources
D、powers
(3)A、system
B、infrastructure
C、hardware
D、link
(4)A、content
B、position
C、power
D、capacity
(5)A、solutions
B、networks
C、interfaces
D、connections
软题库参考答案:B、C、B、D、A(仅供参考)
软题库解析:正在加载....
你可能感兴趣的试题
( ) 是指在运行时把过程调用和响应调用所需要执行的代码加以结合。
A、绑定
B、静态绑定
C、动态绑定
D、继承
一个具有767个结点的完全二叉树,其叶子结点个数为( )。
A、383
B、384
C、385
D、386
在—棵度为3的树中,若有2个度为3的结点,有1个度为2的结点,则有( )个度为0的结点。
A、4
B、5
C、6
D、7
面向对象开发方法的基本思想是尽可能按照人类认识客观世界的方法来分析和解决问 题,( )方法不属于面向对象方法。
A、Booch
B、Coad
C、OMT
D、Jackson
以下 HTML 代码中,创建指向邮箱地址的链接正确的是 ( ) 。
A.<a href="email:test@test.com">test@test.com</a>
B. <a href="emailto:test@test.com ">test@test.com</a>
C. <a href="mail:test@test.com"> test@test.com</a>
D.<a href="m ailto:test@test.com">test@test.com</a>
邻接矩阵和邻接表是图(网)的两种基本存储结构,对于具有 N 个顶点、e条边的图,( )
A、进行深度优先遍历运算所消耗的时间与采用哪一种存储结构无关
B、进行广度优先遍历运算所消耗的时间与采用哪一种存储结构无关
C、采用邻接表表示图时,查找所有顶点的邻接顶点的时间复杂度为 O(n*e)
D、采用邻接矩阵表示图时,查找所有顶点的邻接顶点的时间复杂度为 O(n2)