【单选题】【消耗次数:1】
I was watching TV ______ the telephone rang.
while
when
since
as
参考答案:
复制
纠错
相关题目
【单选题】 It was when Tom got to the office ____ the telephone rang.
①  which
②  that
③  how
④  what
【单选题】 I prefer reading books_______watching TV.
①  than
②  on
③  to
【单选题】 His mother had talked to him for two hours while he was watching TV, but_____.
①  a little did he hear
②  little did he hear
③  little heard he
④  a little heard he
【多选题】 _____________ when the phone rang.
①  Scarcely I had entered the room
②  had I scarcely entered the room
③  Scarcely had I entered the room
④  I had scarcely entered the room
【判断题】 He spends much time watching?TV
①  正确
②  错误
【单选题】 I ___ reading novels ___ watching movies. I like my own imagination when I read them.
①  would rather, than?
②  prefer, to?
③  prefer, than?
【单选题】 A: Hi, Mary. Its Peter. Do you have time to talk? B: Hi, Peter, [填空]. I was just watching TV.
①  so what
②  no doubt
③  sure
④  some time
【单选题】 I ________ here since I moved here.
①  will work
②  worked
③  work
④  have been working
【单选题】 I_______here since I moved here.
①  will work
②  worked
③  work
④  have been working
【单选题】 I feel very helpless to see the ____telephone bill.
①  including
②  increasing
③  declaring
④  decreasing
随机题目
【单选题】 以下陈述中正确的是( )。
①  A.串是一种特殊的线性表
②  B.串的长度必须大于零
③  C.串中元素只能是字母
④  D.空串就是空格串
【单选题】 使用“typedef int CC[4][6];”语句之后,再使用“CC a;”语句,则a所占用的存储空间的字节数为( )。
①  10
②  24
③  48
④  96
【单选题】 假定一个函数的二维数组参数说明为char w[][N],则与之等价的指针参数说明为( )。
①  char(*w)[N]
②  char *w [N]
③  char(*w) N
④  char** a
【单选题】 C语言中系统函数fopen()是( )一个数据文件的函数。
①  读取
②  写入
③  关闭
④  打开
【单选题】 向一个二进制文件写入信息的函数fwrite()带有( )参数。
①  1
②  2
③  3
④  4
【单选题】 下面的标识符中,( )具有全局级作用域。
①  函数形参
②  全局变量
③  内部静态类标识符
④  自动变量符
【单选题】 假定k是一个double类型的变量,则定义变量p的正确语句为( )。
①  double p=
②  double *p=
③  double
④  char *p=”Thank you!”;
【单选题】 C程序文件的扩展名为( )。
①  obj
②  exe
③  cpp
④  c
【单选题】 假定有“struct BOOK{char title[40];float price;} book;”,则正确的语句为( )。
①  struct BOOK x=
②  struct BOOK *x=
③  struct BOOK x=calloc(BOOK);
④  struct BOOK *x=BOOK;
【单选题】 假定a为一个字符数组名,则a[8]的地址比该数组的首地址大( )个字节。
①  4
②  8
③  16
④  32