试题详情

试题内容

以下媒体中, (12) 是表示媒体, (13) 是表现媒体。
(12)
A.图像  
B.图像编码  
C.电磁波  
D.鼠标  
(13)   
A.图像  
B.图像编码  
C.电磁波  
D.鼠标
查看答案

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

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

你可能感兴趣的试题

8题:

近年来,在我国出现的各种病毒中,()病毒通过木马形式感染智能手机。
A.快乐时光
B.熊猫烧香
C.X卧底
D.CIH

31题:

在面向对象方法中,(1)是父类和子类之间共享数据和方法的机制。子类在原有父类接口的基础上,用适合于自己要求的实现去置换父类中的相应实现称为(2)。
(1)A.封装
B.继承
C.覆盖
D.多态
(2)A.封装
B.继承
C.覆盖
D.多态

28题:

将每个用户的数据和其他用户的数据隔离开,是考虑了软件的()质量特性。
A.功能性
B.可靠性
C.可维护性
D.易使用性

71题:

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
35题:对一个复杂用例中的业务处理流程进行进一步建模的最佳工具是UML (41) 。  
A.状态图  
B.顺序图  
C.类图  
D.活动图
58题:

设某算法的计算时间可用递推关系式T(n)=2T(n/2)+n表示,则该算法的时间复杂度为( )。
A、O(lg n)
B、O(nlg n)
C、O(n)
D、O(n2)