【单选题】【消耗次数:1】
A new house ___ at the corner of the road.
is building
is being built
been built
be building
参考答案:
复制
纠错
相关题目
【单选题】 6. A new house ___ at the corner of the road.
①  is building
②  is being built
③  been built
④  be building
【判断题】 A new bridge has been built on Xinan River.
①  正确
②  错误
【单选题】 We built the house ______. Nobody helped us.
①  ourselves
②  ours
③  myself
④  mine
【单选题】 There will be a new building here next year, _____ ?
①  will it
②  will there
③  be there
④  won’ t there
【单选题】 he park has been built and it will be open _____ three years
①  A. in
②  B.for
③  C.on
④  D.after
【单选题】 Modern machinery _______ been installed in this newly-built factory.
①  has
②  have
③  is
④  are
【单选题】 The new apartment built a few months ago is large enough to _____ over two hundred people.
①  contain
②  provide
③  reside
④  accommodate
【单选题】 27.The city council is planning a huge road-building programme to ease congestion. The underlined part means _____.
①  calm
②  relieve
③  comfort
④  still
【单选题】 They have built a____.?
①  bridge hundred meters ?
②  bridge a hundred meters long?
③  a hundred meters long bridge ?
④  bridge hundred meters long?
【单选题】 Sports and leisure centres are[填空] built.
①  be
②  been
③  /
④  being
随机题目
【简答题】 程序中可以使用3个标准的流文件,分别是标准输入流、标准输出流和标准[填空1]。
【简答题】 在程序设计中,主要用到程序文件和[填空1]文件。
【简答题】 假如数组元素是struct Student类型,则在实现换值时,临时变量temp也应定义为[填空1]类型。
【简答题】 “—>”称为[填空1]运算符。
【简答题】 已有定义struct Student stu[3],如果要求指针变量p能够指向stu中的元素,则p的基类型应为[填空1]。
【简答题】 C语言允许用户自己建立由不同类型数据组成的组合型的数据结构,它称为[填空1]。
【简答题】 用结构体数组存放n个学生信息,可采用选择法对各元素进行[填空1]。
【简答题】 在以下嵌套结构中填空。#includestdio.hstruct date{ int month;int day;int year;};struct student{[填空1]name[20];[填空2]age;[填空3]sex;[填空4]date_birthday;[填空5]department[30];};
【简答题】 结构体数组中存有3个人的姓名和年龄,以下程序输出3个人中最年长者的姓名和年龄,在横线上填上正确的内容。static struct man{ char name[20];int age;}person[]={{zhang-hua,18},{li-dong,20},{wang-ping,22}};main(){ struct man *p,*q;int old=0;for[填空1];[填空2];p++)if (oldage){ q=p;[填空3];}printf(%s%d,[填空4]);}
【简答题】 构体类型的名字是由一个关键字[填空1]和[填空2]组合而成的。