
【名词&注释】
数字签名(digital signature)、合法性(legitimacy)、完整性(integrity)、字符串(string)、加密传输(encryption transmission)、数字信息(digital information)、指纹识别技术(fingerprint identification technology)、十六进制(hexadecimal system)、性问题(sex problem)
[单选题]以下关于数字签名说法正确的是()。
A. 数字签名是在所传输的数据后附上一段和传输数据毫无关系的数字信息
B. 数字签名能够解决数据的加密传输,即安全传输问题
C. 数字签名一般采用对称加密机制
D. 数字签名能够解决篡改、伪造等安全性问题(sex problem)
查看答案&解析
点击获取本科目所有试题
举一反三:
[单选题]以下关于认证技术的描述中,错误的是()。
A. 身份认证是用来对信息系统中实体的合法性进行验证的方法
B. 消息认证能够验证消息的完整性
C. 数字签名是十六进制(hexadecimal system)的字符串
D. 指纹识别技术(fingerprint identification technology)包括验证和识别两个部分
[单选题]TCPSYNFlood网络攻击时利用了TCP建立连接过程需要()次握手的特点而完成对目标进行攻击的。
A. 1
B. 2
C. 3
D. 6
[多选题]●试题五阅读下列程序说明和C代码,将应填入(n)处的字句写在答题纸的对应栏内。
A. 【程序5说明】
B. 著名的四色定理指出任何平面区域图均可用四种颜色着色,使相邻区域着不同的颜色。本程序对给定的区域图找出所有可能的不超过四种颜色的着色方案。
C. 程序中用1~4表示四种颜色。要着色的N个区域用0~N-1编号,区域相邻关系用adj[][]矩阵表示,矩阵的i行j列的元素为1,表示区域i与区域j相邻;矩阵的i行j列的元素为0,表示区域i与区域j不相邻。数组color[]用来存储着色结果,color[i]的值为区域i所着颜色。
D. 【程序5】
E. include
F. define N 10
G. void output(int color[])/*输出一种着色方案*/
H. {int i;
I. for(i=0;i J. printf("%4d",color[i]);
K. printf("\n");
L. }
M. int back(int*ip,int color[])/*回溯*/
N. {int c=4;
O. while(c==4){
P. if(*ip<=0)return 0;
Q. --(*ip);
R. c= (1) ;
S. color[*ip]=-1;
T. }
U. return c;
V. }
W. /*检查区域i,对c种颜色的可用性*/
X. int color0k(int i,int c,int[][N],int color[]}
Y. {int j;
Z. for(j=0;j
[单选题]下面哪个组织保证无线设备的互用性?A、Wi-Max联盟
A. B、IEEE
B. C、Wi-Fi联盟
C. D、FRF.12
F.
[单选题]DDBS中的“数据分片”是指______。
A. 对磁盘的分片
B. 对全局关系的分片
C. 对内存的分片
D. 对网络结点的分片
[多选题]● When we announced Java 2 Micro Edition (J2ME) a few years ago, we believed that Java had an important role to play in hand held devices. Some were __(71)__ that Java would be small enough for such limited devices.But no __(72)__, Java for the small device is a success. J2ME has emerged strongly in the wireless market. Java's portability and extensibility have brought about rapid __(73)__ in this market.
A. The success of Java beyond desktop computers is significant __(74)__ developers. Java literacy is now more important than ever, as Java is used more and more to __(75)__ a whole range of new computing devices—not only wireless handsets but also personal digital assistants, cameras, automobiles, home control, and so on.
B. (71)
C. skeptical
D. think
E. believe
F. approve
G. (72)
H. more
I. doubt
J. longer
K. little
L. (73)
M. adopt
N. adoption
O. adopting
P. adopted
Q. (74)
R. to
S. for
T. on
U. at
V. (75)
W. program
X. write
Y. print
Z. draw
本文链接:https://www.zhukaozhuanjia.com/download/v9vo0l.html