Which of the following statements about testing software with data is (are) true?
Ⅰ.The primary purpose of such testing is to find errors.
Ⅱ.Such testing can demonstrate the existence of errors but cannot demonstrate the absence of errors.
A.Neither
B.I only
C.Ⅱonly
D.Ⅰand Ⅱ
第1题:
A.FileOutputStreamhasnoconstructorsmatchingthegivenarguments.
B.AnIOExeceptionwillbethrownifafilenamed"data"alreadyexists.
C.AnIOExeceptionwillbethrownifafilenamed"data"doesnotalreadyexist.
D.Ifafilenamed"data"exists,itscontentswillberesetandoverwritten.
E.Ifafilenamed"data"exists,outputwillbeappendedtoitscurrentcontents.
第2题:
用“newFileOutputStream(“data.txt”,true)”创建一个FileOutputStream实例对象,则下面( )说法是正确的。
A、如果文件“data.txt”存在,则将抛出IOException异常
B、如果文件“data.txt”存在,则将在文件的末尾开始添加新内容
C、如果文件“data.txt”存在,则将覆盖掉文件中已有的内容
D、如果文件“data.txt”不存在,则将抛出IOException异常
第3题:
第4题:
The stages within the development phase of the software life cycle are ( 71 ).
A.design, analysis, implementation, and testing
B.analysis, design, implementation, and testing
C.analysis, design, testing, and implementation
D.design, analysis, testing, and implementation
第5题:
第6题:
Springer的快速检索支持ONEAR算符,检索式 system ONEAR testing 意味着()。
A.system 和 testing必须彼此靠近,并且顺序必须是system testing 。
B.system 和 testing必须同时出现。
C.system 和 testing只需出现其中之一即可。
D.system 和 testing必须同时出现,且中间不得超过10个单词的距离。