DBatteries can power anything from small sensors to large systems. While scientists are finding ways to make them smaller but even more powerful, problems can arise when these batteries are much larger and heavier than the devices themselves. University o

题目

D

Batteries can power anything from small sensors to large systems. While scientists are finding ways to make them smaller but even more powerful, problems can arise when these batteries are much larger and heavier than the devices themselves. University of Missouri(MU) researchers are developing a nuclear energy source that is smaller, lighter and more efficient.

“To provide enough power, we need certain methods with high energy density(密度)”,said Jae Kwon, assistant professor of electrical and computer engineering at MU. “The radioisotope(放射性同位素) battery can provide power density that is much higher than chemical batteries.”

Kwon and his research team have been working on building a small nuclear battery, presently the size and thickness of a penny, intended to power various micro / nanoelectromechanreal systems (M/NEMS). Although nuclear batteries can cause concerns, Kwon said they are safe.

“People hear the word ‘nuclear’ and think of something very dangerous,” he said, “However, nuclear power sources have already been safely powering a variety of devices, such as pace-makers, space satellites and underwater systems.”

His new idea is not only in the battery’s size, but also in its semiconductor(半导体). Kwon’s battery uses a liquid semiconductor rather than a solid semiconductor.

“The key part of using a radioactive battery is that when you harvest the energy, part of the radiation energy can damage the lattice structure(晶体结构) of the solid semiconductor,” Kwon said, “By using a liquid semiconductor, we believe we can minimize that problem.”

Together with J. David Robertson, chemistry professor and associate director of the MU Research Reactor, Kwon is working to build and test the battery. In the future, they hope to increase the battery’s power, shrink its size and try with various other materials. Kwon said that battery could be thinner than the thickness of human hair.

71. Which of the following is true of Jae Kwon?

A. He teaches chemistry at MU.

B. He developed a chemical battery.

C. He is working on a nuclear energy source.

D. He made a breakthrough in computer engineering.


相似考题
更多“D Batteries can power anything from small sensors to large systems. While scientists are ”相关问题
  • 第1题:

    YouaremaintainingtheSALESdatabaseonOracle10g.Youhaveaddedanewdisktoadiskgroup.AutomaticStorageManagementperformstherebalancingactivity.Youwanttospeeduptherebalancingactivity.Whichparameterwillyouspecifytocontrolthespeedoftherebalancingactivity?()

    A.ASM_POWER_LIMIT

    B.ASM_DISKSTRING

    C.ASM_DISKGROUPS

    D.LARGE_POOL_SIZE


    参考答案:A

  • 第2题:

    在SQL查询中,若要取得“学生”数据表中的所有记录和字段,其SQL语法为( )。

    A.SELECT*FROM学生

    B.SELECT姓名FROM学生

    C.SELECT姓名FROM学生WHILE学号=02650

    D.SELECT*FROM学生WHILE学号=02650


    正确答案:B
    解析:“SELECT*FROM学生”表示取得“学生”数据表中的所有记录和字段。所以选项A不符合题意。“SELECT姓名FROM学生”表示取得“学生”数据表中的所有记录,但只取得“姓名”字段,并不是全部字段,选项B是正确的。“SELECT姓名FROM学生WHILE学号=02650”表示取得“学生”数据表中的“学号”为02650的记录,而且只选取“姓名”字段,选项C不符合题意。“SELECT*FROM学生WHILE学号=02650”表示取得“学生”数据表中的“学号”为02650的记录,并选取全部字段,选项D不符合题意。

  • 第3题:

    找出数组a(共10个数)的最小值不能用以下哪个函数()。

    A.MIN(a)

    B.LARGE(a,10)

    C.SMALL(a,1)

    D.MAX(a,10)


    B

  • 第4题:

    在SQL查询中,若要取得“职工”数据表中的所有记录和字段,其SQL语句为( )。

    A.SELECT姓名FROM职工

    B.SELECT*FROM职工

    C.SELECT姓名FROM职工 WHILE职工号=265

    D.SELECT*FROM职工WHILE职工号=265


    正确答案:B
    解析:选项A表示取得“职工”数据表中的所有记录,但只取得“姓名”字段,并不是全部字段;选项C表示取得“职工号”为0265的记录,且只取“姓名”字段;选项D表示取得“职工号”为 0265的记录的全部字段。只有选项B符合题目要求。

  • 第5题:

    在印制电路板设计过程中,最好将鼠标形式改为(),并充分利用栅格线,将元器件的引脚焊盘中心放在栅格点上,便于印制电路板走直线,因为直线是最短。

    A.Large 90°

    B.Small90°

    C.Large45

    D.Small45°


    厚度

  • 第6题:

    9、找出数组a(共10个数)的最小值不能用以下哪个函数()。

    A.MIN(a)

    B.LARGE(a,10)

    C.SMALL(a,1)

    D.MAX(a,10)


    MAX(a,10)