【单选题】【消耗次数:1】
10. These papers___yet.
have not written
have not been written  
has not written
has not been written
参考答案:
复制
纠错
相关题目
【单选题】 I hope ___ the little ___ I have been able to do has been of some use.
①  that; that
②  /; by which?
③  what; what
④  /; with which
【单选题】 Which of the following is not written by Henry James?
①  Daisy Miller
②  The Wings of the Dove
③  The American
④  Self-Reliance
【单选题】 Which of the following is not written by Herman Melville? ____
①  Typee and Omoo
②  Mardi and White Jacket
③  The Bostonians and American Tragedy
④  Moby-Dick and Pierre
【单选题】 A precis is about [] of a written material.
①  viewpoint
②  structure
③  organization
④  main idea
【单选题】 A notice is a written or printed [] displayed in public.
①  note
②  warning
③  announcement
【判断题】 Oct. 1, 2009 can also be written as 10/1/2009.
①  正确
②  错误
【单选题】 The History of Tom Jones, a Foundling written by Henry Fielding is a/an __________
①  Essay
②  Novel
③  Prose
④  Poem
【单选题】 The book [填空] I’m reading is written in English.
①  which
②  whom
③  whose
④  who
【单选题】 He’s never again written ____ as his first one.
①  so good a book
②  such good a book
③  such good book
④  so a good book
【判断题】 The History of Tom Jones, a Foundling written by Henry Fielding is a/an Essay.
①  正确
②  错误
随机题目
【单选题】 下列哪种异常是检查型异常,需要在编写程序时声明 ( )
①  NullPointerException
②  ClassCastException
③  FileNotFoundException
④  IndexOutOfBoundsException
【单选题】 下列哪些语句关于Java内存回收的说明是正确的? ( )
①  程序员必须创建一个线程来释放内存
②  内存回收程序负责释放无用内存
③  内存回收程序允许程序员直接释放内存
④  内存回收程序可以在指定的时间释放内存对象
【单选题】 下列说法中,正确的一项是( )。
①  A. 单处理机的计算机上,2 个线程实际上不能并发执行
②  单处理机的计算机上,2 个线程实际上能够并发执行
③  一个线程可以包含多个进程
④  一个进程只能包含一个线程
【单选题】 Character流与Byte流的区别是( )
①  每次读入的字节数不同
②  前者带有缓冲,后者没有
③  前者是字符读写,后者是字节读写
④  二者没有区别,可以互换使用
【单选题】 执行语句:int[] x = new int[20];后,下面哪个说法是正确的?( )
①  x[19]为空
②  x[19]未定义
③  x[19]为 0
④  x[0]为空
【判断题】 2.使用try-catch-finally语句只能捕获一个异常。( )
①  正确
②  错误
【判断题】 1.捕获异常try语句后面通常跟有一个或多个catch()方法用来处理try块内生成的异常事件。( )
①  正确
②  错误
【判断题】 7.当一个方法在运行过程中产生一个异常,则这个方法会终止,但是整个程序不一定终止运行。( )
①  正确
②  错误
【判断题】 在异常处理中,若try中的代码可能产生多种异常则可以对应多个catch语句,若catch中的参数类型有父类子类关系,此时应该将父类放在后面,子类放在前面。
①  正确
②  错误
【判断题】 1.容器是用来组织其他界面成分和元素的单元,它不能嵌套其他容器。( )
①  正确
②  错误