The test produced disappointing results.A:indirectB:similarC:positiveD:unsatisfactory
The test produced disappointing results.
A:indirect
B:similar
C:positive
D:unsatisfactory
B:similar
C:positive
D:unsatisfactory
参考解析
解析:本句意思:这次测试产生了令人失望的结果。disappointing意思为“令人失望的”,un-satisfactory意为“令不人满意的”,两词的意思最接近。
相关考题:
● 以下 HTML 代码中,创建指向邮箱地址的链接正确的是 (42)(42)A. a href="email:test@test.com"test@test.com/aB. a href="emailto:test@test.com"test@test.com/aC. a href="mail:test@test.com"test@test.com/aD. a href="mailto:test@test.com"test@test.com/a
Which of the following words can best describe the ending of the story?A. Disappointing.B. Unexpected.C. Uncertain.D. Inspiring.
They exchanged tales of ____ or disappointing news of popular items sold out minutes after the spree began at midnight. A bargainsB dealsC goods
Research involves _______ new things or results. A. discoveringB. to discoverC. discoverD. discovery
下列程序的运行结果是【 】。 include class test { private: int num; public: tes 下列程序的运行结果是【 】。include <iostream. h>class test{private:int num;public:test()int TEST() {return num+100;}~test()};test::test(){num=0;}test::~test(){cout<<"Destructor is active"<<endl;}void main(){test x[3]cout<<x[1]. TEST()<<endl;}
______in this way, the situation doesn' t seem so disappointing.A、To lookB、Looking atC、Looked atD、To be looked at
● 以下 HTML代码中,创建指向邮箱地址的链接正确的是(69)。(69)A . a href="email:test@test.com"test@test.com/aB. a href="emailto:test@test.com"test@test.com/aC. a href="mail:test@test.com"test@test.com/aD. a href="test@test.commailto:test@test.com"test@test.com/a
Programmers test a program by running it to ensure that the(74)are correct and that the program produces the desired outcome. If errors do occur, the programmer must make the appropriate change and recheck the program until it produces the correct results. This(75)is called testing and debugging.A.commandsB.softwareC.instructionsD.measure
以下HTML代码中,创建指向邮箱地址的链接正确的是______。A.test@t 以下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="mail:test@test.com"test@test.com</a>D.<a href="mailto:test@test.com">test@test.com</a>
如下的代码段中,如果方法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 4B.Test1 Test3 Test4C.Test1 Test3D.Test1 Test4
By the end of last year, nearly a million cars __________in that auto factory.A.had produced B.had been producedC.would be produced D.were produced
His parents will be()him if he fails the examination.A、disappointing withB、disappointed onC、disappointed withD、disappointing for
以下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>
The last deliverable at the Close Out meeting is:()A、source code.B、passwords.C、lessons learned.D、test results.
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()
测试功能分为哪几类()A、POWER UP TEST,CYCLIC TEST两类B、POWER UP TEST,CYCLIC TEST,SPECIFIC TEST三类C、POWER UP TEST,CYCLIC TEST,SYSTEM TEST,SPECIFIC TEST四类
单选题The phrase “gloom and doom” (in paragraph 3) refers to the state of being _____.Aobscure and sadBdepressing and fatalCruined and deadlyDmiserable and disappointing
单选题在linux系统中,将文件/tmp/test1和/tmp/test2压缩到/tmp/test.gz,正确的命令是()。Atar -czvf test1 test2 test.gzBtar -czvf test.gz test1 test2Ctar test.gz test1 test2Dtar test1 test2 test.gz
单选题在linux系统中,删除/test/test1目录,当/test目录为空时,希望一并删除,以下命令中正确的是()。Armdir -r /test/test1Brmdir -p /test/test1Crmdir -R /test/test1Drmdir -l /test/test1
单选题要向已有数据的c:/test/test.txt文件添加数据,正确的文件打开命令是()。AOpen〞c:/test/test.txt〞ForAppendAs#512BOpen〞c:/test/test.txt〞ForAppendAs#511COpen〞c:/test/test.txt〞ForOutputAs#511DOpen〞c:/test/test.txt〞ForOutputAs#512
单选题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()