Washington Irving.s most famous book The Sketch book contains()
第1题:
第2题:
She is said ________ a new book about Chinese history.
A、to write
B、to have written
C、writing
D、written
第3题:
7. —When will Guo Jingming’s new book ________ ?
—Sorry,l don-t know.I’m looking forward to his new book,to a.
A. come on
B. come out
C. come in
D. come over
第4题:
第5题:
假定有“struct BOOK{char title[40]; float price;} book;”,则正确的语句为()。
Astruct BOOK x= &book;
Bstruct BOOK *x=&book;
Cstruct BOOK x=calloc(BOOK);
Dstruct BOOK *x=BOOK;
第6题:
I paid()for the new book.
Ahalf pound
Bone pound and half
Cone and a half pounds
Done and half a pound
第7题:
(As it is now)
Mike Reynolds, the author of The New Girl, spoke at our school about his book, in which he describes how he portrayed a woman for six weeks.
Mike Reynolds, the author of The New Girl, came to our school and told us about his book, where he portrayed a woman for six weeks.
The author of The New Girl, Mike Reynolds came to our school to speak, in it he portrayed a woman for six weeks,
The author of The New Girl, Mike Reynolds, spoke at our school about his book, that portrays a woman for six weeks.
第8题:
/Book/Edit/111?cid=2Url.Action(Edit,Book,new{id=111,cid=2})
/Edit/Book/111/2Url.Action(Edit,Book,new{id=111,cid=2})
/admin/Edit/Book/111/2Url.Action(Edit,Book,new{id=111,cid=2})
/admin/Book/Edit/111?cid=2Url.Action(Edit,Book,new{id=111,cid=2})
第9题:
struct BOOK x= &book;
struct BOOK *x=&book;
struct BOOK x=calloc(BOOK);
struct BOOK *x=BOOK;
第10题:
account
statement
reference
comment
第11题:
A book review in a journal intended for astrophysics professionals
A movie review in an entertainment industry publication
A book review in a science magazine aimed at a general audience
A book review in a newspaper
A transcript of a talk given at a science fiction convention dedicated to “the poetry of space”
第12题:
第13题:
An e—book (also referred to as an electronic book, e—book, or e—book) is a digital version of a print book that you download and read. But if you want to read an e—book , you must have an E—book Reader, which is a kind of free software used by your computer. Make sure you have instal1ed the appropriate Reader before you download your e—book from the Internet.The software allows you to turn the words on the screen into the size you like. It also helps you turn pages and change your viewing options. E —books are a fun alternative to regular books. You can download them to any computers and create your library of hundreds of titles. If you load them onto your portable computer, you can take them with you when you travel. Some e—books are even interactive! Best of all, when you order an e—book, there is no waiting and no shipping charges. The amount of time it takes to download your e —book depends on the speed of your connection and the size of your e— book.
26、From this passage, we learn that an e—book()
A、 can be found in any library
B、 can be read directly from the Internet
C、 can be read when special software is installed
27、 The E-book Reader is used for()
A、 reading an e—book you’ve downloaded
B、 turning a print book into a digital version
C、 downloading an e—book from the Internet
D、 copying an e—book onto a portable computer
28、 From this passage, we can learn that()
A、 you can read an e-book on a laptop when you travel
B、 you can order an e—book using the E—book Reader
C、 the e—books ordered have to be shipped to you
D、 it takes a lot of trouble reading an e—book
29、 Which of the following statements is TRUE?()
A、 An e—book is ordered in print book、
B、 The size of the words in an e—book cannot be changed
C、 The downloading time is decided by the c—book’s size
D、 There is less fun reading an e—book than a print book、
30、 The passage is mainly about()
A、 a better way to download an E—book
B、 a new kind of book—the E—books
C、 the new version of E—books
26.
答案:C
解析:A项原文没有提及;根据文中“But if you want to read an e—book , you must have an E—book Reader, which is a kind of free software used by your computer.”和“Make sure you have instal1ed the appropriate Reader before you download your e—book from the Internet.”可知,电子书是不能直接在网页上阅读的,需要下载一个阅读器,故B项错误,C项正确。
27.
答案:A
解析:根据文中“The software allows you to turn the words on the screen into the size you like. It also helps you turn pages and change your viewing options.”可知,软件的作用有:按照读者喜好调整屏幕上文字的大小,翻页,改变阅读选择。所以这个软件的主要作用还是阅读已经下载的电子书,选A。
28.
答案:A
解析:根据文中“If you load them onto your portable computer, you can take them with you when you travel.”可知,A项正确。B项断章取义,e-books Reader是一个阅读器,只能用来阅读电子书,不能订阅;根据“when you order an e—book, there is no waiting and no shipping charges”可知,C项错误;根据“The amount of time it takes to download your e —book depends on the speed of your connection and the size of your e— book.”可知,D项说法不准确。
29.
答案:C
解析:根据文章最后一句可知,C项正确,电子书下载时间决定于它的大小。根据“An e—book (also referred to as an electronic book, e—book, or e—book) is a digital version of a print book”可知,A项错误;根据“The software allows you to turn the words on the screen into the size you like.”可知,电子书字体的大小是可以改变的,B项错误;根据“E —books are a fun alternative to regular books. ”可知,D项错误。
30.
答案:B
解析:文章第一句对e—book进行解释和定义,接下来对e—books具体使用方法等内容进行介绍,据此可知这篇文章主要内容就是介绍e—books,故选B。
第14题:
This passage most probably is( ).
A.a book review
B.the preface of a book
C. the postscript of a book
D. the concluding part of a book
第15题:
第16题:
Washington Irving.s most famous book The Sketch book contains()
AThe Legend of Sleepy Hollow
BRip Van Winkle
CA History of New York
DBoth A and B
第17题:
假定有“struct BOOK{char title[40]; float price;}; struct BOOK book;”,则不正确的语句为()。
Astruct BOOK *x=malloc(book);
Bstruct BOOK x={"C++ Programming",27.0};
Cstruct BOOK *x=malloc(sizeof(struct BOOK));
Dstruct BOOK *x=&book;
第18题:
下列元素定义中正确的是()。
第19题:
John Maynard Keynes wrote a book, The General Theory of Employment Interest and Money that
a book by John Maynard Keynes, The General Theory of Employment Interest and Money, that
John Maynard Keynes’ book The General Theory of Employment Interest and Money had already
John Maynard Keynes wrote a book The General Theory of Employment Interest and Money having
John Maynard Keynes’ book The General Theory of Employment Interest and Money
第20题:
struct BOOK *x=malloc(book);
struct BOOK x={C++ Programming,27.0};
struct BOOK *x=malloc(sizeof(struct BOOK));
struct BOOK *x=&book;
第21题:
The Legend of Sleepy Hollow
Rip Van Winkle
A History of New York
Both A and B
第22题:
are disabled people full of love
wrote many famous books
finished the book by themselves
live a very poor life
第23题:
precise
exact
accurate
correct