试题详情

试题内容

At a basic level, cloud computing is simply a means of delivering IT resources as (1). Almost all IT resources can be delivered as a cloud service: applications, compute power, storage capacity, networking, programming tools, even communication services and collaboration (2). Cloud computing began as large-scale Internet service providers such as Google, Amazon, and others built out their infrastructure. An architecture emerged: massively scaled, (3)distributed system resources, abstracted as virtual IT services and managed as continuously configured, pooled resources. In this architecture, the data is mostly resident on (4)"somewhere on the Intemet" and the application runs on both the "cloud servers" and the user's browser. Both clouds and grids are built to scale horizontally very efficiently. Both are built towithstand failures of (5)elements or nodes. Both are charged on a per-use basis. But while grids typically process batch jobs, with a defined start and end point, cloud servics can be continuous. What's more, clouds expand the types of resources available——file storage, databases, and Web services——and extend the applicability to Web and enterprise applications.
(1)A. hardware
B. computers
C. services
D. software
(2) A. computers
B. disks
C. machines
D. tools
(3) A. horizontally
B. vertically
C. inclined
D. decreasingly
(4) A. clients
B. middleware
C. servers
D. hard disks
(5) A. entire
B. individual
C. general
D. separate

查看答案

软题库参考答案:C、D、A、C、B(仅供参考)

软题库解析:正在加载....

你可能感兴趣的试题

55题:

某公司内部使用 wb.xyz.com.cn 作为访问某服务器的地址,其中 wb 是( )。
A.主机名
B.协议名
C.目录名
D.文件名

67题:

网页中代码<input type = text name= "foo" size=20>定义了 ( ) 。
A、一个单选框
B、一个单行文本输入框
C、一个提交按纽
D、一个使用图像的提交按纽

48题:n个关键码构成的序列{k,k2, ...K,}当且仅当满足下列关系时称其为堆。

以下关键码序列中,( ) 不是堆。
A、15,25,21,53,73,65,33
B、15,25,21,33,73,65,53
C、73,65,25,21,15,53,33
D、73,65,25,33,53,15,21
10题:

矢量图是常用的图形图像表示形式,()是描述矢量图的基本组成单位
A.像素
B.像素点
C.图元
D.二进制位

48题:在以阶段划分的编译器中,( )阶段的主要作用是分析程序中的句子结构是否正确。
A.词法分析
B.语法分析
C.语义分析
D.代码生成
64题:

以下关于快速排序算法的描述中,错误的是(1)。在快速排序过程中,需要设立基准元素并划分序列来进行排序,若序列由元素{12,25,30,45,52,67,85}构成,则初始排列为(2),排序效率最高(令序列的第一个元素为基准元素)。
(1)A、快速排序算法是不稳定的排序算法
B、快速排序算法是最坏情况下的时间复杂度为 O(nlgn)
C、快递排序算法是一种分治算法
D、当输入数据基本有序时,快递排序算法具有最坏情况下的时间复杂度
(2)A、45,12,30,25,67,52,85
B、85,67,52,45,30,25,12
C、12,25,30,45,52,67,85
D、45,12,25,30,85,67,52