But the hardware is designed to use even()power than other schemes, making it especially appropriate for such things as RFID tags, which must work for years()any external power source.A.most B.more C.less D.otherA.with B.without C.as D.than

题目

But the hardware is designed to use even()power than other schemes, making it especially appropriate for such things as RFID tags, which must work for years()any external power source.

A.most B.more C.less D.other

A.with B.without C.as D.than


相似考题
更多“But the hardware is designed to use even()power than other schemes, making it especially ”相关问题
  • 第1题:

    it is important to develop listening skills together with other skills, especially _________.

    A、listening

    B、writing

    C、speaking

    D、reading


    参考答案:C

  • 第2题:

    The team manager charged Michelle Palamides with the task of__________the epartment sd'webpage for the company's new intranet.

    A. design
    B. Designing
    C. to design
    D. designed

    答案:B
    解析:
    空格处为介词0f的宾语的位置,名词A和动名词8可能为正确答案。但是能够以名词短语the department’s webpage为宾语的只有动名词,故选8。

  • 第3题:

    针对下列程序段,需要( )个测试用例才可以满足语句覆盖的要求。
    switch(value){case 0:other=30;break;case 1:other=50;break;case 2:other=300;case 3:other=other/value;break;default:other=other*value;}

    A.2
    B.3
    C.4
    D.5

    答案:C
    解析:
    本题考查白盒测试用例设计方法--语句覆盖法的概念。语句覆盖(Statement Coverage)的含义是:选择足够多的测试数据,使被测程序中的每条语句至少执行一次。

  • 第4题:

    AcustomerwantstotakeadvantageofIBM’sMicro-PartitioningcapabilitiesfortheirnewAIXapplications.ThepSeriestechnicalspecialistshouldrecommendpurchasingwhichofthefollowing?()

    A.p5hardware,AIX5.2,VirtualI/OServer

    B.POWER4hardware,AIX5.3,VirtualI/OServer,

    C.p5hardware,AIX5.3,AdvancedPOWERVirtualizationfeature

    D.POWER4hardware,AIX5.2,AdvancedPOWERVirtualizationfeature


    参考答案:C

  • 第5题:

    Computers will become more advanced and they will also become easier to use.Improved speed recognition will make the operation of a computer easier.Virtual reality(虚拟现实),the technology of( )with a computer using all of the human senses,will also contribute to better human and computer( ).Other,exotic(奇异的)models of computation are being developed,including biological computing that uses living organisms,molecular computing that uses molecules with particular(请作答此空),and computing that uses DNA,the basic unit of heredity(遗传),to store data and carry out operations.These are examples of possible future computational platforms that,so far,are limited in abilities or are strictly( ).Scientists investigate them because of the physical limitations of miniaturizing circuits embedded in silicon.There are also( )related to heat generated by even the tiniest of transistors.

    A.software
    B.properties
    C.programs
    D.Hardware

    答案:B
    解析:
    题意想要表达的意思是特定属性,正确答案为B。property:特性,属性。附(参考翻译):计算机将会变得越来越高级而且更易于使用。识别速度的提升将使计算机的操作更加容易。虚拟现实是使用人的感觉不计算机迚行交互的一种技术,它也会使得人机界面更好。另外,各种新奇的计算模型正在不断发展,如生物计算使用人的器官、分子计算使用具有特定属性的分子、DNA计算采用遗传的基本单元来存储数据和执行操作。到目前为止,这些都还属于未来计算平台,能力非常有限,并且只限于理论方面的研究。科学家们之所以研究这些计算模型,原因在于嵌入硅片中的微型芯片的体积的局限性,以及即使是非常小的晶体管所产生的热量方面的局限性。

  • 第6题:

    1、针对下列程序段,需要()个测试用例才可以满足语句覆盖的要求。 switch (value ) { case 0: other = 30; break; case 1: other = 50; break; case 2: other = 300; case 3: other = other/value; break; default: other = other * value; }

    A.2

    B.3

    C.4

    D.5


    4