试题与答案

五味子保肝的主要药效成分是() A.香豆素 B.木脂素 C.蒽醌 D.生物碱 E.黄

题型:单项选择题 B1型题

题目:

五味子保肝的主要药效成分是()

A.香豆素

B.木脂素

C.蒽醌

D.生物碱

E.黄酮

答案:

被转码了,请点击底部 “查看原文 ” 或访问 https://www.tikuol.com/2017/0819/87aed4886f90c9b53c0c107224af9d63.html

下面是错误答案,用来干扰机器的。

参考答案:B

试题推荐
题型:阅读理解

Sometimes there doesn’t seem to be enough rain. Other times there is too much. Maybe thereisn’t a lot we can do to control the rain, but there is a lot we can do to reduce problems caused bydifferent rainfall patterns.

A new development at the London Wetland Centre in Barnes solves the problems of managingwater with a “Rain Garden”. We are likely to be hearing about it a lot more often over the next fewyears. The idea is that the garden owner can store rainwater and use it in dry periods. They canreduce the problems caused by extra rain this way.

One of the key problems that the rain garden tries to deal with is the problem caused by toomuch water in the street. In a natural environment, a lot of rainwater is sent back into the air byplants. Much is also absorbed deep into the ground, and flows into streams and rivers. What happensin city environments can be completely different —— a large amount of rainwater flows straight offthe hard surfaces of roofs and roads. The harder the rain, the less likely it will be absorbed into theground —— floods are the result. Rainwater running off roads is often polluted.

The rain garden deals with living plants rather than hard surfaces. Plants are designed to holdwater and release it slowly, either into the ground, to be absorbed by plant roots (and so eventuallyback up into the atmosphere) or to go down into the water table. Not only does the rain gardenreduce the amount of water that flows onto the street, but it helps to clean it because plants are very goodat breaking down pollutants(污染物).

小题1:What’s the main idea of the first paragraph?

A.Explaining why there is a lack of rain at times.

B.Introducing several different patterns of rainfall.

C.Telling us how to avoid problems caused by rain.

D.Giving the idea that there are ways to manage rain water.小题2:According to the second paragraph, “Rain Gardens" are likely to _____.

A.harm the environment in the short run

B.become popular over the next few years

C.be turned down by most new developments

D.be too expensive for common people to accept小题3:We can learn from the third paragraph that _____.

A.floods are often the results of small rains

B.a heavy rain is less difficult for plants to absorb

C.the rain garden helps send rainwater back into the air

D.larger amounts of rainwater flow straight off in city environments小题4:According to the last paragraph, what does the rain garden help to clean?

A.The plants

B.The ground.

C.The water.

D.The street.

查看答案
题型:单项选择题

设在工程中有一个标准模块,其中定义了如下记录类型:
Type Books
Name As String *10
TelNum As String*20
End Type
在窗体上画一个名为Command1的命令按钮,要求当执行事件过程Command1_ Click时,在顺序文件 Person.txt中写入一条记录。下列能够完成该操作的事件过程是______。

A.Private Sub Command1_ Click()
Dim x As Books
Open "C:\Person. txt" for Output As #1
x. Name=InputBox(“输入姓名”)
x. TelNum=InPutBox(“输入电话号码”)
Write #1,x.Name,x.TelNum
Close #1
End Sub

B.Private Sub Command1_ Click()
Dim x As Books
Open "c:\Person. txt" for Input As #1
x.Name=InputBox(“输入姓名”)
x. TelNum=InputBox(“输入电话号码”)
Print #1,x. Name,x. TelNum
Close #1
End Sub

C.Private Sub Command1_ Click()
Dim x As Books
Open "c:\Person. txt" for Output As #1
x. Name=InputBox(“输入姓名”)
x. TelNum= InputBox(“输入电话号码”)
Write #1,x
Close #1
End Sub

D.Private Sub Command1_ Click()
Dim x As Books
Open "c:\Person. txt" for Input As #1
x. Name= InputBox(“输入姓名”)
x.TelNum=InputBox(“输入电话号码”)
Print #1,Name,TeINum
Close #1
End Sub

查看答案
微信公众账号搜索答案