试题详情

试题内容

Regardless of how wellDesigned,Constructed,And testedA system orApplication mayBe, errors orBugs will inevitably occur. OnceA system hasBeen(  ),it enters operationsAnd support.
Systems support is the ongoing technical support for user,As wellAs the maintenance required to fixAny errors, omissions,or new requirements that mayArise.BeforeAn information systemCanBe(  ), it mustBe in operation. System operation is theDay-to-day, week-to-week, month-to-month,And year-t-year(  )ofAn information system'sBusiness processesAndApplication programs.
Unlike systemsAnalysis,Design,And implementation, systems supportCannot sensiblyBe(  )intoActual phases thatA support project must perform. Rather, systems supportConsists of four ongoingActivities thatAre program maintenance, system recovery, technical support,And system enhancement.EachActivity isA type of support project that is(  )byA particular problem,event, or opportunity encountered with the implemented system.
1)A.designed
B.implemented
C.investigated
D.analyzed
2)A.supported
B.tested
C.implemented
D.constructed
3)A.construction
B.maintenance
C.execution
D.implementation
4)A.broke
B.formed
C.composed
D.decomposed
5)A.triggered
B.leaded
C.caused
D.produced
查看答案

软题库参考答案:B 、A 、C 、D 、A (仅供参考)

软题库解析:正在加载....

你可能感兴趣的试题

53题:设有关系模式R(A1,A2,A3,A4,A5,A6),函数依赖集F={A1→A3,A1 A2→A4,A5 A6→A1,A3 A5→A6,A2 A5→A6}。关系模式R的一个主键是( ), 从函数依赖集F可以推出关系模式R( )。
(1)A.A1A4
B.A2A5
C.A3A4
D.A4A5
(2)A.不存在传递依赖,故R为1NF
8题:

若采用邻接矩阵来存储简单有向图,则其某一个顶点i的入度等于该矩阵( )。
A、第i行中值为1的元素个数 
B、所有值为1的元素总数 
C、第i行及第i列中值为1的元素总个数 
D、第i列中值为1的元素个数 

1题:在程序执行过程中,高速缓存(Cache) 与主存间的地址映射由(  )
A.操作系统进行管理
B.存储管理软件进行管理
C.程序员自行安排
D.硬件自动完成
29题:提高程序执行效率的方法一般不包括(  )。
A.设计更好的算法
B.采用不同的数据结构
C.采用不同的程序设计语言
D.改写代码使其更紧凑
15题:

确定软件的模块划分及模块之间的调用关系是()阶段的任务。
A.需求分析
B.概要设计
C.详细设计
D.编码

51题:

优先队列通常采用( 1 )数据结构实现,向优先队列中插入一个元素的时间复杂度为( 2 )
(1)A.堆
B.栈
C.队列
D.线性表
(2)A.(n)
B.(1)
C.(lgn)
D.