【单选题】【消耗次数:1】
IlikewatchingTV_______tothecinema.
more than to go
more than going
than going
rather than to go
参考答案:
复制
纠错
相关题目
【单选题】 Some handicapped people may be ______ to go out at all and a visitor is more than welcome.
①  able
②  unable
③  disable
④  disabled
【单选题】 17.We`d rather stay at home than go to the cinema, _____?.
①  hadwe
②  hadn`twe
③  wouldn`twe
④  wouldwe
【单选题】 To answer correctly is more important than ____.
①  that you finish quickly
②  finishing quickly
③  to finish quickly
④  finish quickly
【单选题】 To answer correctly is more important than________.
①  that you finish quickly
②  finishing quickly
③  to finish quickly
④  finish quickly
【判断题】 Amy is more stronger than that girl.
①  正确
②  错误
【单选题】 Tom ____more than twenty pounds on the novel.
①  spent
②  paid
③  cost
④  took
【多选题】 Computers are __________ more efficient than human beings.
①  many
②  much
③  less
④  far
【单选题】 Tom ________ more than twenty pounds on the novel.
①  spent
②  paid
③  cost
④  took
【判断题】 My piano is more newer than his.
①  正确
②  错误
【单选题】 Hed had more than enough practice to become a(n ) ____.
①  special
②  skill
③  profession
④  expert
【单选题】 Modern ____ perhaps causes more problems than it solves.
①  technique
②  technology
③  tactics
④  tendency
随机题目
【单选题】 一个指针指向一个数据对象,它保存着该数据对象的地址,若数据对象为DataType类型,则该指针的类型为( )。
①  DataType*
②  DataType
③  DataType&
④  DataType**
【单选题】 假定p所指对象的值为25,p+1所指对象的值为42,则执行*p++运算后,p所指对象的值为( )。
①  25
②  42
③  26
④  43
【单选题】 在一个链表中,每个结点必然存在着一个指向自身结点类型的指针域,用来保存下一个结点的( )。
①  地址
② 
③  名称
④  类型
【单选题】 一个指针指向一个数据对象,它保存着该数据对象的地址,若数据对象为DataType类型,则该指针的类型为( )。
①  DataType*
②  DataType
③  DataType
④  DataType**
【单选题】 带有随机函数的表达式rand()%20的值在( )区间内。
①  1~19
②  1~20
③  0~19
④  0~20
【单选题】 在函数体中又调用自身函数则称为( )调用。
①  非递归
②  直接递归
③  间接递归
④  末尾递归
【单选题】 在下面的( )函数声明语句存在语法错误。
①  AA(int a,int b);
②  AA(int,int)
③  AA(int a;int b)
④  AA(int a,int)
【单选题】 要把一个整形指针p转换为字符指针,则采用的强制转换表达式为( )。
①  (int*)p
②  (int)*p
③  (char*)p
④  (char)*p
【单选题】 假定一条定义语句为“int a[10],x,*pa=a;”,若要把数组a中下标为3的元素赋值给x,则不正确的语句为( )。
①  x=pa[3];
②  x=*(a+3);
③  x=a[3];
④  x=*pa+3;
【单选题】 假定p所指对象的值为25,p+1所指对象的值为42,则*p++的值为( )。
①  25
②  42
③  26
④  43