正确答案: B
零库存(ZeroInventory)
题目:及时制造(JustInTime)概念是:
解析:B
查看原题
举一反三的答案和解析:
[单选题]● 在监理控制系统中,__(63)__子系统贯穿于项目实施全过程,并且把控制系统与外部环境联系起来。(63)
信息
解析:试题分析
[多选题]下列日期中,()输入到EXCEL工作表的单元格中是正确的
10-5
2/OCT/2002
02-OCT-2003
解析:答案:BDE
[单选题]典型的软件测试过程模型有(46)等,在这些模型中,(47)强调了测试计划等工作的先行和对系统需求和系统设计的测试,(48)对软件测试流程予以了说明。
X模型、W模型、H模型、前置测试模型
解析:解析:本组题考查软件测试过程模型,常用的有V模型、X模型、W模型、H模型、前置测试模型等,渐进模型、螺旋模型、增量模型都是开发模型。W模型强调测试伴随着整个软件开发周期,而且测试的对象不仅仅是程序,需求、功能和设计同样要测试。与V模型相比,更突出了测试先行的观念以及需求和设计的测试工作。H模型强调软件测试模型是一个独立的流程,贯穿于整个产品周期,与其他流程并发地进行。当某个测试时间点就绪时,软件测试即从测试准备阶段进入测试执行阶段。
[单选题]Data mining is an(66)research field in database and artificial intelligence. In this paper, the data mining techniques are introduced broadly including its producing background, its application and its classification. The principal techniques used in the data mining are surveyed also, which include rule induction, decision(67), artificial(68)network, genetic algorithm, fuzzy technique, rough set and visualization technique. Association rule mining, classification rule mining, outlier mining and clustering method are discussed in detail. The research achievements in association rule, the shortcomings of association rule measure standards and its(69), the evaluation methods of classification rules are presented. Existing outlier mining approaches are introduced which include outlier mining approach based on statistics, distance-based outlier mining approach, data detection method for deviation, rule-based outlier mining approach and multi-strategy method. Finally, the applications of data mining to science research, financial investment, market, insurance, manufacturing industry and communication network management are introduced. The application(70)of data mining are described.
emerging
[单选题]
B. 27
C. 20
D. 12
4B. 27
解析:解析:需要存储器芯片:2.存储器芯片的地址长度为20位。主存储器的地址长度为4位。
[单选题]UML提供了几种不同的图用于组成不同的视图,下列不属于静态图的是______。
序列图
解析:解析:条件覆盖是指选择足够的测试用例,使得运行这些测试用例时,判定中每个条件的所有可能结果至少出现一次,但未必能覆盖全部分支。所选答案中仅有③④组合后才能完全覆盖每个判定中的条件,即真、假均通过至少一次。
[多选题]● 若有关系R (A,B,c,D)和S(C,D,E),则与表达式π3,4,7(σ4<5 (R×S))等价的SQL语句如下:
C,D,E
R.A, R.B,R.C, R.D, S.E
R.C,R.D,S.E
S
R, S
RS
R.D
R.D< R.C
S.D< R.C
解析:D,C,B
[单选题]ISO/IEC 9126软件质量模型中第一层定义了六个质量特性,并为各质量特性定义了相应的质量子特性,其中易分析子特性属于软件的(31)质量特性。
可维护性
解析:解析:ISO/IEC9126软件质量模型是一种评价软件质量的通用模型,包括三个层次:第一层是质量特性,第二层是质量子特性,第三层是度量指标。这种模型定义的质量特性包括功能性、可靠性、易使用性、效率、可维护性和可移植性,其中可维护特性又包括易分析性、易改变性、稳定性和易测试性共4项子特性。