2022年黑龙江软件水平考试考试考前冲刺卷(9).docx
《2022年黑龙江软件水平考试考试考前冲刺卷(9).docx》由会员分享,可在线阅读,更多相关《2022年黑龙江软件水平考试考试考前冲刺卷(9).docx(30页珍藏版)》请在淘文阁 - 分享文档赚钱的网站上搜索。
1、2022年黑龙江软件水平考试考试考前冲刺卷(9)本卷共分为1大题50小题,作答时间为180分钟,总分100分,60分及格。一、单项选择题(共50题,每题2分。每题的备选项中,只有一个最符合题意) 1.电子邮件应用程序利用POP3协议()。A创建邮件B加密邮什C发送邮件D接收邮件2.Traditional Internet access methods like dial-up were so slow that host computers were connected to the dial-up (1) at the customer premise over slow (2) ports
2、. PPP was designed to run directly over these serial links. But with the advent of broadband Internet (3) technologies such as ADSL and cable modems there has been a considerable increase in the bandwidth delivered to the end users. This means that the host computers at the customer premise connect
3、to the (4) or cable modem over a much faster medium such as Ethernet. It also means that multiple (5) can connect to the Internet through the same connection.(1)处应填入()AbufferBmodemCcomputerDserver3.在进行金融业务系统的网络设计时,应该优先考虑优胜 (1) 原则。在进行企业网络的需求分析时,应该首先进行 (2) 。(1)处应填入()A先进性B开放性C经济性D高可用性4.Traditional Inte
4、rnet access methods like dial-up were so slow that host computers were connected to the dial-up (1) at the customer premise over slow (2) ports. PPP was designed to run directly over these serial links. But with the advent of broadband Internet (3) technologies such as ADSL and cable modems there ha
5、s been a considerable increase in the bandwidth delivered to the end users. This means that the host computers at the customer premise connect to the (4) or cable modem over a much faster medium such as Ethernet. It also means that multiple (5) can connect to the Internet through the same connection
6、.(2)处应填入()AparallelBdigitalCserialDvariable5.Traditional Internet access methods like dial-up were so slow that host computers were connected to the dial-up (1) at the customer premise over slow (2) ports. PPP was designed to run directly over these serial links. But with the advent of broadband Int
7、ernet (3) technologies such as ADSL and cable modems there has been a considerable increase in the bandwidth delivered to the end users. This means that the host computers at the customer premise connect to the (4) or cable modem over a much faster medium such as Ethernet. It also means that multipl
8、e (5) can connect to the Internet through the same connection.(3)处应填入()AaccessBcacheCcastDstorage6.在进行金融业务系统的网络设计时,应该优先考虑优胜 (1) 原则。在进行企业网络的需求分析时,应该首先进行 (2) 。(2)处应填入()A企业应用分析B网络流量分析C外部通信环境调研D数据流向图分析7.Traditional Internet access methods like dial-up were so slow that host computers were connected to t
9、he dial-up (1) at the customer premise over slow (2) ports. PPP was designed to run directly over these serial links. But with the advent of broadband Internet (3) technologies such as ADSL and cable modems there has been a considerable increase in the bandwidth delivered to the end users. This mean
10、s that the host computers at the customer premise connect to the (4) or cable modem over a much faster medium such as Ethernet. It also means that multiple (5) can connect to the Internet through the same connection.(4)应填入()AFDDIBHDSLCADSLDCDMA8.Traditional Internet access methods like dial-up were
11、so slow that host computers were connected to the dial-up (1) at the customer premise over slow (2) ports. PPP was designed to run directly over these serial links. But with the advent of broadband Internet (3) technologies such as ADSL and cable modems there has been a considerable increase in the
12、bandwidth delivered to the end users. This means that the host computers at the customer premise connect to the (4) or cable modem over a much faster medium such as Ethernet. It also means that multiple (5) can connect to the Internet through the same connection.(5)应填入()AcablesBhostsCserversDmodems9
13、.某供应商数据库中的供应关系为SPJ(供应商号,零件号,工担号,数量),如下命令查询某工程至少用了3家供应商(包含3家)供应的零件的平均数量,并按工程号的降序排列。SELECT工程号, (59) FROM SPJGROUP BY工程号 (60) ORDER BY工程号DESC;(59)应选入()。某供应商数据库中的供应关系为SPJ(供应商号,零件号,工担号,数量),如下命令查询某工程至少用了3家供应商(包含3家)供应的零件的平均数量,并按工程号的降序排列。SELECT工程号, (59) FROM SPJGROUP BY工程号 (60)ORDER BY工程号DESC; (59)应选入()。 AA
14、VG(数量)At平均数量BAVG(数量)AS平均数量C平均数量At AVG(数量)D平均数量ASAVG(数量)10.某系统的进程状态转换如下图所示。图中1、2、3和4分别表示引起状态转换时的不同原因。原因4是由于 (57) ;一个进程状态转换会引起另一个进程状态转换的是 (58) 。(57)应选()。A就绪进程被调度B运行进程执行了P操作C阻塞进程等待的事件发生了D运行进程时间片到了11.设关系模式R(A,B,C),传递依赖指的是 (61) ;下列结论错误的是 (62) 。(61)应选入()。A若A→B,B→C, 则A→CB若A→B,A→C,则
15、A→BCC若A→C,则AB→CD若A→BC,则A→B,A→C12.在模型一视图一控制器(NVC)模式中, (63) 主要表现用户界面, (64) 用来描述核心业务逻辑。(63)应选入()。在模型一视图一控制器(NVC)模式中, (63) 主要表现用户界面, (64) 用来描述核心业务逻辑。 (63)应选入()。 A视图B模型C控制器D视图和控制器13.下面给出了四种设计模式的作用。外观(Fagade):为子系统中的一组功能调用提供一个一致的接口,这个接口使得这一子系统更加容易使用;装饰(Decorate):当不能采用生成子类的方法进行
16、扩充时,动态地给一个对象添加一些额外的功能;单件(Singleton):保证一个类仅有一个实例,并提供一个访问它的全局访问点;模板方法(Template Method):在方法中定义算法的框架,而将算法中的一些操作步骤延迟到子类中实现。请根据下面叙述的场景选用适当的设计模式。若某面向对象系统中的某些类有且只有一个实例,那么采用 (65) 设计模式能够有效达到该目的:该系统中的某子模块需要为其他模块捉供访问不同数据库系统(如 Oracle、SQL Server和DB2 UDB等)的功能,这些数据库系统提供的访问接口有一定的差异,但访问过程却都是相同的,例如,先连接数据库、再打开数据库、最后对数据
17、进行查询, (66) 设计模式可抽象出相同的数据库访问过程;系统中的文本显示类(TextView)和图片显示类(Picture View)都继承了组件类(Component),分别显示文本和图片内容,现需要构造带有滚动条、或者带有黑色边框、或者既有滚动条又有黑色边框的文本显示控件和图片显示控件,但希望最多只增加三个类, (67) 计模式可以实现该目的。(65)应选入()。下面给出了四种设计模式的作用。外观(Fagade):为子系统中的一组功能调用提供一个一致的接口,这个接口使得这一子系统更加容易使用;装饰(Decorate):当不能采用生成子类的方法进行扩充时,动态地给一个对象添加一些额外的功
18、能;单件(Singleton):保证一个类仅有一个实例,并提供一个访问它的全局访问点;模板方法(Template Method):在方法中定义算法的框架,而将算法中的一些操作步骤延迟到子类中实现。请根据下面叙述的场景选用适当的设计模式。若某面向对象系统中的某些类有且只有一个实例,那么采用 (65) 设计模式能够有效达到该目的:该系统中的某子模块需要为其他模块捉供访问不同数据库系统(如 Oracle、SQL Server和DB2 UDB等)的功能,这些数据库系统提供的访问接口有一定的差异,但访问过程却都是相同的,例如,先连接数据库、再打开数据库、最后对数据进行查询, (66) 设计模式可抽象出相
19、同的数据库访问过程;系统中的文本显示类(TextView)和图片显示类(Picture View)都继承了组件类(Component),分别显示文本和图片内容,现需要构造带有滚动条、或者带有黑色边框、或者既有滚动条又有黑色边框的文本显示控件和图片显示控件,但希望最多只增加三个类, (67) 计模式可以实现该目的。 (65)应选入()。 A外观B装饰C单件D模板方法14.某系统的进程状态转换如下图所示。图中1、2、3和4分别表示引起状态转换时的不同原因。原因4是由于 (57) ;一个进程状态转换会引起另一个进程状态转换的是 (58) 。(58)应选入()。A1→2B2→1C3
20、→2D2→415.某供应商数据库中的供应关系为SPJ(供应商号,零件号,工担号,数量),如下命令查询某工程至少用了3家供应商(包含3家)供应的零件的平均数量,并按工程号的降序排列。SELECT工程号, (59) FROM SPJGROUP BY工程号 (60) ORDER BY工程号DESC;(60)应选入()。某供应商数据库中的供应关系为SPJ(供应商号,零件号,工担号,数量),如下命令查询某工程至少用了3家供应商(包含3家)供应的零件的平均数量,并按工程号的降序排列。SELECT工程号, (59) FROM SPJGROUP BY工程号 (60)ORDER BY工程号D
21、ESC; (60)应选入()。 AHAVING COUNT (DISTINCT(供应商号)2BWhere COUNT(供应商号)2CHAVING(DISTINCT(供应商号)2DWhere 供应商号2试题(14)(15)分析16.下列测试工具中,使用 (68) 执行自动化负载压力测试,使用 (69) 执行代码静态结构分析,使用 (70) 执行网络测试。(68)应选()。下列测试工具中,使用 (68) 执行自动化负载压力测试,使用 (69) 执行代码静态结构分析,使用 (70) 执行网络测试。 (68)应选()。 ASmartBitsBLogiscopeCQuick Test Professio
22、nalDLoadRunner17.设关系模式R(A,B,C),传递依赖指的是 (61) ;下列结论错误的是 (62) 。(62)应选入()。A若A→BC, 则A→B,A→CB若A→B,A→C,则A→BCC若A→C,则AB→CD若AB→C,则A→C,B→C18.在模型一视图一控制器(NVC)模式中, (63) 主要表现用户界面, (64) 用来描述核心业务逻辑。(64)应选入()。在模型一视图一控制器(NVC)模式中, (63) 主要表现用户界面, (64) 用来描述核心业务逻辑。 (6
23、4)应选入()。 A视图B模型C控制器D视图和控制器19.(71) analysis emphasizes the drawing of pictorial system models to document and validate both existing and/or proposed systems. Ultimately, the system models become the (72) for designing and constructing an improved system. (73) is such a technique. The emphasis in this
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- 2022 黑龙江 软件 水平 考试 考前 冲刺
限制150内