文档介绍:2022计算机四级历年真题7章
2022计算机四级历年真题7章 第1章
下图是网络地址转换 NAT 的一个实例
根据图中信息,标号为 ② 的方格中的内容就为
A.
S=,2022
D=。
A.动态比较
B.静态比较
C.执行后比较
D.人工比较
正确答案:C
以下哪一项属于软件易用性测试关注的内容?______。
A.软件是否能帮助用户减少输入中的重复劳动
B.软件界面的色彩是否协调
C.软件是否允许用户导入由该软件以前版本生成的数据
D.软件的界面风格是否与同类软件的界面风格一致
正确答案:A解析:与手工相比,使用软件的一个主要优点是能够减少重复的输入,从而保证数据的一致性。
2022计算机四级历年真题7章 第2章
6The construct cobegin Statement1; Statement2; coend means Statement1 and Statement2 are to be executed in parallel. The only two atomic actions in this construct are loading thevalue of a variable and storing into a the program segment x:=0; y:=O; cobegin begin x:=l; y:=y+x; end; begin y:=2; x:=x+3; end coend Which of the following indicate(s) possible values for the variables when the segment finishes execution? Ⅰ.x=1,y=2 Ⅱ.x=1,y=3 Ⅲ.x=4,y=6
A.Ⅰ
B.Ⅰ and Ⅱ
C.Ⅰ and Ⅲ
D.Ⅱand Ⅲ
正确答案:D
在数据库应用系统的需求分析阶段,需要考虑数据的安全性需求。下列不属于数据安全性需求分析内容的是
A.分析数据的安全性需求,以确定每个关系表上定义的数据约束能够满足使用要求
B.分析全局用户对数据的存取需求,以确定全局数据的安全控制策略
C.分析特殊用户对数据的存取需求,以保证数据库的安全控制策略能够满足其使用要求
D.分析各类用户对数据的存取需求,以确定各类用户能够操作的数据
正确答案:A
若某大学分配给计算机系的IP地址块为202.113.16.128/26,分配给自动化系的IP地址块为202.113.16.192/26,那么这两个地址块经过聚合后的地址为——。
A.202.113.16.0/24
B.202.113.16.0/25
C.202.113.16.128/25
D.202.113.16.128/24
正确答案:C解析:考查子网聚合问题,计算机系IP地址块的后8位为10000000,自动化系IP地址块的后8位为1 1000000。/26说明主机号为后6位。故聚合后IP地址块后8位为10(11300(10,主机号为后7为,/25。由上可知。答案选C)。
( )。
A.A类
B.B类
C.C类
D.D类
正确答案:D
The figure below shows a record used for recording information about a named? of the following statement is incorrect? VAR r:record event:array[1..10] of char; place:array[1..20] of record plname:array[1..15] of char; date: array[1..5] of record mo:l..12; day:l..31; year:integer end end end;
A.This is a one-dimensional array of records, also called a table.
B.This is so called record of arrays;
C.The event can occur in up to 20 places and on up to 5 different dates in each place.
D.A refere