问题 单项选择题

31岁女性,人工流产术后25d,仍有少量 * * 流血,检查子宫饱满,质中,轻压痛,宫口松软,双附件(-)。

最快速、准确的辅助检查是

A.血常规化验

B.血HCG测定

C.B超

D.尿妊免试验

E.宫口排出物细菌培养

答案

参考答案:C

阅读理解

阅读理解(共10小题;每小题2分,满分20分)

Have you ever heard the saying “If you want a friend, be one”?

Here is how one new teacher made friends with the girls and boys in her class on the first day of school. As the bell rang, the teacher smiled at each girl and boy. Then she said in a quiet voice, .”Good morning. How nice it is to have all of you in my class this year..I’d like to know each of you .I am sure we will enjoy working together.” Everyone felt that she meant what she said because of her sweet voice and her friendly look.

She told the girls and boys her name and wrote it on the blackboard. Then she told them some of the things she liked to do and she was hoping to do with them during the year.

Then she said to the class, “Now you know my name and the things I like and I want to know your names and the things you like. Then I will feel that I know you.”

Could you make friends by doing the same as this teacher did?

One way of getting to know girls and boys in your class is to find out more about them. It is often to be friends with those people who have the same hobbies with you. You play the same games and go on journeys together.

You may find that some new comers in your class miss their old friends and feel strange and lonely. You can invite them to take a walk or to ride bikes with you. You will find many things in common to talk about. Just talking together in a friendly manners is one good way to make friends.

86 How do you understand the saying “If you want a friend, be one’’?

If you want to have a friend, try to make one be your friend.

You can make friends by doing what a friend should do.

You may have a friend by doing everything for him.

When you need a friend, you have to be a friend of yourself.

87.The teacher’s sweet voice and her friendly look__________.

showed that she would like to be a friend of the girls and boys.

made every girl and boy happy

told the girls and boys everything about herself

meant she wanted to tell the boys and girls something interesting

88. A new comer will be our friend if ____________.

A. he always thinks of his old friend        B  you ask him to do something

C. he knows you very well                 D. you talk with him in a friendly way

89.If you want to make friends with others, which of the following shouldn’t you do?

A. Learn more about them.               B. Go on journeys together

C. Share different hobbies with them        D. Try to be the same to them.

90 What is the best title for this text?

A. A Friend in Need Is a Friend Indeed     B. The Teacher Can Make Friends with Students

C. How to Make Friends with Students?     D. One Good Way to Make Friends

填空题

[说明]
登录Web页时,在Web页中显示“welcome to my homepage!”,并且文字渐隐渐现,然后显示"hello!",并且文字渐隐渐现。
[HTML 文本]
<html>
<!--省略部分为HTML框-->
<script language=JavaScript" > //JavaScript 区域开始标识
<!-- //HTML的注释符
var amount=10; //声明一个变量,定义字符串长度
var color=new Array( ); // 定义一个新数组,并列出其中的元素
color[0]=" 333333";
color[1]=" 444444";
color[2]=" 666666";
color[3]=" 77777";
color[4]=" 888888";
color[5]=" aaaaaa";
color[6]=" bbbbbb";
co)or[7]=" dddddd*’;
color[8]=" ffffff ";
var message=new Array( ) //定义一个新数组,并列出其中的元素

message[O] =" welcometOmyhomepage!";
message[ ]=" hello!"
var x =0; //声明变量,并赋初值
var y =0;
var timer;
function p( ) t//定义函数P
if document, all) //如果是LE浏览器,执行以下语句
if (x < =7) t
mi. inner Text =<u> (1) </u> //如果×小于或等于7,则输入文本本信息的值
//然后×递加,即亮度增加
document, all. mi. style, filter =" glow( color =" + color[x] +" ,strength =4)";
<u> (2) </u>
timer=set Timeout(" p( )" ,100); //设指定时器每100毫秒,调用一次P函数
else //如果×大于7则调用dep函数,即亮度开始
clear Timeout(timer);
set Timeout(" dep( )" ,100);
function dep( ) //定义dep函数,并当浏览器是LE且×≥O时,
if( document, all)
if(<u> (3) </u>)
mi.inner Text=message[y];//输入文本信息,然后×递减,即亮开始变暗
docment, all. mi. style, filter =" glow( color =" + color[ xl +" ,strength =4" );
X-;
<u> (4) </u>; //每100毫秒,调用一次dep函数,减到最暗,接着执行下一条
else
clear Timeout (timer)
y++;
if<u> (5) </u> //如果数组message中的字符串都执行了
y=0;
x=0;
q();function q( ) //定义一个函数q
m. inner Text ="";
set Timeout(" p( )" ,1000);//1秒后,重新调用P函数//-- > //HTML和注解符
</script>
<div id="ml" style="font-size:30pt;height:40px,></div)
<!--省略部分为HTML框-->
</html>