【单选题】【消耗次数:1】
I dont know the park, but its____ to be quite beautiful.
said
told
spoken
talked
参考答案:
复制
纠错
相关题目
【单选题】 I know the man by ____ but I have never spoken to him.
①  chance
②  heart
③  sight
④  experience
【单选题】 A: Do you know that Tony quarreled with his brother? B: I dont know,[填空].
①  nor dont I care
②  nor do I care
③  I dont care neither
④  I dont care also
【单选题】 The work will be finished ___________ , but I dont know when.
①  sometimes
②  some times
③  some time
④  sometime
【判断题】 A: Its fine today, and I dont love to stay indoors. B: I dont like it, too.
①  正确
②  错误
【单选题】 There isnt any difference between the two. I really dont know ____.
①  where to choose
②  which to choose
③  to choose what
④  to choose which
【单选题】 There isnt any difference between the two. I really dont know _________.
①  where to choose
②  which to choose
③  to choose what
④  to choose which
【单选题】 I dont have to introduce the boy to you ___-you know him.
①  since
②  until
③  unless
④  but
【单选题】 The Apple Watch is very beautiful, but its too expensive. So I cant _____ it.
①  save
②  support
③  offer
④  afford
【判断题】 The more I learn, I find I dont know the more. 请判断此句是否正确。
①  正确
②  错误
【单选题】 16.I dont have to introduce the boy to you ___-you know him.
①  since
②  until
③  unless
④  but
随机题目
【单选题】 下列不正确的定义是()。
①  int*p=i,i;
②  int*p,i;
③  inti,*p=i;
④  inti,*p;
【单选题】 文件结束标志是()
①  \0
②  EOF
③  \n
④  0
【单选题】 #include stdio.h语句的功能是()。
①  这个语句的功能是进行有关的预处理操作
②  这个语句的功能是进行有关的打印处理操作
③  这个语句的功能是进行有关的扫描理操作
④  这个语句的功能是进行有关的数学公式的处理操作
【单选题】 对于int型非负数据不可采用格式说明符()输出。
①  %x
②  %d
③  %ld
④  %u
【单选题】 要使doublex;longa;获得数据,正确的输入语句是()。
①  scanf(%d,%f,a,x);
②  scanf(%f,%1d,x,a);
③  scanf(%ld,%1f,a,x);
④  scanf(%1d,%1f,a,x);
【单选题】 指出下面正确的输入语句是()
①  scanf(a=b=%d,a,b);
②  scanf(a=%d,b=%f,m,f);
③  scanf(%3c,c);
④  scanf(%5.2f,f);
【单选题】 冒泡排序对一维数组进行从大到小排序,一趟排序后会将数组中的()排到最后
①  最大值
②  最小值
③  下标最大的值
④  下标最小的值
【单选题】 对于语句:f=(3.0,4.0,5.0),(2.0,1.0,0.0);的判断中,()是正确的。
①  语法错误
②  f为5.0
③  f为0.0
④  f为2.0
【单选题】 C语言关系运算符的结果有B和()
①  0
②  1
③  TRUE
④  FALSE
【单选题】 若有定义:int a[10],*p=a;则错误引用数组元素a[2]地址的是()。
①  p+2
②  a+2
③  p[2]
④  *a+2