Software design is a(46) process. It requires a certain amount of fl air on the part of the(47). Design can not be learned from a book . It must be practiced and learnt by experience and study of existing systems. A well(48) software system is straightforward to implement and maintain , easily(49) and reliable. Badly(48) software systems, although they may work are(50) to be expensive to maintain , difficult to test and unreliable.A.createB.creativeC.creatingD.created

Software design is a(46) process. It requires a certain amount of fl air on the part of the(47). Design can not be learned from a book . It must be practiced and learnt by experience and study of existing systems. A well(48) software system is straightforward to implement and maintain , easily(49) and reliable. Badly(48) software systems, although they may work are(50) to be expensive to maintain , difficult to test and unreliable.

A.create

B.creative

C.creating

D.created


相关考题:

It is ______ that he has passed the examination, and I am _____ I will pass it too A.certain; certainlyB.certain; sureC.sure; certainlyD.certainly; surely

● The Estimate Activity Resource process is closely coordinated with the (73)process.(73)A. Estimate CostsB. Sequence ActivitiesC. Plan CommunicationsD. Conduct Procurements

Which order of steps is followed in carrying out the project?A. Assessment-Prototype-Design-Construction.B. Assessment-Design-Prototype-Construction.C. Design-Assessment-Prototype-Construction.D. Design-Prototype-Assessment-Construction.

从供选择的答案中选出应填入英语文句中()内的正确的答案。Software design is a(A) process. It requires a certain (B) 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 (C) software system is straight forward to implement and maintain, easily (D) and reliable .Badly (C) software systems, although they may work are (E) to be expensive to maintain, difficult to test and unreliable.A: ① create ② created ③ creating ④ creativeB: ① amount ② amounted ③ mount ④ mountedC: ① design ② designed ③ designing ④ designsD: ① understand ② understands ③ understanding ④ understoodE: ① like ② likely ③ unlike ④ unlikely

A passenger plane is able to carry a fixed weight, including passengers and fuel.Which wing design would be best for such a plane?A.Design 1B.Design 2C.Design 3D.Design 4

The stages within the development phase of the software life cycle are ( 71 ).A.design, analysis, implementation, and testingB.analysis, design, implementation, and testingC.analysis, design, testing, and implementationD.design, analysis, testing, and implementation

Given the following DDL for the PARTS table:CREATE TABLE parts (part_no INT(9) NOT NULL, part_name VARCHAR(24), part_remain INT(9));All part numbers entered will be different and all rows should be displayed in order of increasing part numbers whenever the table is queried. Which of the following create index statements will meet this criteria and require the least amount of storage for the index object?()A.CREATE UNIQUE INDEX idx_partno ON parts(part_no)B.CREATE UNIQUE INDEX idx_partno ON parts(part_name ASC)C.CREATE UNIQUE INDEX idx_partno ON parts(part_name, part_no ASC)D.CREATE UNIQUE INDEX idx_partno ON parts(part_no, part_name ASC)

Refer to the exhibit. Which two statements about the topologies shown are correct?() A. Design 1 is a looped triangle design.B. Design 2 is a looped triangle design.C. Design 2 achieves quick convergence using RSTP.D. Both designs supportstateful services at the aggregation layer.E. Design 2 is the most widely deployed in enterprise data centers.

The Estimate Activity Resource process is closely coordinated with the (73)process.(73)A. Estimate CostsB. Sequence ActivitiesC. Plan CommunicationsD. Conduct Procurements

以下()SQL语句可以查询出课程名中只包含“_design”字符串的课程信息。A.select * from course where cname like '%_design%'B.select * from course where cname like '%_design%' escape ''C.select * from course where cname like '%#_design%' escape '#'D.select * from course where cname like '%*_design%' escape '*'