【单选题】【消耗次数:1】
Wuthering Heights is known today as __________most fascinating novel.
Charlotte Bront?’s
Anne Bront?’s
Emily Bront?’s
George Eliot’s
参考答案:
复制
纠错
相关题目
【判断题】 Wuthering Heights is known today as Charlotte Bront?’s most fascinating novel.
①  正确
②  错误
【单选题】 Who is the primary narrator of the novel Wuthering Heights?
①  Catherine
②  Heathcliff
③  Nelly
④  Lockwood
【单选题】 Today’sweatheris_____worsethanyesterday’s.
①  very
②  much
③  verymuch
④  muchtoo
【判断题】 Heathcliff is the primary narrator of the novel Wuthering Heights.
①  正确
②  错误
【单选题】 文法G【S】=({b},{S,B},S,{S→b│bB,B→bS}),该文法所描述的语言____。
①  L(G[S])={b2i+1│i≥0}
②  L(G[S])={b2i+1│i≥1}
③  L(G[S])={bi│i≥0}
④  L(G[S])={b2i│i≥0}
【单选题】 In today’s newspaper, it _____ that there will be a new election tomorrow.
①  tells
②  states
③  writes
④  records
【单选题】 Hardy’s local-colored works are known as “novels of character and _____.”
①  personality
②  nature
③  domestic life
④  environment
【单选题】 有文法G=({S},{a},{S→SaS,S→e},S),该文法是____。
①  LL(1)文法
②  二义性文法
③  算符优先文法
④  SLR(1)文法
【单选题】 若REPLACE(S,S1,S2)表示用字符串S2替换字符串S中的子串S1的操作,则对于S=“Beijing&Nanjing”,S1=“Beijing”,S2=“Shanghai”,REPLACE(S,S1,S2)=( )。
①  “Nanjing&Shanghai”
②  “Nanjing&Nanjing”
③  “ShanghaiNanjing”
④  “Shanghai&Nanjing”
【单选题】 在一般线面基数的计算中,若已知S底,S房那么S结为()。
①  S底-S房
②  S房-S底
③  S底+S房
④  条件不足无法计算
随机题目
【判断题】 JavaScript 拥有若干内置的对象,比如 String、Date、Array 等等。除了这些对象,还可以创建自己的对象。
①  正确
②  错误
【判断题】 JavaScript规定在使用中任何变量之前必须先使用var声明它。
①  正确
②  错误
【判断题】 JavaScript 可用来在数据被送往服务器前对 HTML 表单中的这些输入数据进行验证。
①  正确
②  错误
【判断题】 在JavaScript中,使用单引号()标记字符常量,而是用双引号()标记字符串常量。
①  正确
②  错误
【判断题】 当用户通过浏览器请求URL时,服务器执行JavaScript脚本程序,将生成的数据以HTML格式返回浏览器。
①  正确
②  错误
【判断题】 JavaScript能在客户端写本地硬盘。
①  正确
②  错误
【判断题】 在定义JavaScript变量中,一定要指出变量名和值。
①  正确
②  错误
【判断题】 String对象提供了对字符串进行处理的属性和方法。
①  正确
②  错误
【判断题】 JavaScript的强大功能主要是其提供了众多的内置对象。
①  正确
②  错误
【判断题】 在使用var x=1声明变量x之后,赋值语句x=今天天气真好将出错。
①  正确
②  错误