第1题:
His efforts to raise money for his program were because no one showed any intention to take a cent out of their pockets.
A. in place B. in sight C. in effect D. in vain
第2题:
A、make
B、do
C、take
第3题:
Nobody is ( ) touch that book.
A. lost to
B. checked in
C. allowed to
D. added to
第4题:
A. should not
B. have not
C. don’t need
第5题:
A: Should I take some medicine? B: No, you don't ( )to take any medicine.
A. should
B. must
C. need
第6题:
---I haven’t got the reference book yet, but I’ll have a test on the subject next month.
---Don’t worry. You______ have it by Friday.
A. could
B. shall
C. must
D. may
第7题:
第8题:
Since the freight payments are taken care of by the freight forwarder, the carrier doesn′t have to take any ().
第9题:
You are developing a Windows Communication Foundation (WCF) REST service to provide access to a library book catalog. The following code segment defines the service contract. (Line numbers are included for reference only.) 01 [ServiceContract( )] 02 [AspNetCompatibilityRequirements(RequirementsMode = AspNetCompatibilityRequirementsMode.Allowed)] 03 public Class LibraryService 04 { 05 public Book GetBookByTitle(string title) 06 { 07 ... 08 } 09 10 [WebGet(UriTemplate = "Book/{id}")] 11 public Book GetBookById(string id) 12 { 13 ... 14 } 15 }Library patrons want the ability to search the catalog by title.You need to ensure that the GetBookByTitle method is exposed as a service method.Which code segment should you insert at line 04?()
第10题:
The Thread.sleep() method can take t1 as an argument.
The Object.notify() method can take t1 as an argument.
The Thread.yield() method can take t1 as an argument.
The Thread.setPriority() method can take t1 as an argument.
The Object.notify() method arbitrarily chooses which thread to notify.
第11题:
in place
in sight
in effect
in vain
第12题:
Specify the IP address (172.19.1.1/32) as the destination address in the policy.
Specify the DNS entry (hostb.example.com.) as the destination address in the policy.
Create an address book entry in the Trust zone for the 172.19.1.1/32 prefix and reference this entry in the policy.
Create an address book entry in the Untrust zone for the 172.19.1.1/32 prefix and reference this entry in the policy
第13题:
—_________ I take the book out?
—I'm afraid not.
A. Will
B. May
C. Must
D. Need
第14题:
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。
第15题:
You are developing a Windows Communication Foundation (WCF) REST service to provide access to a library book catalog. The following code segment defines the service contract. (Line numbers are included for reference only.)01 [ServiceContract()]02 [AspNetCompatibilityRequirements(RequirementsMode = AspNetCompatibilityRequirementsMode.Allowed)]03 public Class LibraryService04 {05 public Book GetBookByTitle(string title)06 {07 ...08 }0910 [WebGet(UriTemplate = "Book/{id}")]11 public Book GetBookById(string id)12 {13 ...14 }15 }Library patrons want the ability to search the catalog by title.You need to ensure that the GetBookByTitle method is exposed as a service method.Which code segment should you insert at line 04?()
A. [WebGet(UriTemplate = "Book/{title}")]
B. [WebGet(UriTemplate = "BookByTitle/{title}")]
C. [WebGet(UriTemplate = "Book/{titleToSearch}")]
D. [WebGet(UriTemplate = "{titleToSearch}")]
第16题:
创建“book.mdb”数据库,将考生文件夹中的“book,xls”和“reader.xls”导入到数据库中,第一行包含列标题,主键分别为“书ID”和“读者ID”,将导入表分别命名为book和reader。
(2)将book表的书ID字段和reader表的读者ID字段长度改为10。
(3)按照下列要求创建lend表。
第17题:
在考生文件夹下有“book.mdb”,数据库。
(1)以reader表为数据源,自动创建数据访问页“reader”,键入标题文字为“读者信息”。以reader文件名存到考生文件夹下。结果如图所示。
(2)用数据页向导创建“book”数据页,显示book表的全部字段,按照“出版社”字段分组,按照书ID升序排列,指定数据页标题为默认值。以book文件名存到考生文件夹下。
(3)在页面上添加滚动文字“按照出版社分组book信息”(宋体,24号,加粗),结果如图所示。
第18题:
第19题:
第20题:
Given that t1 is a reference to a live thread, which is true?()
第21题:
第22题:
interested… interest
interesting… be interested
interested… be interesting
interesting… interest
第23题:
pump must always be primed
volute must impart a radial and rotary motion of the water suction side
connection must guide the liquid to the lantern rings
stuffing box should not be allowed any water leakage
第24题:
might it be
could it be
could it have been
should it have been