网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
He picked a book from the bookshelf and then commenced to read.
A: directed
B: commented
C: committed
D: began
B: commented
C: committed
D: began
参考答案
参考解析
解析:句意:他从书架上拿了一本书,然后开始读了起来。A. directed意为“指导”;B.commented意为“评论”; C. committed意为“犯罪”; D. began意为“开始”,题中commenced意为“着手”,与D意思相近,故选择D。
更多 “ He picked a book from the bookshelf and then commenced to read.A: directed B: commented C: committed D: began” 相关考题
考题
He has no idea what the book is about. He ()read the book.
A.couldn’tB.couldn’t haveC.mightn’t haveD.shouldn’t have
考题
A young man was getting ready to gradually from college, for many months he bad 36 a beautiful sports car in a dealer’s showroom, and 37 his father could well 38 it, he told him that was all he wanted.On the morning of his gradation day his father called him into his own study and told him how 39 he was to have such a fine son. He handed his son a beautiful gift box. 40 but slightly disappointed, the young man 41 the box and found a lovely book, 42, he raised his voice at his father and said. ” 43 all your money you give me a book?” And rushed out of the house 44 the book in the studyHe did not contact(联系)his father for a whole year 45 one day he saw in the strict an old man who looked like his father. He 46 he bad to go back home and see his father.When he arrived at his father’s house, he was told that his father had been in hospital for a week. The moment he was about to 47 the hospital. he saw on the desk the 48 new book ,just as he had left it one 49 ago. he opened it and began to 50 the pages. suddenly, a car key 51 from an envelope taped behind the book ,it bad a lag(标签)with dealer’s name, the 52 dealer who had the sports car he bad 53 on the tag was the 54 of his graduation. and the 55 PAID IN FULL36. A. expected. B. enjoyed. C. admired. D. owned
考题
After seeing the film, _________ .
A.the book was read to himB.the book he wanted to readC.he wanted to read the bookD.he wanted the reading of the book
考题
She ________ his number in the phone book to make sure that she had got it right.
A、 looked upB、 looked atC、 picked outD、picked up
考题
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 libraryB、 can be read directly from the InternetC、 can be read when special software is installed27、 The E-book Reader is used for()A、 reading an e—book you’ve downloadedB、 turning a print book into a digital versionC、 downloading an e—book from the InternetD、 copying an e—book onto a portable computer28、 From this passage, we can learn that()A、 you can read an e-book on a laptop when you travelB、 you can order an e—book using the E—book ReaderC、 the e—books ordered have to be shipped to youD、 it takes a lot of trouble reading an e—book29、 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 changedC、 The downloading time is decided by the c—book’s sizeD、 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—bookB、 a new kind of book—the E—booksC、 the new version of E—books
考题
She ____________ a scarf from the closet to match her new dress.
A.picked upB.picked onC.picked outD.picked at
考题
A centuries-old tradition,illustrated in a modem children's book. 1inks the sweetness of honey with the joy of learning to read.“The grandpa held a jar of honey so that all the family could see. He then dipped a spoon into it and put some honey on the cover of a small book.The little girl had just turned five.‘Stand up,little one,’he asked the girl softly. ‘I did this for your mother,your uncles,your older brother,and now you!’Then,he handed the book to her. ‘Taste!’She touched the honey with her finger and put it into her mouth.‘What's that taste?’the grandpa asked.The little girl answered,‘Sweet!’Then all of the family said in a single voice,‘Yes,and so is knowledge,but knowledge is from the bee that made that sweet honey,you have to go after it through the pages of a book!’The little girl knew that the promise to read was at last hers. Soon she was going to learn to read. ”This is the beginning of a profoundly moving children's book entitled Thank You,Mr. Falker. In this book,Patricia Polacco writes of her own passion to read,inspired by the honey on the book. It wasn't until fifth grade that she met her beloved teacher who provided the hlep that she needed to finally unlock the magic of the written word.Reading this book,we are in fact acquainted with some enduring traditions of child education that stress the importance of verbal capacity at a very early age.The child learning to read is admitted into a collective memory by way of books. And with the printed words that are active with meaning,the child becomes acquainted with a common past which he or she renews,to a greater or lesser degree,in every reading. Much as the author of the book Thank You,Mr. Falker puts it,“Almost as if it were magic,or as if light poured into her brain,the words and sentences started to take shape on the page as they never had before…And she understood the whole thing…Then she went into the living room and found the book on a shelf,the very book that her grandpa had shown her so many years ago. She spooned honey on the cover and tasted the sweetness…Then she held the book,honey and all,close to her chest. She could feel tears roll down her cheeks,but they weren't tears of sadness-she was happy,so very happy. ”The girl who tasted the honey on the book was______.A.nearly six years oldB.less than five years oldC.more than six years oldD.a little more than five years old
考题
阅读以下说明和Java代码,回答问题[说明]对多个元素的聚合进行遍历访问时,需要依次推移元素,例如对数组通过递增下标的方式,数组下标功能抽象化、一般化的结果就称为迭代器(Iterator)。模式以下程序模拟将书籍(Book)放到书架(BookShelf)上并依次输出书名。这样就要涉及到遍历整个书架的过程。使用迭代器Iterator实现。图6-1显示了各个类间的关系。以下是JAVA语言实现,能够正确编译通过。[图6-1][Java代码]//Iterator. java文件public interface Iterator {public abstract boolean hasNext();public abstract Object next();}//Aggregate. java文件public interface Aggregate {public abstract Iterator iterator();}//Book. javapublic class Book {//省略具体方法和属性}//BookshelfIterator. java文件public class Bookshelf工terator (1) Iterator{private BookShelf bookShelf;private int index;public BookshelfIterator(BookShelf bookShelf) {this. bookShelf = bookShelf;this. index = 0;}public boolean hasNext(){//判断是否还有下一个元素if(index bookShelf. getLength()){return true;}else{return false;}}public Object next()f//取得下一个元素Book book = bookShelf. getBookAt(index);index++;return book;}}//BookShelf. javaimport java. util. Vector;public class BookShelf {private Vector books;public BookShelf(int initialsize){this. books = new Vector(initialsize);}public Book getBookAt(int index){return(Book)books.get(index);}public int getLength(){return books.size();}public Iterator iterator(){return new BookShelfIterator( (2) );}}//Main. java文件public class Main {public static void main(String args){BookShelf bookShelf = new BookShelf(4);//将书籍上架,省略代码Iterator it = bookShelf. (3) ;while( (4) ){//遍历书架,输出书名Book book = (Book)it. (5) ;System.out.printin(" "+book.getName());}}}
考题
阅读下列函数说明和C++代码,回答问题[说明]对多个元素的聚合进行遍历访问时,需要依次推移元素,例如对数组通过递增下标的方式,数组下标功能抽象化、一般化的结果就称为迭代器(Iterator)。模式以下程序模拟将书籍(Book)放到书架(BookShelf)上并依次输出书名。这样就要涉及到遍历整个书架的过程。使用迭代器Iterator实现。图5-1显示了各个类间的关系。以下是C++语言实现,能够正确编译通过。[图5-1][C++代码]template (1) class Iterator{public:virtual bool hasNext() = 0;(2) Object* next() = 0;};class Book{//省略具体方法和属性};class BookShelf{private:vector books;public:BookShelf(){}Book* getBookAt(int index){return booksindex;}int getLength(){return books. size();}};templateclass BookshelfIterator : public (3) {private:BookShelf * bookShelf;int index;public:BookshelfIterator(BookShelf *bookShelf){this-bookShelf = bookShelf;index = 0;}bool hasNext(){//判断是否还有下一个元素if(index bookShelf-getLength()){return true;}else{return false;}}Objeot* next(){//取得下一个元素return bookShelf-getBookAt(index++);}};int main(){BookShelf bookShelf;//将书籍上架,省略代码Book *book;Iterator *it = new BookShelfIterator( (4) );while( (5) ){//遍历书架,输出书名book=(Book*)it-next();/*访问元素*/}return 0;}
考题
A seaman lost his continuous discharge book during the voyage. Upon discharge from Articles,he should be issued a ______.A.letter of service on company letterhead signed and sealed by the masterB.Record of Entry in a Continuous Discharge Book for use in applying for a duplicate bookC.Certificate of Discharge with the white copy forwarded to the CommandantD.Mutual Release (CG-2119),and the articles should be annotated as to the loss
考题
According to Sinotime,during the period of this Charter,should the Vessel be requisitioned by the government of the Vessel's nationality,hire to ______ from the time of her requisition.A.continueB.stopC.commenceD.cease
考题
He cannot answer this question at once,but can find the answer to it from that book.A:soon
B:immediately
C:now
D:early
考题
A young man was getting ready to graduate from college, for many months he had admired a beautiful sports car in a dealer's showroom, and 21 his father could well afford it, he told him that was all he wanted.
On the morning of his graduation day, his father called him into his own study and told him how 22 he was to have such a fine son. He handed his son a beautiful gift box. Curious but slightly disappointed, the young man 23 the box and found a lovely book. Angrily, he raised his voice at his father and said." 24 all your money you give me a book? " And rushed out of the house leaving the book in the study.
He did not contact his father for a whole year 25 one day he saw in the street an old man who looked like his father. He realized he had to go back home and see his father.
When he arrived at his father's house, he was told that his father had been in hospital for a week. The moment he was about to 26 the hospital. He saw on the desk the still new book, just as he had left it one 27ago. He opened it and began to turn the pages. Suddenly, a car key 28 from an envelope taped behind the book, it had a tag with dealer's name, the same dealer who had the sports car he had 29 on the tag was the date of his graduation, and the 30 :
PAID IN FULL.
____21___A.finding
B.proving
C.deciding
D.knowing
考题
A young man was getting ready to graduate from college, for many months he had admired a beautiful sports car in a dealer's showroom, and 21 his father could well afford it, he told him that was all he wanted.
On the morning of his graduation day, his father called him into his own study and told him how 22 he was to have such a fine son. He handed his son a beautiful gift box. Curious but slightly disappointed, the young man 23 the box and found a lovely book. Angrily, he raised his voice at his father and said." 24 all your money you give me a book? " And rushed out of the house leaving the book in the study.
He did not contact his father for a whole year 25 one day he saw in the street an old man who looked like his father. He realized he had to go back home and see his father.
When he arrived at his father's house, he was told that his father had been in hospital for a week. The moment he was about to 26 the hospital. He saw on the desk the still new book, just as he had left it one 27ago. He opened it and began to turn the pages. Suddenly, a car key 28 from an envelope taped behind the book, it had a tag with dealer's name, the same dealer who had the sports car he had 29 on the tag was the date of his graduation, and the 30 :
PAID IN FULL.
____23___A.packeD.B.openeD.C.picked up
D.packed up
考题
资料:From Coins to Credit Banking Throughout the Ages is a concise history of banks and the banking industry from ancient times to the present. James Gallagher, who has made a career of covering financial news for several newspapers, has done a careful job of investigating his subject. Although he presents the facts carefully, Mr. Gallagher has made what could have been a dry book into one that is interesting and enjoyable. By telling amusing anecdotes about historical figures, he makes them come alive. Even people who are not particularly attracted to the subject matter will find this book engrossing.
What does the reviewer NOT mention about the book?
A.It is very long.
B.It is entertaining.
C.It describes people from the past.
D.It is well researched.
考题
现有书目表book,包含字段:price(float);现在查询一条书价最高的书目的详细信息,以下语句正确的是()A、select top 1 * from book order by price ascB、select top 1 * from book order by price descC、select top 1 * from book where price= (select max (price)from book)D、select top 1 * from book where price= max(price)
考题
若要删除book表中所有数据,以下语句错误的是()A、truncate table bookB、delete * from bookC、drop table bookD、delete from book
考题
现有书目表book,包含字段:价格price(float),类别type(char);现在查询各个类别的平均价格、类别名称,以下语句正确的是()。A、select avg(price),type from book group by typeB、select count(price),type from book group by priceC、select avg(price),type from book group by priceD、select count(price),type from book group by type
考题
如果要查询book表中所有书名以“数据库”开头的书籍价格,下列()语句是正确的。A、SELECT price FROM book WHERE book_name=“数据库*”B、SELECT price FROM book WHERE book_name LIKE“数据库*”C、SELECT price FROM book WHERE book_name=“数据库%”D、SELECT price FROM book WHERE book_name LIKE“数据库%”
考题
单选题— Excuse me, is there ______ book by Mo Yan?— Yes. It’s on ______ bookshelf over there.A
a; /B
a; theC
/;theD
the; a
考题
单选题查询book表中所有书名中包含“计算机”的书籍情况,可用()语句。A
SELECT*FROM book WHERE book_nameLIKE‘*计算机*’B
SELECT*FROM book WHERE book_nameLIKE‘%计算机%’C
SELECT*FROM book WHERE book_name=‘%计算机*’D
SELECT*FROM book WHERE book_name=‘*计算机%’
考题
单选题要查询book表中所有书名中以“计算机”开头的书籍的价格,可用()语句。A
SELECT price FROM book WHERE book_name=‘计算机*’B
SELECT price FROM book WHERE book_nameLIKE‘计算机*’C
SELECT price FROM book WHERE book_name=‘计算机%’D
SELECT price FROM book WHERE book_nameLIKE‘计算机%’
考题
单选题Why did the Italian take off his watch and give it to the Frenchman?A
Because he had taken the watch from the Frenchman.B
Because he had picked up the watch on his way from work.C
Because he was afraid of the Frenchman.
考题
单选题He didn’t buy the book because he was interested in poetry.A
He didn’t buy the book because he was not interested in poetry.B
He bought the book, but it is not because he was interested in poetry.C
He bought the book because he was interested in poetry.D
He bought the book because he was not interested in poetry.
考题
单选题A seaman lost his continuous discharge book during the voyage. Upon discharge from Articles,he should be issued a().A
letter of service on company letterhead signed and sealed by the masterB
Record of Entry in a Continuous Discharge Book for use in applying for a duplicate bookC
Certificate of Discharge with the white copy forwarded to the CommandantD
Mutual Release (CG-2119),and the articles should be annotated as to the loss
热门标签
最新试卷