【导读】
不凡考网发布计算机2022四级计算机证考试考试试题试卷(6AD)相关信息,更多计算机2022四级计算机证考试考试试题试卷(6AD)的相关资讯请访问不凡考网计算机类考试频道。
1. [单选题]以下关于加密算法与解密算法的描述中,哪项是错误的?______。
A. 加密算法是相对稳定的
B. 解密算法所使用的密钥称为解密密钥
C. 对密文解密时采用的一组规则称为解密算法
D. 加密算法一定要做好保密工作
2. [单选题]下列关于测试方法的叙述中不正确的是 ______。
A. 从某种角度上讲,白盒测试与黑盒测试都属于动态测试
B. 功能测试属于黑盒测试
C. 对功能的测试通常是要考虑程序的内部结构的
D. 结构测试属于白盒测试
3. [单选题]Which of the following statements is true regarding simple sort techniques?
A. exchange sort if frequently referred to as a bubble sort.
B. exchange sort is the least expensive.
C. if random data are in an array that is to be sorted ,an insertion sort will give then best performance for large elements with small sort items.
D. both insertion sort an selection sort require O(n) moves.