______是将多个硬盘按照一定的形式和方案组织起来,在使用上如同使用一个硬盘一样,

题型:填空题

问题:

______是将多个硬盘按照一定的形式和方案组织起来,在使用上如同使用一个硬盘一样,但却获得了比单个硬盘更高的速度,更好的稳定性和更大的存储容量。

考点:计算机等级考试PC技术三级PC技术笔试
题型:填空题

If you do not use your arms or your legs for some time, they become weak; when you start using them again, they slowly become strong again. Everybody knows that. Yet many people do not seem to know that memory(记忆力) works in the same way.

When someone says that he has a good memory, he really means that he keeps his memory in practice by using it. When someone else says that his memory is poor, he really means that he does not give it enough chance to become strong.

If a friend says that his arms and legs are weak, we know that it is his own fault, But if he tells us that he has a poor memory, many of us think that his parents are to blame, and few of us know that it is just his own fault.

Have you ever found that some people can’t hear or write but usually they have better memories? This is because they cannot read or write and they have to remember things; they can not write them down in a little book. They have to remember days, names ,songs and stories. So their memory is the whole time being exercised.

小题1:The main reason for one's poor memory is that his parents have poor memories.

A. right    B. wrong

小题2:If you don't use your arms or legs for some time, they will become strong.

A. right    B. wrong

小题3:A good memory comes from more practice.

A. right    B. wrong

小题4:Some people can't read or write, but they have better memories, because they have saved trouble.

A. right    B. wrong

小题5:The best title of this passage is “How to Have a Good Memory”.

A. right    B. wrong

题型:填空题

长于益气健脾、渗湿止泻的方剂是()

A.四神丸

B.平胃散

C.痛泻要方

D.参苓白术散

E.香砂六君子汤

题型:填空题

拱油时,捶击力要轻且均匀,捶点要稠密,边捶击边()坯料。

A、收缩

B、收边

C、旋转

D、皱褶

题型:填空题

墙体饰面按基层材质分为().

A.砖墙

B.混凝土墙

C.空心砖墙

D.安装工艺

题型:填空题

使用VC++6.0打开考生文件夹下的源程序文件1.cpp,该程序运行时有错,请改正其中的错误,使程序正常运行,输出的结果为
Constructor,i=0,
Destructor
注意:错误的语句在//******error******的下面,修改该语句即可。
试题程序:
#include<iostream.h>
class TC

int i;
public:
TC();
void display();
~TC();

//******error******
TC:TC()

cout<<"Constructor"<<",";
i=0;

//******error******
TC:display()

cout<<"i="<<i<<","<<end1;

//******error******
TC:TC()

cout<<"Destructor"<<end1;

void main()

TC a;
a.display();

更多题库