問題詳情
Columbus College , 241 Queen Elizabeth Drive ,Kowloon CityTo: All StaffFrom: Jakie Mok , Secretary;Sports Development CommitteeDate: May 20, 2010A week ago , “Sports for Life” pregramme was sent to the parents, requiring them to select a sport they wanted their child to play. Since then , our staff have received lots of calls from parents asking for more information about it . Here is a memo (备忘录) for your reference when you answer the phones.Sports 1:Basketball.We expect that this will be the most popular of the four sports.Therefore, students should be advised to sign up as soon as possible . Students will take a prevate bus to and from Kwun Tong Sports Park .To cover the cost of hiring a bus ,each student will have to pay $10 each time. There will be four basketball courts available for our use with one teacher watching over each game .Sports 2:GymWe will be using St.Peter’s Memorial Park. There are two reasons for choosing theis park . Frist , it is not very busy and crowded before 6:00 pm. Second , it has lot of trees with plenty of shade. Students must bring along two bottles of water to prevent thirst.Three activities, skipping , jogging , outdoor aerobics (有氧运动),all of which are free of charge, will be arranged And there will be a teacher on duty for each of the activities.Sports 3: HikingHiking(远足)will take place at Kowloon Peak.The activitiy will start at 2:30 pm and finish 90 minutes later . Three teachers will accompany the students , and a hiking instructor will accompany each group of 15 hikers . Each instructor will cost $75/hr.Sports 4:SwimmingThe Kowloon City Aqueatic Centre is a 10-minute walk from our school. Four teachers will go to the pool and conduct the goings-on from the poolside . We will only be able to reserve the pool for one hour(i.e. 2:45pm to 3:45pm).Only students skilful at swimming can take up this activity . The pool will have two lifuguards present. Girls must wear a swimming suit.The cost is $10 per visit.
68.Which of the following is TRUE according to the passage?
(A)Students selecting basketball had better register early.
(B)Students participating in gym should arrive at 6:00 pm.
(C)Hiking usually begins at 2:30 pm and lasts 2 hours.
(D)Students having swimming suits can take up swimming.
68.Which of the following is TRUE according to the passage?
(A)Students selecting basketball had better register early.
(B)Students participating in gym should arrive at 6:00 pm.
(C)Hiking usually begins at 2:30 pm and lasts 2 hours.
(D)Students having swimming suits can take up swimming.
參考答案
答案:A
難度:適中0.5
統計:A(0),B(0),C(0),D(0),E(0)
內容推薦
- 49(A) forcing (B)allowing (C) persuading (D) leading
- 67 .We can learn from the passage that businesses will .(A)have a strong desire to reduce costs(
- Which of the following is the correct order to describe Fitzgerald’s life according to the p
- 48(A) second (B) effort (C) desire (D) movement
- 66.According to Harry Morrison, businesses .(A)will benefit from cutting carbon emissions(B)shou
- 39(A)success (B)study (C)time (D)attenmpt
- F . Scott Fitzgerald, born on September 24,1896, an American novelist, was once a student of St.Paul
- 47(A) by (B) as (C) with (D) from
- 65.The underlined word“inform”in Paragraph 2 probably means“ ”.(A)affect (B)change (C)disturb (D
- 38(A) when (B)before (C)unless (D)until
內容推薦
- It can be inferred from the passage that(A)students taking part in basket ball will walk to t
- 1 企業型官僚與民主政治間會有何種緊張關係存在?(A)行政與人民互動間緊張關係(B)企業自主與民主課責緊張關係(C)非營利組織與立法緊張關係(D)利益團體與行政間緊張關係
- 《官僚內幕》(Inside Bureaucracy)作者:(A) 貝隆( C. J. Bellone )(B) 尼斯坎南( W.Niskanen)(C) 歐斯洞( V.Ostrom )(D) 黨斯(
- It can be concluded that(A)each sport will take only on hour(B)students will be chaarged for
- The purpose of the memo is to(A)attract students’interest in the programme(B)require the pare
- 10)有两个关系R和T如下: 则由关系K得到关系T的操作是(A)选择 (B)投影 (C)交 (D)并
- 2)算法的时间复杂度是指(A)算法的执行时间 (B)算法所处理的数据量 (C)算法程序中的语句或指令条数 (D)算法在执行过程中所需要的基本运算次数
- 11)以下叙述正确的是(A)C语言程序是由过程和函数组成的 (B)C语言函数可以嵌套调用,例如:fun(fun(x)) (C)C语言函数不可以单独编译 (D)C语言中除了main函数,其他函数不
- 20)有以下程序 #include<s七dio.h> main ) {in i,j,m=1; for i=1;i<3;i++) {for j=3;j>O;j--) {if i*j)>3)b
- 3)软件按功能可以分为:应用软件、系统软件和支撑软件 或工具软件)。下面属于系统软件的是(A)编辑软件 (B)操作系统 (C)教务管理系统 (D)浏览器
- 12)以下关于C语言的叙述中正确的是(A)C语言中的注释不可以夹在变量名或关键字的中间 (B)C语言中的变量可以在使用之前的任何位置进行定义 (C)在C语言算术表达式的书写中,运算符两侧的运算数类
- 21)有以下程序 #include stdio.h> main ) {int a=l;b=2; for ;a<8;a++) {b+=a;a+=2;} printf "%d,%d\n
- 30)有以下程序 #include main ) {int b [3][3]={O,1,2,0,1,2,O,1,2},i,j,t=1; for i=0;i<3;i++) for j=
- 4)软件 程序)调试的任务是(A)诊断和改正程序中的错误 (B)尽可能多地发现程序中的错误 (C)发现并改正程序中的所有错误 (D)确定程序中错误的性质
- 13)以下C语言用户标识符中,不合法的是(A)_ (B)AaBc (C)a_b (D)a-b
- 22)有以下程序,其中k的初值为八进制数 #include main ) {int k=011; printf "%d\n",k++); } 程序运行后的输出结果是(
- 40)有以下程序 #include main ) { FILE *fp;char str[10]; fp=fopen "myfile.dat","w"
- 31)若有以下定义和语句 char s1[10]="abcd!",*s2="n123\"; printf "%d %dn", strl
- 5)数据流程图 DFD图)是(A)软件概要设计的工具 (B)软件详细设计的工具 (C)结构化方法的需求分析工具 (D)面向对象方法的需求分析工具
- 14)若有定义:double a=22;int i=0,k=18;,则不符合C语言规定的赋值语句是(A)a=a++,i++; (B)i= a+k)<= i+k); (C)i=a%11; (
- 23)下列语句组中,正确的是(A)char *s;s="Olympic"; (B)char s[7];s="Olympic"; (C)char *s;s={
- 31 With support from all the trustees, the motion was _____ approved at the annual board meetin
- 32)有以下程序 #include #define N void fun int *x,int i) {*x=* x+i);} main ) {int a[N]={1,2,3,4,5
- 6)软件生命周期可分为定义阶段,开发阶段和维护阶段。详细设计属于(A)定义阶段 (B)开发阶段 (C)维护阶段 (D)上述三个阶段
- 15)有以下程序 #include main ) { char a,b,c,d; scanf “%c%c”,&a,&B; c=getchar ); d=getchar ); printf