【单选题】【消耗次数:1】
Father often tells [填空] a story on the bed.
us
we
I
they
参考答案:
复制
纠错
相关题目
【判断题】 Narrative writing tells a story to support a point
①  正确
②  错误
【判断题】 A: Can you tell us the story in English? B: No, I cant.
①  正确
②  错误
【单选题】 We often [填空] in the yard.
①  plays
②  play
③  playing
④  played
【单选题】 I often go to work on [填空].
①  foot
②  feet
③  foots
④  feets
【单选题】 I remember _______ to help us if we ever got into trouble.
①  once offering
②  him once offering
③  him to offer
④  to offer him
【单选题】 I often watch [填空] TV in [填空] evening.
①  a,the
②  an,the
③  /,the
④  /,a
【简答题】 What does the story about the nurse and the surgeon tell us?
【单选题】 A: We are going to have a housewarming party tonight. Would you like to join us? B: [填空].
①  I have no idea.
②  Im afraid not, because I have to visit my parents
③  No, I cant.
④  Thats all set
【单选题】 I think the story is not so ______ as that one.
①  Interesting
②  interested
③  more interesting
④  most interesting
【单选题】 We often compare children ______ flowers.
①  with
②  . to
③  in
随机题目
【单选题】 C语言中的系统函数fopen()是( )一个数据文件的函数。
①  读取
②  写入
③  关闭
④  打开
【单选题】 C语言中系统函数fopen()是( )一个数据文件的函数。
①  读取
②  写入
③  关闭
④  打开
【单选题】 向一个二进制文件写入信息的函数fwrite()带有( )参数。
①  1
②  2
③  3
④  4
【单选题】 标准输入设备的文件流标识符是( )。
①  stdin
②  stdout
③  stderr
④  stdio
【单选题】 从一个数据文件中读入以换行符结束的一行字符串的函数为( )。
①  gets()
②  fgets()
③  getc()
④  fgetc()
【单选题】 下面的标识符中,( )具有全局级作用域。
①  函数形参
②  全局变量
③  内部静态类标识符
④  自动变量符
【单选题】 下面的标识符中,( )是文件级作用域。
①  函数形参
②  语句标号
③  外部静态类标识符
④  自动类标识符
【单选题】 假定一个链表的表头指针为f,结点结构为(data,next),则向该链表的表头插入一个由p所指向的结点时,应执行的操作为p->next=f和( )。
①  p=f->next
②  f=p->next
③  f=p
④  f->next=p
【单选题】 假定一个函数的参数说明为const int* a,则在函数体中执行( )操作非法。
①  printf(“%d”,*a)
②  a==NULL
③  *a=20
④  a=NULL
【单选题】 要把一个整形指针p转换为字符指针,则采用的强制转换表达式为( )。
①  (int*)p
②  (int)*p
③  (char*)p
④  (char)*p