● A test case normally consists of a unique identifier, requirement references from a design specification, events, a series of steps to follow,input, output, actual result, and (71)
(71)A. bug
B. expected result
C. test report
D. traceability matrix
第1题:
Object-oriented analysis(OOA)is a semiformal specification technique for the object-oriented paradigm. Object-oriented analysis consists of three steps. The first step is(71). It determines how the various results are computed by the product and presents this information in the form. of a(72)and associated scenarios. The second is(73), which determines the classes and their attributes. Then determine the interrelationships and interaction among the classes. The last step is(74), which determines the actions performed by or to each class or subclass and presents this information in the form. of(75).
A.use-case modeling
B.class modeling
C.dynamic modeling
D.behavioral modeling
第2题:
● Information systems design is defined as those tasks that focus on the specification of a detailed computer-based solution. Typically, there are four systems design tasks for in-house development.
1) The first task is to specify (71) , which defines the technologies to be used by one, more, or all information systems in terms of their data, processes, interfaces, and network components. This task is accomplished by analyzing the data models and process models that are initially created during requirements analysis.
2) The next systems design task is to develop the (72) . The purpose of this task is to prepare technical design specifications for a database that will be adaptable to future requirements and expansion.
3) Once the database prototype has been built, the systems designer can work closely with system users to develop input, output and dialogue specifications. The (73) must be specified to ensure that the outputs are not lost, misrouted, misused, or incomplete.
4) The fourth design task involves packaging all the specifications from the previous design tasks into a set of specifications that will guide the (74) activities during the following phases of the systems development methodology.
Finally, we should (75) and update the project plan accordingly. The key deliverable should include a detailed plan for the construction phase that should follow.
(71)
A. an application architecture
B. a distributed system
C. a system scope
D. a system physical model
(72)
A. database design specifications
B. database organization decisions
C. data structure specifications
D. data distribution decisions
(73)
A. format and layout
B. transaction details
C. additional instructions
D. internal controls
(74)
A. system administrator’s
B. system analyst’s
C. computer programmer’s
D. system designer’s
(75)
A. adjust the project schedule
B. reevaluate project feasibility
C. evaluate vendor proposals
D. select the best vendor proposal
第3题:
试题(71)~(75)Object-oriented analysis (OOA) is a semiformal specification technique for the object-oriented paradigm. Object-oriented analysis consists of three steps. The first step is (71). It determines how the various results are computed by the product and presents this information in the form. of a (72) and associated scenarios. The second is (73) , which determines the classes and their attributes. Then determine the interrelationships and interaction among the classes. The last step is (74) , which determines the actions performed by or to each class or subclass and presents this information in the form. of (75) .
(71)
A. use-case modeling
B. class modeling
C. dynamic modeling
D. behavioral modeling
(72)
A. collaboration diagram
B. sequence diagram
C. use-case diagram
D. activity diagram
(73)
A. use-case modeling
B. class modeling
C. dynamic modeling
D. behavioral modeling
(74)
A. use-case modeling
B. class modeling
C. dynamic modeling
D. behavioral modeling(75)
A. activity diagram
B. component diagram
C. sequence diagram
D. state diagram
第4题:
A、Open "Test.txt" For Output As #1
B、Open "D:\Test.txt" For Input As #1
C、Open "D:\Test.txt" For Output As #1
D、Open "Test.txt" For Input As #1
第5题:
In software engineering and systems engineering, (71) is a description of a system' s behavior as it responds to a request that originates from outside of that system.
A.black box
B.business rule
C.traceability matrix
D.use case
第6题:
In software engineering and systems engineering,(71) is a description of a system's behavior. as it responds to a request that originates from outside of that system.
A.black box
B.business rule
C.use case
D.traceability matrix
第7题:
A requirement is a feature of the system or a description of something the system is capable of doing in order to fulfill the system's(71).
A.plan
B.purpose
C.document
D.Design
第8题:
● Object-oriented analysis (OOA) is a semiformal specification technique for the object-oriented paradigm. Object-oriented analysis consists of three steps. The first step is (71). It determines how the various results are computed by the product and presents this information in the form. of a (72) and associated scenarios. The second is (73) , which determines the classes and their attributes. Then determine the interrelationships and interaction among the classes. The last step is (74) , which determines the actions performed by or to each class or subclass and presents this information in the form. of (75) .
(71)
A.use-case modeling
B. class modeling
C. dynamic modeling
D. behavioral modeling
(72)
A. collaboration diagram
B. sequence diagram
C. use-case diagram
D. activity diagram
(73)
A. use-case modeling
B. class modeling
C. dynamic modeling
D. behavioral modeling
(74)
A.use-case modeling
B. class modeling
C. dynamic modeling
D. behavioral modeling
(75)
A. activity diagram
B. component diagram
C. sequence diagram
D. state diagram
第9题:
You are designing a test plan for an existing Windows Azure .NET 4 application. Method calls return incorrect results for certain input parameters. You need to recommend an approach for debugging the method calls. What should you recommend?()
第10题:
Which design phase service component consists of developing a detailed, site-specific plan for implementing a new technology system or solution? Select exactly 1 answer(s) from the following:()。
第11题:
You are developing a Windows Presentation Foundation (WPF) application. You are implementing a test strategy for the application. You need to ensure that the test class can repeat user input. From which base class should the test class inherit?()
第12题:
String regex = ;
String regex = ;
String regex = .*;
String regex = //s;
String regex = //.//s*;
第13题:
● Software (71) refers to that the software to meet the specification must be produced.
(71)
A. test
B. support
C. development
D. process
第14题:
●In software engineering and systems engineering, (71) is a description of a system' s behavior. as it responds to a request that originates from outside of that system.
(71) A. black box
B. business rule
C. traceability matrix
D. use case
第15题:
根据输出结果填空完成下面程序。
include<iostream.h>
class Test
{
private:
static int val;
int a;
public:
static int func( );
void sfunc(Test &r);
};
______//初始化静态变量val
int Test::func( )
{
return val++;
}
void Test::sfunc(Test &r)
{
r.a=125;
cout<<"Result3="<<r.a;
}
void main( )
{
cout<<"Resultl="<<Test::func( )<<endl;
Test A;
cout<<"Result2="<<A.fune( )<<endl;
A. sfunc(A);
}
输出结果为:
Result1=201
Result2=202
Result3=125
第16题:
Software design is a(71)process .It requires a certain(72)of flair on the part of the designer. Design can not be learned from a book .It must be practiced and learnt by experience and study of existing systems .A well(73)software system is straightforward to implement and maintain ,easily(74)and reliable .Badly(73)software systems ,although they may work are(75)to be expensive to maintain ,difficult to test and unreliable.
A.create
B.created
C.creating
D.creative
第17题:
Functional testing tests whether the output is the expected(71)with the valid input.
A.reason
B.result
C.outcome
D.record
第18题:
Program( )describes program&39;s objectives, desired output, input data required, processing requirement, and documentation.
A.specification B.flowchart C.structure D.address
第19题:
● Basically, a computer consists of five components: (71), memory, storage, input device and output device.
(71)
A.keyboard
B.mouse
C.monitor
D.CPU
第20题:
第21题:
Which design phase service component includes the development and documentation of the test case or cases used to verify that a deployed infrastructure meets operational, functional, and interface requirements? Select exactly 1 answer(s) from the following:()。
第22题:
A system administrator used the savevg command to back up the testvg each night. There is now a requirement to exclude the /test/static filesystem from the backup. How can this be accomplished?()
第23题:
a test from the alternative power supply,if installed
timing the movement of the rudder from hard over to hard over
verification that the rudder angle indicator shows the actual position of the rudder(s)
visual inspection of the steering linkage