单选题_____AsayBdescribeCmentionDwrite

单选题
_____
A

say

B

describe

C

mention

D

write


参考解析

解析:
say讲;describe描述,讲述;mention提及;write写作。原句中,动词是heard,只有describe能与之搭配。

相关考题:

You should ()a report. A. write outB. write withC. look afterD. write in

将Cisco路由器的配置保存在NVRAM中,正确的命令是A)Router #write flash B)Router #write networkC)Router #write memory D)Router #write erase

Well, I heard him _________ he'd cover the afternoon shift. A、sayB、saidC、to say

Would you like to go to attend the conference on global warming with me? (). but I should finish my homework first.A、 It’s hard to sayB、 You’re welcomeC、 I’d love to

How should we ( ) the poster to make it more attractiveA.demonstrateB.describeC.decorateD.decrease

将Cisco路由器的配置保存在NVRAM中,正确的命令是A.Router #write flashB.Router #write networkC.Router #write memoryD.Router #write erase

17.A.sayB.guessC.talkD.know

2. We want you _______something about your vacation plans.A.to sayB.sayC.saysD.said

The damage to the hatch cover was caused by your stevedores,and you ought to have known we never ______ lies.A.sayB.talkC.tellD.speak

__________A.sayB.thought overC.made sureD.agreed to

B/L中的“SAY多少件货或多少个集装箱”是指()A、托运人SAYB、收货人SAYC、B/L签发人SAY

A customer is building a database server, and the server does sequential write most of the time.  They are planning to use an IBM x445 and a ServeRAID-6M adapter.  Which of the following fault tolerant RAID levels will perform best for sequential write?()A、RAID-5 with cache write backB、RAID-1E with cache write backC、RAID-10 with cache write thruD、RAID-50 with cache write thru

下列语句中,不能正常显示的是()。A、Response.Write timeB、Response.Write dayC、Response.Write nowD、Response.Write date

现有:      class Pencil  {  public void write (String content){     System.out.println( "Write",+content){     }     }class RubberPencil extends Pencil{     public void write (String content){  System.out.println("Rubber Write"+content);     }  public void erase (String content)}}  执行下列代码的结果是哪项?()      Pencil  pen=new  Pencil();  (( RubberPencil) pen).write( "Hello");    A、Write HelloB、Rubber Write HelloC、编译失败D、运行时抛出异常

单选题下列语句中,不能正常显示的是()。AResponse.Write timeBResponse.Write dayCResponse.Write nowDResponse.Write date

单选题A customer has a file server with RAID-5 using 8KB random I/Os, with 67% reads and 33% writes.  How should the disk controller cache be configured for optimal performance?()AUse write-back cacheBUse write-back cache with battery backupCUse write-through cache with disk caching enabledDUse write-through cache with disk caching disabled

单选题B/L中的“SAY多少件货或多少个集装箱”是指()A托运人SAYB收货人SAYCB/L签发人SAY

单选题A customer is building a database server, and the server does sequential write most of the time.  They are planning to use an IBM x445 and a ServeRAID-6M adapter.  Which of the following fault tolerant RAID levels will perform best for sequential write?()ARAID-5 with cache write backBRAID-1E with cache write backCRAID-10 with cache write thruDRAID-50 with cache write thru

单选题能在浏览器中输出“欢迎你!”字样的是:()。A% document.write(“欢迎你!”) %B% response.write “欢迎你!” %Cresponse.write “欢迎你!”D% request.write “欢迎你!” %

单选题When we write, we must write as()as we can.AcarefulBcarefullyCmore carefulDmore carefully

单选题现有:      class Pencil  {  public void write (String content){  System.out.println ("Write"+content);     }     }  class RubberPencil extends Pencil{     public void write (String content){  System.out.println ("Rubber Write"+content);     }  public void erase (String content){     System.out.println ("Erase "+content);     }     } 执行下列代码的结果是哪项?()  Pencil pen=new RubberPencil();      pen.write("Hello");A  Write HelloB  Rubber Write HelloC编译错误D运行时抛出异常

单选题将Cisco路由器的配置保存在NVRAM中,正确的命令是(  )。ARouter#write flashBRouter#write networkCRouter#write memoryDRouter#write erase

单选题JavaScript中,显示81的平方根的正确方法是?()Adocument.write(math.sqrt(81))Bdocument.write(Math.sqrt(81))Cdocument.write(Math.sqrt”81”)Ddocument.write(Math.sqrt”81”)

单选题服务器端向客户端输出“注册成功!”,以下语句中,能实现该操作要求的是()。ARequest.write“注册成功!”BRequest.write(“注册成功!”)CResponsE.write“注册成功!”DResponsE.write(“注册成功!”)

单选题以下不正确的单行结构条件语句是()。AIf x0Then y=2*x-1: Write(x) End IfBIf xy Then Write(xy)CIf x Then t=t*xDIf x Mod 3=2 Then Write(x)

单选题现有:     class Pencil  {  public void write (String content){     System.out.println ("Write"+content);     }     }  class RubberPencil extends Pencil{     public void erase (String content){     System.out.println ("Erase"+content);     }     }  执行下列代码的结果是哪项?()      Pencil pen=new RubberPencil();      pen.write ("Hello");      pen.erase ("Hello");A Write Hello        Erase HelloB Erase Hello        Write HelloC编译错误D运行时抛出异常

单选题现有:      class Pencil  {  public void write (String content){     System.out.println( "Write",+content){     }     }class RubberPencil extends Pencil{     public void write (String content){  System.out.println("Rubber Write"+content);     }  public void erase (String content)}}  执行下列代码的结果是哪项?()      Pencil  pen=new  Pencil();  (( RubberPencil) pen).write( "Hello");AWrite HelloBRubber Write HelloC编译失败D运行时抛出异常

( 难度:中等)列出表结构的命令是()A.SELECTB.DESCRIBEC.DROPD.TRUNCATE