下图所示的防火墙结构属于()
A.简单的双宿主主机结构 B.单DMZ 防火墙结构 C.带有屏蔽路由器的单网段防火墙结构 D.双DMZ 防火墙结构
进程PA不断地向管道写数据,进程PB从管道中读数据并加工处理,如下图所示。如果采用PV操作来实现进程PA和进程PB间的管道通信,并且保证这两个进程并发执行的正确性,则至少需要()。
A.1 个信号量,信号量的初值为0 B.2 个信号量,信号量的初值分别为0、1 C.3 个信号量,信号量的初值分别为0、0、1 D.4 个信号量,信号量的初值分别为0、0、1、1
A. B. C. D.
关系代数表达式R×S÷T-U的运算结果是()。
设有关系R、S和T如下图所示,则元组演算表达式的运算结果是()
A.2NF 和3NF B.3NF 和2NF C.3NF 和BCNF D.2NF 和BCNF
A.E-R 图建立在关系数据库的假设上 B.E-R 图使应用过程和数据的关系清晰,实体间的关系可导出应用过程的表示 C.E-R 图可将现实世界(应用)中的信息抽象地表示为实体以及实体间的联系 D.E-R 图能表示数据生命周期
A.DELETE B.UPDATE C.INSERT D.SELECT
A.权限的种类分为INSERT、DELETE 和UPDATE 三种 B.权限只能用于实表不能应用于视图 C.使用REVOKE 语句获得权限 D.使用COMMIT 语句赋予权限
A.OLAP 面向操作人员,OLTP 面向决策人员 B.OLAP 使用历史性的数据,OLTP 使用当前数据 C.OLAP 经常对数据进行插入、删除等操作,而OLTP 仅对数据进行汇总和分析 D.OLAP 不会从已有数据中发掘新的信息,而OLTP 可以
A.网卡与网卡 B.网卡与交换机 C.网卡与集线器 D.交换机的以太口与下一级交换机的UPLINK 口
A.Java RMI B.CORBA C.DCOM D.Java Applet
虚拟存储管理系统的基础是程序的()理论,这个理论的基本含义是指程序执行时往往会不均匀地访问主存储器单元。根据这个理论,Denning提出了工作集理论。工作集是进程运行时被频繁地访问的页面集合。在进程运行时,如果它的工作集页面都在()内,能够使该进程有效地运行,否则会出现频繁的页面调入/调出现象。
A.全局性 B.局部性 C.时间全局性 D.空间全局性
内存按字节编址,地址从A4000H到CBFFFH,共有()字节。若用存储容量为32K×8bit的存储器芯片构成该内存,至少需要()片。
A.80K B.96K C.160K D.192K
假设系统中有三类互斥资源R1、R2 和R3,可用资源数分别为9、8 和5。在T0 时刻系统中有P1、P2、P3、P4 和P5 五个进程,这些进程对资源的最大需求量和已分配资源数如下表所示。此时系统剩余的可用资源数分别为()。如果进程按 () 序列执行,那么系统状态是安全的。
A.P1→P2→P4→P5→P3 B.P2→P1→P4→P5→P3 C.P2→P4→P5→P1→P3 D.P4→P2→P4→P1→P3
容量为64块的Cache采用组相联方式映像,字块大小为128个字,每4块为一组。若主存容量为4096块,且以字编址,那么主存地址应为()位,主存区号应为()位。
A.16 B.17 C.18 D.19
关系模式R(U,F),其中U={W,X,Y,Z},F={WX→Y,W→X,X→Z,Y→W}。关系模式R的候选键是(),()是无损连接并保持函数依赖的分解。
A.W 和Y B.WY C.WX D.WZ
在UML提供的图中,可以采用()对逻辑数据库模式建模;()用于接口、类和协作的行为建模,并强调对象行为的事件顺序;()用于系统的功能建模,并强调对象间的控制流。
A.用例图 B.构件图 C.活动图 D.类图
某一非确定性有限自动机(NFA)的状态转换图如下图所示,与该NFA 等价的正规式是 () ,与该NFA 等价的DFA 是 () 。
A.0*|(0|1)0 B.(0|10)* C.0*((0|1)0)* D.0* (10)*
假定每一车次具有唯一的始发站和终点站。如果实体“列车时刻表”属性为车次、始发站、发车时间、终点站、到达时间,该实体的主键是();如果实体“列车运行表”属性为车次、日期、发车时间、到达时间,该实体的主键是()。通常情况下,上述“列车时刻表”和“列车运行表”两实体型间()联系。
A.车次 B.始发站 C.发车时间 D.车次,始发站
许多网络通信需要进行组播,以下选项中不采用组播协议的应用是()。在IPv4中把()类地址作为组播地址。
A.VOD B.Netmeeting C.CSCW D.FTP
A.5 B.6 C.7 D.8
A.2 B.5 C.8 D.10
A.主存储器 B.虚拟存储器 C.辅助存储器 D.U盘
A.ρ={ R1 (WY), R2 (XZ)} B.ρ={ R1 (WZ), R2 (XY)} C.ρ={ R1 (WXY), R2 (XZ)} D.ρ={ R1 (WX), R2 (YZ) }
A.车次 B.始发站 C.发车时间 D.车次,日期
A.协作图 B.状态图 C.序列图 D.对象图
A.A B.B C.D D.E
A.不存在 B.存在一对一 C.存在一对多 D.存在多对多
A.状态图 B.用例图 C.活动图 D.类图
Networks can be interconnected by different devices. In the physical layer, networks can be connected by () or hubs, which just move the bits from one network to an identical network. One layer up we find bridges and switches, which operate at data link layer. They can accept () , examine the MAC address, and forward the frames to a different network while doing minor protocol translation in the process. In the network layer, we have routers that can connect two networks. If two networks have () network layer, the router may be able to translate between the packet formats. In the transport layer we find transport gateway, which can interface between two transport connections. Finally, in the application layer, application gateways translate message () . As an example, gateways between Internet e-mail and X.400 e-mail must () the e-mail message and change various header fields.
A.reapers B.relays C.connectors D.modems
The purpose of the requirements definition phase is to produce a clear, complete, consistent, and testable () of the technical requirements for the software product. During the requirements definition phase, the requirements definition team uses an iterative process to expand a broad statement of the system requirements into a complete and detailed specification of each function that the software must perform and each () that it must meet. The starting point is usually a set of high-level requirements from the () that describe the project or problem. In either case, the requirements definition team formulates an overall concept for the system and then defines () showing how the system will be operated, publishes the system and operations concept document, and conducts a system concept review(SCR). Following the SCR, the team derives () requirements for the system from the high level requirements and the system and operations concept. Using structured or object-oriented analysis, the team specifies the software functions and algorithms needed to satisfy each detailed requirement.
A.function B.definition C.specification D.statement
A.frames B.packets C.packages D.cells
A.criterion B.standard C.model D.system
A.special B.dependent C.similar D.dissimilar
A.producer B.customer C.programmer D.analyser
A.syntax B.semantics C.language D.format
A.rules B.principles C.scenarios D.scenes
A.analyze B.parse C.delete D.create
A.detailed B.outlined C.total D.complete