自学考试

Books are to mankind what memory is to the individual. They contain the history of our race, the discoveries we have made, the accumulated knowledge and experience of ages.They picture for us the marvels and beauties of nature, help us out of difficulty,

题目

Books are to mankind what memory is to the individual. They contain the history of our race, the discoveries we have made, the accumulated knowledge and experience of ages.They picture for us the marvels and beauties of nature, help us out of difficulty, comfort us in sorrow, change hours of tiredness into moments of delight, fill our minds with good ideas and happy thoughts, and lift us out of and above ourselves. And also, books can help transport us to mountains or the seashore, and visit the most beautiful parts of the earth, without fatigue, inconvenience, or expense. In a sense they give us an even more vivid idea than the actual reality. So, precious and priceless are the blessings which the books scatter around our daily paths.We walk, in imagination, with noblest spirits, through the most fascinating regions.

如果没有搜索结果,请直接 联系老师 获取答案。
如果没有搜索结果,请直接 联系老师 获取答案。
相似问题和答案

第1题:

______school is much larger than ______.

A.Our;your

B.Our;yours

C.Ours;yours

D.We;you


正确答案:B
本题考查形容词性物主代词和名词性物主代词的用法和区别,前者后面
要加名词,而后者后面不能加名词,根据第一空后的school可判断第一空应用0ur,第二空后无名词,故应用yours,答案为B。

第2题:

类 Contain 的定义如下: class Contain { private: int x; protected: int z; public: class Embed { private: int y; public: Embed ( ) { y=100; } int Embed_Fun(); }MyEmbed; int Contain_Fun(); }; 下列对上面定义的描述中,正确的是( )。

A.定义类Embed对象的语句是:Contain::Embed Myobject;

B.类Contain的成员函数Contain_Fun()中可以访问对象MyEmbed的私有成员y

C.类Embed的成员函数Embed_Fun()中可以直接访问类Contain的所有成员

D.类Embed的成员函数Embed_Fun()中只能直接访问类Contain的公有成员


正确答案:A
解析:对象MyEmbed是类Contain的成员对象,通过对象MyEmbed不能访问其私有数据成员y,所以选项B是错误的。类Embed是类Contain的嵌套类,类Embed的成员函数不能直接访问类Contain的所有成员,所以选项C和D都是错误的。

第3题:

包容类Contain和内嵌类Embed定义如下:include class Contain{private:int x;protec

包容类Contain和内嵌类Embed定义如下: #include <iostream.h> class Contain { private: int x; protected: int z; public: class Embed { private: int y; public: Embed(){y=100;} int Embed_Fun(); }MyEmbed; int Contain_Fun(); }; 对上面的定义,正确的描述是( )。

A.定义类Embed对象的语句是:Contain::Embed embed;

B.类Contain的成员函数Contain_Fun()中可以用MyEmbed.y的方式访问类Embed的私有成员y

C.类Embed的成员函数Embed_Fun()中可以直接访问类Contain和的私有成员x

D.类Embed的成员函数Embed_Fun()中可以直接访问类Contain的保护成员z


正确答案:A

第4题:

后缀-our的语义和形容词性物主代词our是相同的,表示“我们的”。


错误

第5题:

Nature is very easily destroyed by __.

A. rich people

B. poor people

C. natural disasters

D. mankind


正确答案:D

第6题:

包容类Contain和内嵌类Embed定义如下:includeclass Contain{private:int X;protect

包容类Contain和内嵌类Embed定义如下: #include<iostream.h> class Contain { private: int X; protected: int z; public: class Embed { private: int y; public: Embed(){y=100;} int Embed_Fun(); }MyEmbed; int Contain_Fun(

A.定义类Embed对象的语句是:Contain? Embed embed;

B.类Contain的成员函数Contain_Fun()中可以用MyEmbe D.y的方式访问类Embed的私有成员y

C.类Embed的成员函数Embed_Fun()中可以直接访问Contain的私有成员x

D.类Embed的成员函数Embed_Fun()中可以直接访问Contain的保护成员Z


正确答案:A

第7题:

Whatarethefoursteps,intheircorrectorder,tomitigateawormattack?()

A.contain,inoculate,quarantine,andtreat

B.inoculate,contain,quarantine,andtreat

C.quarantine,contain,inoculate,andtreat

D.preparation,identification,traceback,andpostmortem

E.preparation,classification,reaction,andtreat

F.identification,inoculation,postmortem,andreaction


参考答案:A

第8题:

Which statements about the MEMORY_TARGET initialization parameter are true?() (Choose all that apply.)

A. MEMORY_TARGET can be increased up to the value of MEMORY_MAX_TARGET, if MEMORY_MAX_TARGET is set to a value greater than zero

B. MEMORY_MAX_TARGET defaults to a value of zero if MEMORY_TARGET is not set

C. MEMORY_TARGET represents the total amount of memory that can be allocated to SGA and PGA memory structures.

D. MEMORY_TARGET is static and cannot be modified without shutting down the instance


参考答案:A

第9题:

30、如下程序的输出结果是 int main() { char books[][20]={"English","Math","Physical"}; int i,j; for(i=0;i<3;i++) { for(j=0;books[i][j]!=0;j++){ if(books[i][0]<books[i][j]) books[i][0]= books[i][j]; } } printf("%c",books[0][0]); return 0; }

A.E

B.s

C.n

D.h


B 解析: 本题涉及字符串最基本的两个概念:①字符串的长度是指字符串中字符的个数,但不包括字符串结束符;②以反斜杠“\\”开头的特殊字符序列,意思是把反斜杠后面的字符序列转换成特定的含义,而不是原来的含义,不包含在字符串长度之内,“\\”连同后面的字符为一个长度。

第10题:

5、后缀-our的语义和形容词性物主代词our是相同的,表示“我们的”。


错误