Section C (25 marks)
Directions: Write an English composition according to the instructions given below
in Chinese.
假设你和几位同学成立了一个英语俱乐部,开展了为期两个月的活动。现在,你将代表俱乐部在课堂上进行经验交流,请写一篇英语发言稿,主要内容如下:
1.简要描述俱乐部开展的一项与英语有关的主要活动:2.谈谈你们开展该活动的收获。
注意:
1.词数不少于120个;
2.不能使用真实姓名和学校名称。
第1题:
关联、聚合(Aggregation)以及组合(Composition)
的区别?
第2题:
第3题:
与下列语句组等效的语句组是: document.write ("123<br>"); document.write ("456");
A.for (document) { write ("123<br>"); write ("456"); }
B.with (document) { write ("123<br>"); write ("456"); }
C.foreach (document) { write ("123<br>"); write ("456"); }
D.while (document) { write ("123<br>"); write ("456"); }
第4题:
A、English和Engl_ish
B、English和ENGLISH
C、English和Engl
D、English和England
第5题:
以下哪个标签不是 HTML 5 的语义化标签()
A.<header></header>
B.<section></section>
C.<marquee></marquee>
D.<article></article>
第6题:
【单选题】下列选项中,属于字符串结尾的div标签是()。
A.div[id*=section]
B.div[id$=section]
C.div[id^=section]
D.以上都不对