试题内容
Certificates are (1) documents attesting to the (2) of a public key to an individual or other entity. They allow verification of the claim that a given public key does in fact belong to a given individual. Certificates help prevent someone from using a phony key to (3)someone else. In their simplest form, Certificates contain a public key and a name. As commonly used, a certificate also contains an (4)date, the name of the CA that issued the certificate, a serial number, and perhaps other information. Most importantly, it contains the digital (5) of the certificate issuer. The most widely accepted format for certificates is X.509 , thus, Certificates can be read or written by any application complying with X.509.
(1)A、text
B、data
C、digital
D、structured
(2)A、connecting
B、binding
C、composing
D、conducting
(3)A、impersonate
B、personate
C、damage
D、control
(4)A、communication
B、computation
C、expectation
D、expiration
(5)A、signature
B、mark
C、stamp
D、hypertext
软题库参考答案:C、B、A、D、A(仅供参考)
软题库解析:正在加载....
你可能感兴趣的试题
下面关于程序语言的叙述,错误的是 ( ) 。
A、脚本语言属于动态语言,其程序结构可以在运行中改变
B、脚本语言一般通过脚本引擎解释执行,不产生独立保存的目标程序
C、php、JavaScript 属于静态语言,其所有成分可在编译时确定
D、C 语言属于静态语言,其所有成分可在编译时确定
在n个数的数组中确定其第i(1≤i≤n)小的数时,可以采用快速排序算法中的划分思想,对n个元素划分,先确定第k小的数,根据i和k的大小关系,进一步处理,最终得到第i小的数。划分过程中,最佳的基准元素选择的方法是选择待划分数组的( 1 )元素。此时,算法在最坏情况下的时间复杂度为(不考虑所有元素均相等的情况)(2)。
(1)A.第一个
B.最后一个
C.中位数
D.随机一个
(2)A.(n)
B.(lgn)
C.第23题:
在系统验收测试中,(1)是在一个模拟的环境下使用模拟数据运行系统;(2)是在一个实际环境中使用真实数据运行系统。
(1)A、验证测试
B、审计测试
C、确认测试
D、模块测试
(2)A、验证测试
B、审计测试
C、确认测试
D、模块测试
已知3个类O、P和Q,类O中定义了一个私有方法F1和一个公有方法F2;类P中定义了一个公有方法F3,类P为类O的派生类,类Q为类P的派生类,它们的继承方式如下所示:
class P: public O {…};
class Q: private P {…};
在关于类P的描述中正确的是(1);在关于类Q的描述中正确的是(2)。
(1)A、类P的对象可以访问F1,但不能访问F2
B、类P的对象可以访问F2,但不能访问F1
C、类P的对象既可以访问F1,也可以访问F2
D、类P的对象既不能访问F1,也不能访问F2
(2)A、类Q的对象可以访问F1、F2、和F3
B、类Q的对象可以访问F2和F3,但不能访问F1
C、类Q的成员可以访问F2和F3,但不能访问F1
D、类Q的成员不能访问F1、F2和F3
For nearly ten years, the Unified Modeling Language (UML) has been the industrystandard for visualizing, specifying, constructing, and documenting the(1) of a software-intensive system. As the (2)standard modeling language, the UML facilitates communication and reduces confusion among project (3) The recent standardization of UML 2.0 has further extended the language's scope and viability. I