试题与答案

下列治疗消化性溃疡的药物中,抑酸最强、疗效最佳的是() A.西咪替丁 B.阿托品 C

题型:单项选择题

题目:

下列治疗消化性溃疡的药物中,抑酸最强、疗效最佳的是()

A.西咪替丁

B.阿托品

C.硫糖铝

D.奥美拉唑

E.胶体次枸橼酸铋

答案:

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

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

参考答案:D

试题推荐
题型:阅读理解

阅读理解。

     Ann is a middle school student. She is good at Chinese. But her English is not very good because she

is in China now. Ann has a good friend. Her name is Kate. Kate can speak very good English but she isn’t good at Chinese. Because she just comes from England.

     After school, they often study in Ann’s house.Ann’s brother is about twenty.He works in a big hospital. He knows much about English and Chinese. He helps Ann with her English and Kate with her Chinese. Now the two girls like English and Chinese very much. They are good students in their class. Their favorite

sports are swiming and roller-skating(轮式溜冰),and their favorite games are playing computer and flying kites. They are very happy in the school.

1. After reading we know that Ann and Kate are _______.

A. students    

B. sisters            

C. friends        

D. A and C

2. Where do they study after school?

A. In the school  

B. At Kate’s home  

C. In Ann’s house  

D. In the classroom

3. Why does Ann’s brother help them English and Chinese?

A. Because he knows a lot about English and Chinese.

B. Because he is a good teacher in the school.

C. Because he is good at teaching English and Chinese.

D. Because helping them is good for himself.

4. What are Ann and Kate’s favorite games?

A. Swimming and roller-skating          

B. Swimming and computer

C. flying kites and playing computer      

D. Roller-skating and kites

5. How are Ann and Kate in the school?

A. Hard          

B.Boring          

C. Happy      

D. Early

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

从以下备选答案中为程序中空缺部分选择正确答案。

试题五
阅读下列说明,根据网页显示的效果图,回答问题。
[说明]
以下是用ASP实现的一个网络收藏夹网页,用于保存用户感兴趣的Web网页地址。用IE打开网页index.asp后的效果如下图所示。程序中使用的Access数据表结构如下表所示。

Access数据表结构

 字段名  类型   备注
no 自动编号 序号
name 文本 主页名称
url 文本 超链接
category 文本 网站类别

indet.asp文档的内容如下。
<%@LANGUAGE="VBSCRIPT"%>
<%
set corm=server. (5) ("Adodb Connection")
provider="provider=Microsoft.Jet.OLEDB.4.0; "
path="Date Source="& Server.MapPath("main.mdb")
connstr=provider & path
conn.open connstr
%>
<html>
<head><title>网络收藏夹</title></head>
(6)
<center>
<%
set rs=Server.CreateObject("Adodb.RecordSet")
sql="Select*from address"
rs open()sql,conn,1,3
if Request("name")=""or Request("ur1")=""then
Response.write("内容填写不完整")
else
rs.addnew
rs(1)=request("name")
rs(2)=request("URL")
rs(3)=request("category")
rs.update
end If
%>
<table width="500" border="1" celipadding="0" cellspacing="0"
bordercolor="#FFCC00">
<tr><td>序号</td><td>名称</td><td>类别</td></tr>
<%rs.movefirst
for J=1 to ms. (7) %>
<tr>
<td><%=j%></td>
<td><a href="<%=rs("url")%>"targer="blank"><%"ms("name")%></a></td>
<td><%=rs("category")%></td>
</tr>
<%rs.movenext
(8) %>
</table><br>
<form action="index.asp"method="post"name="new"id="new">
<table width:"300"border="1"celipadding="0"celispacing="0"bordercolor
="#FFCC00”>
<tr>
<td width="61">名称</th>
<td width="223" align="left"><input name:"neme"type="text"
id="name"></td>
</tr>
<tr>
<td>超链接</td>
<td Width="left"><input name="URL"type:"text"id="URL"></td>
</tr>
<tr>
<td colspan:"2">类别</td>
</tr>
<tr>
<td Colspan="2"><textarea name="category" rows="5"
id="disc"></textarea>
<br>★为必填项目</td>
</tr>
</table>
<br>
(9)
</forn>
<%
rs close
conn.close
%>
</Center>
</body>
</html>

A.skip

B.end for

C.next

D.loop

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