●The traditional model for systems development was that an IT department used (71)which is a process-centered technique, and consulted users only when their input or approval was needed. Compared with traditional methods, many companies find that JAD allo

题目

●The traditional model for systems development was that an IT department used (71)which is a process-centered technique, and consulted users only when their input or approval was needed. Compared with traditional methods, many companies find that JAD allows key users to participate effectivelyin the (72). When properly used, JAD can result in a more accurate statement of system requirements, a better understanding of common goals and a stronger commitment to the success of the new system. RAD is a team-based technique that speeds up information systems development and produces a functiog.information system. Whilethe end productof jAD is a(an)(73),theendproduct of RAD is the (74) .The RAD model consists offour phases. During the(75),users interact with systems analysts and develop models and prototypes that represent all system processes, outputs, and inputs.

(71) A. structured analysis

B. object-oriented analysis

C. prototype analysis

D. process analysis

(72) A. initial scope definition

B. requirements modeling process

C. object modeling process

D. architecture design process

(73) A. data flow diagram

B. entity relationstip model

C. requirements model

D. object model

(74) A. system proposal

B. system design model

C. new system architecture

D. new information system

(75) A. requirements planning phase

B. user design phase

C. construction phase

D. cutover phase


相似考题
更多“●The traditional model for systems development was that an IT department used (71)which is ”相关问题
  • 第1题:

    Click the Exhibit button and examine the data in the EMPLOYEES and DEPARTMENTS tables.You want to retrieve all employees‘ last names, along with their managers‘ last names and their department names. Which query would you use?()

    A.SELECT last_name, manager_id, department_name FROM employees e FULL OUTER JOIN departments d ON (e.department_id = d.department_id);

    B.SELECT e.last_name, m.last_name, department_name FROM employees e LEFT OUTER JOIN employees m on ( e.manager_id = m.employee_id) LEFT OUTER JOIN departments d ON (e.department_id = d.department_id);

    C.SELECT e.last_name, m.last_name, department_name FROM employees e RIGHT OUTER JOIN employees m on ( e.manager_id = m.employee_id) LEFT OUTER JOIN departments d ON (e.department_id = d.department_id);

    D.SELECT e.last_name, m.last_name, department_name FROM employees e LEFT OUTER JOIN employees m on ( e.manager_id = m.employee_id) RIGHT OUTER JOIN departments d ON (e.department_id = d.department_id);

    E.SELECT e.last_name, m.last_name, department_name FROM employees e RIGHT OUTER JOIN employees m on ( e.manager_id = m.employee_id) RIGHT OUTER JOIN departments d ON (e.department_id = d.department_id);

    F.SELECT last_name, manager_id, department_name FROM employees e JOIN departments d ON (e.department_id = d.department_id) ;


    参考答案:B

  • 第2题:

    Asystemadministratorhasbeenaskedtomigratethedev_vgvolumegroupfromserverAtoserverB.Thedev_vgvolumegroupcontainsasinglefilesystemnamed"/development".Toprepareformigration,whichofthefollowingisthecorrectsequenceofcommandsforremovingthevolumegroupfromserverA?()

    A.exportvgdev_vg;umount/development;varyoffvgdev_vg

    B.varyoffvgdev_vg;umount/development;exportvgdev_vg

    C.umount/development;exportvgdev_vg;varyoffvgdev_vg

    D.umount/development;varyoffvgdev_vg;exportvgdev_vg


    参考答案:D

  • 第3题:

    There is no question that computer applications such as(71), electronic mail, and(72)publishing have changed the way people work. These computer applications have enhanced users capacity for communication and have improved their productivity. The success of these applications has prompted both vendors and researchers to continue to seek new ways to further advance the information technology revolution. Enter the latest innovation: networked(73)systems. They convey information in multiple(74): text, graphics, video, audio,(75), computer simulations, and so forth. Advocates of these systems argue that they are the next logical step in human communication; however, modifying our current networks to accommodate the variety of media will present significant technical difficulties.

    A.word transaction

    B.word processing

    C.word disposal

    D.word dealing


    正确答案:B
    解析:wordprocessing:文字处理。

  • 第4题:

    WhichcommandwouldcreateamachineaccountinActiveDirectoryundertheComputers\BusinessUnit\Department\Serversorganizationalunit?()

    A.netrpcjoin-mlocalhost-ldap="ldap.ldapserver.comComputers\BusinessUnit\Department\Servers"

    B.rpcclient-c"joinComputers\BusinessUnit\Department\Servers"

    C.netadsjoinou="Computers\BusinessUnit\Department\Servers"

    D.netadsjoin"Computers\BusinessUnit\Department\Servers"


    参考答案:D

  • 第5题:

    AcustomerhastenRS/6000ModelM80,twopSeries690Model681,fivePOWER5510andtwoPOWER6560machinesinstalledandrunningcommercialapplications.TheywanttodoaserverconsolidationstudyinordertoreplacetheexistingsystemswithPOWER7systems.Whatperformancemetricisrecommendedwhenevaluatingthereplacementsystem?()

    A.IBMCPW

    B.IBMrPerf

    C.SPECint_rate2006

    D.IDEASInternationalRPE2


    参考答案:B

  • 第6题:

    Software engineering is the study and an application of engineering to the design,development,and(71)of software.

    A.maintenance
    B.service
    C.running
    D.deployment

    答案:A
    解析:
    翻译:软件工程是研究工程的设计、开发和维护的学科及应用。 A、维护 B、服务 C、运行 D、开发