问题 单项选择题

将取得印鉴卡的医疗机构名单向本行政区域内的定点批发企业通报的部门是()

A.省级卫生行政部门

B.设区的市级卫生行政部门

C.省级药品监督管理部门

D.设区的市级药品监督管理部门

答案

参考答案:A

阅读理解

阅读理解。

    Trees are useful to man in three important ways: they give him wood and other useful things, they give him

cool places, and they help to stop drought and flood.

    Unluckily, in many parts of the world, man has not found that the third of these points is the most important.

Man wants to make money from trees,so he has cut them down in large numbers, only to find that without

them he has lost the best friends he had. And also, he is usually too careless to plant and look after new trees.

So the forests slowly disappear.

    This does not only mean that man will have fewer trees. The results are even worse: for where there are

trees, their roots break up soil-make the rain in-and also bind the soil, thus stopping it from being washed away

easily; but where there are no trees, the rain falls on hard ground and flows away, causing floods and carrying

away the rich top-soil. When all the top-soil is gone, nothing is left but useless desert.

1. The most important points of trees to man is _____. [ ]

A. they help him to make money

B. they give him cool

C. they give him wood and other things

D. they help him to stop drought and floods

2. In many places forests slowly disappear because _____. [ ]

A. many trees have been cut down by man

B. new trees are not well looked after

C. man has not paid enough attention to planting trees

D. all the above

3. Land becomes desert after all trees are cut down because _____. [ ]

A. roots of trees break up the soil

B. there are too many rainfalls

C. strong winds bring a lot of sand

D. there are no longer trees to keep the rain and protect the top-soil.

4. Which title best fits the passage? [ ]

A. Trees and Man B.The Function of Tree Wood

C. How do People deal with Trees?

D. The Usage of Tree Roots

问答题


阅读以下说明和图,根据要求回答问题1~问题4。
[说明]
某电子商务公司开办了在线电子商务网站,主要为各注册的商家提供在线商品销售功能。为更好地吸引用户,该公司计划为注册的商家提供商品(Commodity)促销(Promotion)功能。商品的分类(Category)不同,促销的方式和内容也会有所不同。
注册商家可发布促销信息。商家首先要在自己所销售商品的分类中,选择促销涉及的某一具体分类,然后选出该分类的一个或多个商品(一种商品仅属于一种分类),接着制定出一个比较优惠的折扣政策和促销活动的优惠时间,最后由系统生成促销信息并将该促销信息公布在网站上。
商家发布促销信息后,网站的注册用户便可通过网站购买促销商品。用户可选择参与某一个促销 (Promotion)活动,并选择具体的促销商品(Commodity),输入购买数量等购买信息。系统生成相应的一份促销订单(POrder)。只要用户在优惠活动的时间范围内,通过网站提供的在线支付系统,确认在线支付该促销订单(即完成支付),就可以优惠的价格完成商品的购买活动,否则该促销订单失效。
系统采用面向对象方法开发,系统中的类及类之间的关系用UML类图表示,如图6-18所示是该系统类图中的一部分;系统的动态行为采用UML序列图表示,如图6-19所示是发布促销的序列图。


[问题4] 现需了解十大最畅销(借出次数最多)图书或唱碟。为此引入类TemPopulate以存储所有十大畅销图书或CD的名称及其被借出的次数。利用顺序图描述某类图书或唱碟被借出后成为十大畅销图书或唱碟时对象间的消息交互,通常在系统一次运行过程中,应有 (11) 个TenPopulate实例对象最合适,一个 TenPopulate类实例对象最多需要和 (12) 个Items_on_loan实例对象交互。 [供选择的答案] (11) A.1 B.2 C.10 D.n(图书和唱碟种类数) (12)

A.2 B.10
C.20 D.n(图书和唱碟种类数)