【单选题】【消耗次数:1】
The boy is not happy at the new school. He has _________ friends there.
few
a few
little
a little
参考答案:
复制
纠错
相关题目
【单选题】 The boy is not happy at the new school. He has ________ friends there.
①  few
②  a few
③  little
④  a little
【单选题】 19.Though she talks little, she has made _______ friends here.
①  a few
②  few
③  littlle
④  a little
【单选题】 9. Tim is ________boy. He can say a few words.
①  an one-year-old
②  a one-year-old
③  an one-year old
④  a one-year old
【单选题】 Little Tom is an orphan(孤儿). _____, he has to make a living by himself.
①  A child as he is
②  Child as he is
③  Child as is he A child though he is
【单选题】 His father is [填空] maths teacher.He works in my friends school.
①  a
②  an
③  the
④  /
【单选题】 The little boy was [] hearted.
①  mouse
②  chicken
【单选题】 The policeman offered the little boy something ____ .
①  for eat
②  to eat
③  eat
④  to eating
【单选题】 I _____ a few high school classmates at KFC yesterday.
①  came across
②  came along
③  came to
④  came on
【单选题】 He wants to find a ______________ with a school.
①  hobby
②  information
③  position
④  power
【单选题】 The short story ____ the heart of the little boy with its unusual plot.
①  captured
②  cost
③  cast
④  chased
随机题目
【单选题】 数据链路层在OSI参考模型的( ) 。
①  第一层
②  第二层
③  第三层
④  第四层
【单选题】 在网络互连的层次中,( )是在数据链路层实现互连的设备。
①  网关
②  中继器
③  网桥
④  路由器
【单选题】 一个 A类网络已经拥有60 个子网,若还要添加两个子网,并且要求每个子网有尽可能多的 主机,应指定子网掩码为( ) 。
①  255.240.0.0
②  255.248.0.0
③  255.252.0.0
④  255.254.0.0
【单选题】 异步传输模式( ATM)实际上是两种交换技术的结合,这两种交换技术是 ( )
①  电路交换与分组交换
②  分组交换与帧交换
③  分组交换与报文交换
④  电路交换与报文交换
【单选题】 若运行时给变量x输入12,则以下程序的运行结果是( )。 Main() {int scanf(%d, y=x12?x+10:x-12; printf(%d\n }
①  0
②  22
③  12
④  10
【单选题】 下述程序的运行结果( )。 #includevoid main() { int a=5,b=4,c=3,d=2; if(ac)printf(%d\n else if((c-1=d)==1)printf(%d\n,d+1); else printf(%d\n,d+2); }
①  1
②  2
③  3
④  4
【单选题】 下述程序的运行结果( )。 #includevoid main() { int p,a=0; if(p=a!=0)printf(%d\n else printf(%d\n,p+2); }
①  1
②  2
③  3
④  5
【单选题】 有如下程序段,对应正确的数据输入是 ( )。 float x,y; scanf(%f%f, x, printf(a=%f,b=%f, x,y);
①  2.04
②  2.04, 5.67 5.67
③  a=2.04, b=5.67
④  2.055.67
【单选题】 以下说法正确的是( )。
①  输入项可以为一个实型常量,如scanf(%f,3.5);
②  只有格式控制,没有输入项,也能进行正确输入,如scanf(a=%d,b=5d
③  当输入一个实型数据时,格式控制部分应规定小数点后的位数,如scanf(%4.2f,
④  当输入数据时,必须指明变量的地址,如scanf(%f,
【单选题】 表达式和表达式语句的区别是( )。
①  表达式的后面加一个分号就构成了表达式语句
②  表达式的后面加一个冒号就构成了表达式语句
③  表达式的后面加一个点就构成了表达式语句
④  表达式的后面加一个句号就构成了表达式语句