【单选题】【消耗次数:1】
—Whatdoyouthinkofthe_____TheMoonlightSonatabyBeethoven?—Itsoundsreallywonderful.
subject
music
book
animals
参考答案:
复制
纠错
相关题目
【单选题】 My mother [填空] music and often [填空] to music.
①  like,listen
②  likes,listens
③  like,are listening
④  liking,listen
【单选题】 ____ music is the music that is considered to be serious and of lasting value as opposed to jazz, folk, etc.
①  Domestic
②  Foreign
③  National
④  Classica
【单选题】 Ahunterisamanwho_________animals.
①  catch
②  catches
③  willcatch
④  wascatching
【单选题】 假定有“struct BOOK{char title[40];float price;};struct BOOK *book;”,则不正确的语句为( )。
①  struct BOOK *x=malloc(book);
②  struct BOOK x={“C++ Programming”,27.0};
③  struct BOOK *x=malloc(sizeof(BOOK));
④  struct BOOK **x=
【单选题】 假定有“struct BOOK{char title[40];float price;};struct BOOK *book;”,则不正确的语句为( )。
①  struct BOOK *x=malloc(book);
②  struct BOOK x={“C++ Programming”,27.0};
③  struct BOOK *x=malloc(sizeof(BOOK));
④  struct BOOK **x=
【单选题】 ________,the subject was always in my mind.
①  Walking or sleeping
②  Walking or slept
③  Having walked or slept
④  To walk and sleep
【单选题】 [填空] subject do you like?
①  What
②  Which
③  How
④  Who
【单选题】 A hunter is a man who __________ animals.
①  catch
②  catches
③  will catch
④  was catching
【单选题】 A hunter is a man who ___ animals.
①  catch
②  catches
③  will catch
④  was catching
【单选题】 The subject was so ____ that Tom became very ____ in it.
①  interesting, interesting
②  interested, interested
③  interested, interesting
④  interesting, interested
随机题目
【单选题】 对于String对象常用方法,以下描述正确的是:(选择一项)
①  lowerCase( ) 把字符中转化为小写
②  upperCase( ) 把字符中转化为大写
③  charAt(index) 返回指定位置字符
④  以上全正确
【单选题】 在DOM对象模型中,直接父对象为根对象window的对象中不包括()。(选择一项)
①  history
②  document
③  location
④  form
【单选题】 下列正则表达式中( )可以匹配首位是小写字母,其他位数是小写字母或数字的最少两位的字符串。(选择一项)
①  /^\w{2,}$/
②  /^[a-z][a-z0-9]+$/
③  /^[a-z0-9]+$/
④  /^[a-z]\d+$/
【单选题】 JavaScript是运行在()的脚本语言。(选择一项)
①  服务器端
②  客户端
③  在服务器运行后,把结果返回到客户端
④  在客户端运行后,把结果返回到服务端
【单选题】 在JavaScript中( )方法可以对数组元素进行排序。(选择一项)
①  add( )
②  join( )
③  sort( )
④  length( )
【判断题】 do...while循环:该循环程序在初次运行时会首先执行一遍其中的代码,然后当指定的条件为true时,它会继续这个循环。
①  正确
②  错误
【判断题】 return 语句用来规定从函数返回的值。因此,需要返回某个值的函数必须使用这个 return 语句。
①  正确
②  错误
【判断题】 在JavaScript中,两个整数进行除(/)运算,其结果也为整数。
①  正确
②  错误
【判断题】 JavaScript表达式的类型只取决于运算符,与操作数无关。
①  正确
②  错误
【单选题】 以下不属于常用边框样式属性的有:(选择一项)
①  border-width
②  border-style
③  border-color
④  border-size