The Apgar TestThe baby was born at 3:36 p. m. At 3:37, she scored 4 out of 10 on her first test. At 3:41, she scored 8 out of 10. The doctor was glad. Another baby, born at 8:24 p. m., scored 3 out of 10 on his first test. He scored 4 out of 10 on his sec

题目
The Apgar Test
The baby was born at 3:36 p. m. At 3:37, she scored 4 out of 10 on her first test. At 3:41, she scored 8 out of 10. The doctor was glad.
Another baby, born at 8:24 p. m., scored 3 out of 10 on his first test. He scored 4 out of 10 on his second test. He took another test at 8:34 and scored 5. ___1___ He called for help1.
These newborn babies took a test called the Apgar test. This test helps doctors diagnose problems. ___2___ Most babies take two tests. The first is at 1 minute after birth, and the second is at 5 minutes after birth. If a baby’s score at 5 minutes is less than 6, the baby takes another test at 10 minutes after birth.
The Apgar test is not an intelligence test. It’s a test that shows a baby’s health right after it is born. The Apgar test measures things such as a baby’s color, heart rate, and breathing. The test has five parts, and the score for each part can be 0, 1, or 2. ___3___
A doctor named Virginia Apgar developed the test. Apgar went to medical school at Columbia University in New York City in 1929. She faced many challenges because she was the first woman in the program. However, she was one of the best students in her class. After medical school, she started treating patients2.
Apgar also became a researcher in anesthesiology, a new topic in medicine at the time3. During her studies, she learned how to give patients anesthesia. ___4___
In the 1940s, many women started to have anesthesia when they gave birth. Apgar had a question: How does anesthesia affect newborn babies? In 1949, when Apgar was a professor at Columbia’s medical school, she created her simple test. She wrote a paper about her methods in 1953. Soon after, people started using the Apgar test around the world.
In her work, Apgar saw that many newborns had problems. She wanted to help these babies survive. She stopped practicing medicine in 1959, and she went back to school to get a master’s degree in public health. ___5___
Today, the Apgar test is still used all over the world. Newborn babies don’t know it, but Virginia Apgar is a very important person in the first few minutes of their lives.

词汇:
diagnose /'dai gn uz/ vt. & vi. 诊断(疾病)
anesthesiology /, nis,θizi’ l d i/ n. 麻醉学
anesthesia /, nis'θizi / n. 麻醉

注释:
1. called for help:需要帮助,求救。call for:需要,要求,提倡;来找(某人),来取(某物)。
2. she started treating patients:她开始治疗病人。treat sb.有三种意思,分别是“对待某人”“治疗某人”和“款待某人”。treat作“治疗”讲,是普通用语的治疗,意义广泛,cure多用于疾病方面,heal多用于创伤或外伤方面。
3. at the time:当时,在那时。同义短语有at that point, at that time, on the occasion。

练习:
A Doctors add the scores together for the total Apgar score.
B She spent the rest of her life doing research and raising money to help newborn babies.
C A score of 10 is uncommon.
D The doctor was worried.
E They decide if a baby is normal or needs special care.
F Anesthesia is a procedure that makes patients lose consciousness, so they do not feel any pain during surgery.


相似考题
更多“The Apgar Test ”相关问题
  • 第2题:

    有两个文件test1和test2,test2有内容,现在执行cat test1>>test2,则test2文件内容全部删除。( )


    参考答案:错

  • 第3题:

    下列页面文件中,______不属于动态页面。

    A.test.htm
    B.test.asp
    C.test.php
    D.test.jsp

    答案:A
    解析:
    本题考查网页的基础知识。在网站设计中,纯粹HTML格式的网页通常被称为“静态网页”,早期的网站一般都是由静态网页制作的。静态网页是相对于动态网页而言的,是指没有后台数据库、不含程序和不可交互的网页。而动态页面是以ASP、PHP、JSP、Perl或CGI等编程语言制作的;它实际上并不是独立存在于服务器上的网页文件,只有当用户请求时服务器才返回一个完整的网页;动态页面上的内容存在于数据库中,根据用户发出的不同请求,来提供个性化的网页内容;采用动态网页技术的网站可以实现更多的功能,如用户注册、用户登录、在线调查、用户管理、订单管理等;静态页面则无法实现这些功能。

  • 第4题:


    答案:D
    解析:
    本题考查HTML语言中基础知识。
    在HTML语言中,可以通过使用标签定义一个指向电子邮件地址的超级链接,通过该链接可以在Internet中发送电子邮件。

  • 第5题:

    隐藏一个id为test的元素的方法有哪些?()

    • A、$("#test").hide()
    • B、$("#test").fadeTo()
    • C、$("#test").fadeOut()
    • D、$("#test").fadeToggle()

    正确答案:A,B,C,D

  • 第6题:

    public class Test {} What is the prototype of the default constructor?()  

    • A、 Test()
    • B、 Test(void)
    • C、 public Test()
    • D、 public Test(void)
    • E、 public void Test()

    正确答案:C

  • 第7题:

    测试功能分为哪几类()

    • A、POWER UP TEST,CYCLIC TEST两类
    • B、POWER UP TEST,CYCLIC TEST,SPECIFIC TEST三类
    • C、POWER UP TEST,CYCLIC TEST,SYSTEM TEST,SPECIFIC TEST四类

    正确答案:C

  • 第8题:

    单选题
    Given: 11.String test = "Test A. Test B. Test C."; 12.// insert code here 13.String[] result = test.split(regex); Which regular expression, inserted at line 12,correctly splits test into "Test A","Test B",and "Test C"?()
    A

    String regex = ;

    B

    String regex =  ;

    C

    String regex = .*;

    D

    String regex = //s;

    E

    String regex = //.//s*;


    正确答案: D
    解析: 暂无解析

  • 第9题:

    单选题
    在linux系统中,用cp命令将/tmp/test中的文件到/tmp/test1中,不想拷贝目录本身,以下命令正确的是()。
    A

    cp -R /tmp/test /tmp/test1

    B

    cp -r /tmp/test /tmp/test1

    C

    cp -R /tmp/test/. /tmp/test1

    D

    cp /tmp/test /tmp/test1


    正确答案: A
    解析: 暂无解析

  • 第10题:

    多选题
    在linux系统中,当前路径为/tmp/test,将/tmp/test/oldfile更改为/tmp/test/newfile,以下命令正确的是()。
    A

    mv /tmp/test/oldfile newfile

    B

    mv /tmp/test/oldfile /tmp/test/newfile

    C

    mv oldfile newfile

    D

    mv oldfile /tmp/test/newfile

    E

    mv oldfile /tmp/test/


    正确答案: D,E
    解析: 暂无解析

  • 第11题:

    单选题
    要向已有数据的c:/test/test.txt文件添加数据,正确的文件打开命令是()。
    A

    Open〞c:/test/test.txt〞ForAppendAs#512

    B

    Open〞c:/test/test.txt〞ForAppendAs#511

    C

    Open〞c:/test/test.txt〞ForOutputAs#511

    D

    Open〞c:/test/test.txt〞ForOutputAs#512


    正确答案: D
    解析: 暂无解析

  • 第12题:

    单选题
    11. String test = “Test A. Test B. Test C.”;  12. // insert code here  13. String[] result = test.split(regex);  Which regular expression inserted at line 12 will correctly split test into “Test A,” “Test B,” and “Test C”?()
    A

     String regex = “”;

    B

     String regex = “ “;

    C

     String regex = “.*“.

    D

     String regex = “//s”

    E

     String regex = “//.//s*”;

    F

     String regex = “//w[ /.] +“;


    正确答案: D
    解析: 暂无解析

  • 第13题:

    如下的代码段中,如果方法unsafe()正常运行,那么结果是( )。 public void example() { try { unsafe(); System.out.println("Testl"); }catch(SafeException e) { System.out.println("Test 2"); }finally{ System.out.println("Test 3'); } System.out.println("Test 4"); }

    A.Test 3 Test 4

    B.Test1 Test3 Test4

    C.Test1 Test3

    D.Test1 Test4


    正确答案:B
    解析:在正常情况下,打印Test1、Test3、Test4:在产生可捕获异常时,打印Test2、Test3、Test4;在产生不可捕获异常时,打印Test3,然后终止程序。注意finally后面的语句总是被执行。

  • 第14题:

    The Apgar Test
    The baby was born at 3:36 p. m. At 3:37, she scored 4 out of 10 on her first test. At 3:41, she scored 8 out of 10. The doctor was glad.
    Another baby, born at 8:24 p. m., scored 3 out of 10 on his first test. He scored 4 out of 10 on his second test. He took another test at 8:34 and scored 5. ___1___ He called for help1.
    These newborn babies took a test called the Apgar test. This test helps doctors diagnose problems. ___2___ Most babies take two tests. The first is at 1 minute after birth, and the second is at 5 minutes after birth. If a baby’s score at 5 minutes is less than 6, the baby takes another test at 10 minutes after birth.
    The Apgar test is not an intelligence test. It’s a test that shows a baby’s health right after it is born. The Apgar test measures things such as a baby’s color, heart rate, and breathing. The test has five parts, and the score for each part can be 0, 1, or 2. ___3___
    A doctor named Virginia Apgar developed the test. Apgar went to medical school at Columbia University in New York City in 1929. She faced many challenges because she was the first woman in the program. However, she was one of the best students in her class. After medical school, she started treating patients2.
    Apgar also became a researcher in anesthesiology, a new topic in medicine at the time3. During her studies, she learned how to give patients anesthesia. ___4___
    In the 1940s, many women started to have anesthesia when they gave birth. Apgar had a question: How does anesthesia affect newborn babies? In 1949, when Apgar was a professor at Columbia’s medical school, she created her simple test. She wrote a paper about her methods in 1953. Soon after, people started using the Apgar test around the world.
    In her work, Apgar saw that many newborns had problems. She wanted to help these babies survive. She stopped practicing medicine in 1959, and she went back to school to get a master’s degree in public health. ___5___
    Today, the Apgar test is still used all over the world. Newborn babies don’t know it, but Virginia Apgar is a very important person in the first few minutes of their lives.

    词汇:
    diagnose /'dai gn uz/ vt. & vi. 诊断(疾病)
    anesthesiology /, nis,θizi’ l d i/ n. 麻醉学
    anesthesia /, nis'θizi / n. 麻醉

    注释:
    1. called for help:需要帮助,求救。call for:需要,要求,提倡;来找(某人),来取(某物)。
    2. she started treating patients:她开始治疗病人。treat sb.有三种意思,分别是“对待某人”“治疗某人”和“款待某人”。treat作“治疗”讲,是普通用语的治疗,意义广泛,cure多用于疾病方面,heal多用于创伤或外伤方面。
    3. at the time:当时,在那时。同义短语有at that point, at that time, on the occasion。

    练习:
    A Doctors add the scores together for the total Apgar score.
    B She spent the rest of her life doing research and raising money to help newborn babies.
    C A score of 10 is uncommon.
    D The doctor was worried.
    E They decide if a baby is normal or needs special care.
    F Anesthesia is a procedure that makes patients lose consciousness, so they do not feel any pain during surgery.


    答案:
    解析:
    答案与题解:
    1. D 由第二段的前半部分可知这个婴儿三次健康测试的分数都不理想,而且最后一句提到他需要救助,说明他的情况不容乐观,所以医生应该担心。因此,答案为D。
    2. E 第三段中第二句话提到这项测试帮助医生诊断新生儿的问题,即医生可以根据测试结果判断新生儿的健康状况。因此,答案为E。
    3. A 顺承本段倒数第二句的句意可知选项A和选项C都可以,但选项C说10分的成绩不常见,这一点由全文其他地方推断不出来。因此,答案为A。
    4. F 本段第二句话最后提到阿普加学习给病人实施麻醉,而选项F讲的是麻醉是什么,正好与本段第二句话句意吻合。因此,答案为F。
    5. B 本段主要讲的是阿普加帮助新生儿的愿望以及她为此所做的努力,纵观六个选项符合段意的只有选项B。因此,答案为B。
    阿普加测试
    下午3:36,一个婴儿出生了。3:37时,她的第一次健康测试成绩是4分(总分10分)。3:41时,她的成绩是8分,医生感到非常高兴。
    另一天晚上8:24,另外一个婴儿出生了。他的第一次测试成绩是3分,第二次成绩是4分。8:34时又进行了一次测试,成绩是5分。医生非常担心,这个婴儿需要救助。
    这些新生儿进行的是一项叫作阿普加的测试。这项测试帮助医生诊断新生儿的问题,他们根据测试成绩判断新生儿是正常的还是需要特殊护理。大多数的婴儿会接受两次测试。第一次是在出生后1分钟,第二次是在出生后5分钟。如果婴儿在第二次测试中的成绩少于6分,那他们需要在出生10分钟后再进行一次测试。
    阿普加测试不是一项智力测试。它是一项在婴儿出生后表明其健康状况的测试。这项测试会测量诸如婴儿的皮肤颜色、心率、呼吸一类的项目,总共包括五部分,每一部分的成绩可以是0分、1分或2分。医生把每一部分的成绩加起来就是这项测试的总分。
    一位名叫弗吉尼亚 阿普加的医生设计了这项测试。1929年,阿普加去纽约的哥伦比亚大学医学院就读。由于是这个学科里的第一位女性,使她面临了许多挑战。然而,她却是班上最好的学生之一。完成医学院的学业后,她开始给患者治疗。
    阿普加还是麻醉学方面的研究者,当时麻醉学是一项新的医学课题。在求学过程中,她学会了如何给患者实施麻醉。麻醉会使病人失去意识,因而他们在手术过程中不会感到任何疼痛。
    20世纪40年代,许多妇女在分娩时开始使用麻醉。但阿普加有个疑问:麻醉是如何影响新生儿的呢 1949年,当阿普加在哥伦比亚医学院担任教授时,她创造了这项简单测试。1953年,她写了一篇关于该测试方法的论文。不久之后,人们开始在世界范围内使用阿普加测试。
    在工作中,阿普加发现许多新生儿都有健康问题。她想帮助这些新生儿活下来。1959年,她中止了行医,回到学校攻读公共卫生硕士学位。她把自己的余生都奉献给了医学研究以及筹集资金帮助新生儿。
    今天,阿普加测试仍然在全世界范围内被广泛运用。虽然新生儿们并不知道,但弗吉尼亚 阿普加却是他们生命的前几分钟里非常重要的一个人。

  • 第15题:

    以下HTML代码中,创建指向邮箱地址的链接正确的是()


    答案:D
    解析:
    在HTML语言中,可以通过使用标签定义一个指向电子邮件地址的超级链接,通过该链接可以在Internet中发送电子邮件。

  • 第16题:

    以下HTML代码中,创建指向邮箱地址的链接正确的是()。

    • A、<A href="email:test@test.com">test@test.com</a>
    • B、<A href="emailto:test@test.com">test@test.com</a>
    • C、<a href="email:test@test.com">test@test.com</a>
    • D、<a href="emailto:test@test.com">test@test.com</a>

    正确答案:D

  • 第17题:

    命令“MASM TEST;”汇编成功后生成正确的文件名是()。

    • A、TEST.COM
    • B、TEST.EXE
    • C、TEST.OBJ
    • D、TEST.LIB

    正确答案:C

  • 第18题:

    11. String test = “Test A. Test B. Test C.”;  12. // insert code here  13. String[] result = test.split(regex);  Which regular expression inserted at line 12 will correctly split test into “Test A,” “Test B,” and “Test C”?()

    • A、 String regex = “”;
    • B、 String regex = “ “;
    • C、 String regex = “.*“.
    • D、 String regex = “//s”
    • E、 String regex = “//.//s*”;
    • F、 String regex = “//w[ /.] +“;

    正确答案:E

  • 第19题:

    多选题
    隐藏一个id为test的元素的方法有哪些?()
    A

    $(#test).hide()

    B

    $(#test).fadeTo()

    C

    $(#test).fadeOut()

    D

    $(#test).fadeToggle()


    正确答案: A,B,C,D
    解析: 暂无解析

  • 第20题:

    单选题
    在linux系统中,将文件/tmp/test1和/tmp/test2压缩到/tmp/test.gz,正确的命令是()。
    A

    tar -czvf test1 test2 test.gz

    B

    tar -czvf test.gz test1 test2

    C

    tar test.gz test1 test2

    D

    tar test1 test2 test.gz


    正确答案: B
    解析: 暂无解析

  • 第21题:

    单选题
    在linux系统中,删除/test/test1目录,当/test目录为空时,希望一并删除,以下命令中正确的是()。
    A

    rmdir -r /test/test1

    B

    rmdir -p /test/test1

    C

    rmdir -R /test/test1

    D

    rmdir -l /test/test1


    正确答案: C
    解析: 暂无解析

  • 第22题:

    单选题
    在linux系统中,当前路径为/tmp/test,将/tmp/test/oldfile更改为/tmp/test/newfile,以下命令错误的是()。
    A

    mv /tmp/test/oldfile newfile

    B

    mv /tmp/test/oldfile /tmp/test/newfile

    C

    mv oldfile /tmp/test/

    D

    mv oldfile newfile


    正确答案: D
    解析: 暂无解析

  • 第23题:

    单选题
    在linux系统中,新建目录/test/dir,但是/test/目录还没有建立,下面命令正确的是()。
    A

    touch /test/dir

    B

    mkdir /test/dir

    C

    mkdir -p /test/dir

    D

    mkdir -m /test/dir


    正确答案: D
    解析: 暂无解析

  • 第24题:

    单选题
    public class Test {} What is the prototype of the default constructor?()
    A

     Test()

    B

     Test(void)

    C

     public Test()

    D

     public Test(void)

    E

     public void Test()


    正确答案: D
    解析: The correct answer to this question is C. The default constructor always takes the same access of the class. In this case, the class is public and so does the default constructor.