正确答案: ABD
总线形结构 环形结构 采用交换机连接的星形结构
题目:会产生冲突的网络拓扑结构有()。
解析:A, B, D
查看原题
举一反三的答案和解析:
[单选题]性表中最常用的操作是在最后一个元素之后插入一个元素和删除第一个元素,则采用(5)存储方式最节省运算时间。
仅有尾指针的单循环链表
解析:解析:仅有头指针的单循环链表最费时。
[单选题]嗅探器改变了网络接口的工作模式,使得网络接口____.
能够响应流经网络接口的所有分组
解析:嗅探器是一种监视网络数据运行的软件设备,改变了网络接口的工作模式,使得网络接口能够响应流经网络接口的所有分组。
[单选题]工程网络计划的计划工期应(51)。
不超过要求工期
解析:解析:本题考核考生对工程进度控制部分常用知识的了解。制定工程网络计划的目的是控制工程的工期在合同规定范围之内,不得超过要求工期。故正确答案为C。
[单选题]操作系统中,可以并行工作的基本单位是(18),它是系统核心调度及资源分配的基本单位,它是由(19)组成的。它与程序的重要区别之一是(20)。因资源竞争而引起死锁时,可以采取两种策略:(21)和(22)。其中前者付出的代价较高。
进程
[单选题]
B. 概念模型
C. 过程模型
D. 开发模型
过程模型
解析:解析:无论信息工程方法如何变化,它都应该具有以下特征或保持以下关键部分:
[多选题]从供选择的答案中选出应填入英语文句中()的正确的答案。Toolboxes and menus in many application programs were (
for working with the mouse. The mouse controls a pointer on the screen. You move the pointer by (
the mouse over a flat surface in the direction you want the pointer to move. If you run out of (
to move the mouse, lift it up and put it down again. The pointer moves only when the mouse is (
the flat surface. Moving the mouse pointer across the screen does not affect the document, the pointer simply (
a location on the screen. When you press the mouse button, something happens at the location of the pointer.
解析:A: ②B: ②C: ③D: ④E: ②
[单选题]以下关于白盒测试和黑盒测试的理解,正确的是()。
白盒测试通过对程序内部结构的分析、检测来寻找问题
解析:解析:白盒测试通过对程序内部结构的分析、检测来寻找问题;黑盒测试通过一些表征性的现象、事件、标志来判断内部的运行状态;单元测试可应用白盒测试方法,集成测试既有黑盒测试也有白盒测试方法在软件生命周期各个阶段不一定都需要用白盒测试方法