問題詳情
The 1900 houseThe bowler family was one of more than 400 families who applied to 1900 house, a reality TV shout which took a typical family back a hundred years to se how people lived in the days before the internet, computer games and even electricity.The bowler family spent three months in a London home without a telephone, computers, TV, or fast food. The bowlers wore clothes from 1900, are only food available in English at that time, and cooked their meals on a single stove. Paul bowler still went to work every day in a then uniform. The children changed their clothes on the way to and from school and their classmates didn’t know about then unusural home life. Joyce stayed at home, cooking and cleaning like a typical housewife of the time, though everything took three times as long.So does Joyce think that people’s lives were better in the old days?“I think people in the old days had just ad many troubles and worries,” Joyce said.And I don’t think their life was better or worse, there were lots of things back then thatI’m happy I don’t have to deal with nowadays, but on the other hand life was simpler.” “We had a lot more time with our family, and it was hard being nice to each other all the time,” eleven-year-old Hilary said.So what did the Bowler family miss most about modern life while living in the 1900 house?Paul,39:” telephone and a hot shower”Joyce,44:” a quick cup of tea from a kettle you could just turn on”Hilary,11:” rock CD”Joseph,9:” hamburger and computer games”
54.While the Bowler family was living in 1900 house,_____.
(A) the mother spent more time on housework
(B) the two children wore the then clothes for school
(C) they prepared their meals together on a stove
(D) they ate simple foods they had never seen
54.While the Bowler family was living in 1900 house,_____.
(A) the mother spent more time on housework
(B) the two children wore the then clothes for school
(C) they prepared their meals together on a stove
(D) they ate simple foods they had never seen
參考答案
答案:A
難度:適中0.5
統計:A(0),B(0),C(0),D(0),E(0)
內容推薦
- (A)work (B) time (C) energy (D)change
- (A) rag (B) hat (C) pocket (D) counter
- When was duet most probably found to be the very hero?(A) the day when he was leaving for ho
- 2)下列叙述中正确的是(A)在栈中,栈中元素随栈底指针与栈顶指针的变化而动态变化 (B)在栈中,栈顶指针不变,栈中元素随栈底指针的变化而动态变化 (C)在栈中,栈底指针不变,栈中元素随栈顶指针的变化而
- (A)by (B) for (C) on (D) with
- 第四节 完形填空(共20小题,每小题5分,满分30分)I used to live selfishly, I should admit. But one moment changed me.I w
- (A) waited (B) followed (C) stopped (D) arrived
- Who divide after duret into the river to save the little girl?(A) David Anderson (B) a passe
- (A) chief (B) basic (C) actual (D) total
- What a fine day! Shall we go picnicking?. But we need to be home before six o’clock for the foot
內容推薦
- (A) chocolates (B) coins (C) tins (D) drugs
- 第二部分 阅读理解(共两节,满分40分)第一节(共15小题,每小题2分,满分30分)阅读下列四篇短文,从每小题后所给的A、B、C、D四个选项中,选出最佳选项,并在答题卡上将该选项涂黑。AAsk Dr
- 4)下面描述中,不属于软件危机表现的是(A)软件过程不规范 (B)软件开发生产率低 (C)软件质量难以控制 (D)软件成本不断提高
- According to Paragraph 4, what’s Jovce’s opinion about life in 1900?(A) There were fewer pro
- (A) happeiness (B) sadness (C) love (D) hate
- People laugh when tickled by others bedause the feeling is _______.(A) unexpected (B)expected
- 5)软件生命周期是指(A)软件产品从提出、实现、使用维护到停止使用退役的过程(B)软件从需求分析、设计、实现到测试完成的过程(C)软件的开发过程(D)软件的运行维护过程
- What would Hilary expect most from modern life in the three months?(A) To play computer games
- (A) Disappointedly (B) Unfortunately (C) Coincidentally (D) Comfortably
- Who has got a little child according to the text?(A) Ms. Leon (B) Mr. Lewis (C) Mr. Moeller (
- 6)面向对象方法中,继承是指(A)一组对象所具有的相似性质(B)一个对象具有另一个对象的性质(C)各对象之间的共同性质(D)类之间共享属性和操作的机制
- InternetFor these reasons,I believe that lawmakers need to legislate (立法) against spam.Spammers shou
- 7)层次型、网状型和关系型数据库划分原则是(A)记录长度 (B)文件的大小 (C)联系的复杂程度 (D)数据之间的联系方式
- According to the text, what is the major cause of the flooding spam?(A)Companies rely on e-ma
- 根據馬斯婁(A. Maslow)的需要層次理論,需要滿足的程度與該項需要的激勵強度,兩者關係為何?(A)成正比 (B)視情況而定 (C)沒有關係 (D)成反比。
- 8)一个工作人员可以使用多台计算机,而一台计算机可被多个人使用,则实体工作人员 与实体计算机之间的联系是(A)一对一 (B)一对多 (C)多对多 (D)多对一
- 9)数据库设计中反映用户对数据要求的模式是(A)内模式 (B)概念模式 (C)外模式 (D)设计模式
- 10)有三个关系R、S 和T 如下:ABCDc31R S TABCa12b21c31ADc4则由关系R 和S 得到关系T 的操作是(A)自然连接 (B)交 (C)投影 (D)并
- 19)若有定义语句int a,b;double x;则下列选项中没有错误的是(A) switch (x%2){ case 0: a++; break;case 1: b++; break;defaul
- 11)以下关于结构化程序设计的叙述中正确的是(A)一个结构化程序必须同时由顺序、分支、循环三种结构组成(B)结构化程序使用goto 语句会很便捷(C)在C 语言中,程序的模块化是利用函数实现的(D)由
- 29)有以下程序#includevoid f(int *p);main(){ int a[5]={1,2,3,4,5},*r=a;f(r );printf(“%dn”,*r); }void f(int
- 20)有以下程序#includemain(){ int a=1,b=2;while(a<6) {b+=a; a+=2;b%=10;}printf(“%d, %dn”,a,B;}程序运行后的输出结
- 12)以下关于简单程序设计的步骤和顺序的说法中正确的是(A)确定算法后,整理并写出文档,最后进行编码和上机调试(B)首先确定数据结构,然后确定算法,再编码,并上机调试,最后整理文档(C)先编码和上机调
- 30)有以下程序函数fun 只对下标为偶数的元素进行操作)#includevoid fun(int *a,int n){ int i,j,k,t;for(i=0;ia[k]) k=j;t=a[i];
- 39)若有以下语句typedef struct S{int g ; char h;} T;以下叙述中正确的是(A)可用S 定义结构体变量 (B)可用T 定义结构体变量 (C)S 是struct 类型的