第1题: [单项选择]I appreciate ______ the opportunity ______ abroad two years ago. A. being given...to study B. having been given...to study C. being given...studying D. having been given... studying 参考答案:B 答案解析:appreciate后常接动名词。另外,由于动名词的动作发生在appreciate之前,因此采用动名词的完成式。如:Some of our customers complained of having
第12题: [单项选择]The author's attitude toward the basic principles of democracy is apparently one of ______. A. Objective interest B. hesitant acceptance C. pessimistic disillusionment D. enthusiastic endorsement 参考答案:D 答案解析:[解析] 观点态度题。根据全文的主要内容和第一段:Basic to our democracy is belief that truth can only be arrived at through
第34题: [单项选择]下面对语句:"Open" Text. Dat "for Output As # FreeFile" 的功能说明中错误的是______。 A. 以顺序输出模式打开文件Tex Dat B. 如果文件Texdat不存在,则建立一个新文件 C. 如果文件Texdat已存在,则打开该文件,新写入的数据将增添到该文件中 D. 如果文件Texdat已存在,则打开该文件,新写入的数据将覆盖原有的数据 参考答案:C 答案解析:[解析] Output定为顺序输出模式。如果文件Text. Dat不存在,则建立一个新文件,可以将数据写入到文件中去。如果文件Text.Dat已存在,则该语句打开已存在的文件,新写入的数据将覆盖原来的