试题内容
软题库参考答案:B、D(仅供参考)
软题库解析:正在加载....
你可能感兴趣的试题
近年来,在我国出现的各种病毒中,()病毒通过木马形式感染智能手机。
A.快乐时光
B.熊猫烧香
C.X卧底
D.CIH
在面向对象方法中,(1)是父类和子类之间共享数据和方法的机制。子类在原有父类接口的基础上,用适合于自己要求的实现去置换父类中的相应实现称为(2)。
(1)A.封装
B.继承
C.覆盖
D.多态
(2)A.封装
B.继承
C.覆盖
D.多态
将每个用户的数据和其他用户的数据隔离开,是考虑了软件的()质量特性。
A.功能性
B.可靠性
C.可维护性
D.易使用性
The purpose of the requirements definition phase is to produce a clear, complete, consistent, and testable (1)of the technical requirements for the software product.
During the requirements definition phase, the requirements definition team uses an iterative process to expand a broad statement of the system requirements into a complete and detailed specification of each function that the software must perform and each (2) that it must meet. The starting point is usually a set of high l
设某算法的计算时间可用递推关系式T(n)=2T(n/2)+n表示,则该算法的时间复杂度为( )。
A、O(lg n)
B、O(nlg n)
C、O(n)
D、O(n2)