单选题
40.两个公司希望通过Internet进行安全通信,保证从信息源到目的地之间的数据传输以密文形式出现,而且公司不希望由于在中间节点使用特殊的安全单元增加开支,最合适的加密方式是{{U}}
(1) {{/U}},使用的会话密钥算法应该是{{U}} (2) {{/U}}。
单选题如果数据库应用系统的用户表中存有用户登录口令,则应该 (7) 。
单选题Sometimes the processes in which people are engaged are dependent upon other processes being completed first, possibly by other people. For example, on an automobile
30
, it is necessary for the body to be constructed before the doors can be added on. Attempting to add the doors first would be pointless, because there would be nowhere to attach them. Thus, if there is no body ready to have doors added, the process for adding doors has to be
31
until the process for creating the next body is complete. This is known as
32
Obviously, there are many cases where people have to wait for other people to do something. However, if everyone in such a situation is waiting for someone else to do something first, then no one will ever be able to do anything. When discussing processes, this situation is known as
33
, because all of the involved processes are effectively dead because of locks they have on resources. Usually someone in such a situation will eventually notice and abort the process, allowing normal flow to
34
, and often warning signs can even be spotted ahead of time to avoid "it in the first place.
单选题彩色打印机所采用的颜色空间是 (3) 。
单选题下列在关于计算机性能的评价的说法中,正确的叙述是______。 ①主频高的机器一定比主频低的机器速度高 ②基准程序测试法能比较全面地反应实际运行情况,但各个基准程序测试的重点不一样 ③平均指令执行速度(MIPS)能正确反映计算机执行实际程序的速度 ④MFLOPS是衡量向量机和当代高性能机器性能的主要指标之一 A.①②③④ B.②③ C.②④ D.①
单选题TCP/IP模型由低到高可分为
________
四个层次。
单选题在软件工程的设计阶段中,有3种常用的设计方法:结构化设计(SD)方法、Jackson方法和Parnas方法。SD方法侧重与 (1) ,Jackson方法则是 (2) ,Parnas方法的主要思想是 (3) 。从20世纪70年代中期到20世纪90年代早起, (4) 是最常用的设计方法。 (5) 方法只提供了重要的设计准则,没有规定出具体的工作步骤。
单选题 (32) 引起的数据库异常,其破坏性最大。
单选题若某时期投入市场的某型号机器上编制的软件能不加修改地运行于在它之后投入市场的机器上称做
________
。
单选题一门课同时有若干个学生选修,而一个学生可以同时选修多门课程,则课程与学生之间具有( )关系。 A) 一对一 B) 一对多 C) 多对多 D) 多对一
单选题CMM模型将软件过程的成熟度分为5个等级。在
________
使用定量分析来不断地改进和管理软件过程。
单选题In object-oriented (51) , objects can be viewed as reusable components, and once the programmer has developed a (52) of these components, he can (53) the amount of new coding required. But (52) a (54) is no simple task because the integrity of the Original software design is critical. Reusability can be a mixed blessing for user, too, as a programmer has to be able to find the object he needs. But if (55) is your aim, reusability is worth the risk.
单选题在ORDB中,同类元素的无序集合,但每个成员只能出现一次,称为______。
单选题关系数据库设计理论主要包括3个方面的内容,其中起核心作用的是______。
单选题CPU与I/O设备间的接口是
________
,它接收从CPU发来的命令,然后去控制I/O设备工作,从而使处理机从繁杂的设备控制事务中解脱出来。
单选题表达式“X=A+B×(C-D)/E”的后缀表示形式可以为 (11) (运算符优先级相同时,遵循左结合的原则)。
单选题在ORDB中,同类元素的无序集合,并且允许一个成员多次出现,称为______。
单选题许多网络通信需要进行组播,以下选项中不采用组播协议的应用是 (2) 。在 IPv4中把 (3) 类地址作为组播地址。
单选题执行SQL语句“DROP TABLE学生”后,表中的数据及其建立的索引将会被删除掉,建立在其上的视图
________
。
单选题软件测试的目的是
15
。为了提高测试的效率,应该
16
。使用白盒测试方法时,确定测试数据应根据
17
和指定的覆盖标准。一般说来与设计测试数据无关的文档是
18
。软件的集成测试工作最好由
19
承担,以提高集成测试的效果。