单选题一个8口的10BASE-T集线器,每个端口的平均带宽是 (23) 。一个8口的 10BASE-T交换机,一个端口通信的数据速率(半双32)最大可以达到 (24) 。
单选题
单选题在某单CPU的计算机系统中,采用可抢占优先级的任务调度方案,且所有任务可以并行使用I/O通道。内存中有A1、A2两个任务,按照A1、A2的次序运行,其内部计算和I/O操作时间见表1-1。 表1-1 可抢占优先级的任务调度表 任务 优先级 每个任务独立运行时所需的时间及过程 A1 高 计算30ms→I/O 40ms→计算20ms A2 低 计算60ms→I/O 40ms→计算30ms 若调度程序的执行时间忽略不计,按多道程序运行方式完成这两个任务比按单道运行方式节省的时间是 (54) 。
单选题用十六位机器码1110001010000000来表示定点整数(最高位为符号位),当它是原码时表示的十进制真值为 (1) 。当它是补码时表示的十进制真值是 (2) ;当它是反码时表示的十进制真值是 (3) 。
单选题A.远程登录 B.电子邮件 C.域名解析 D.寻找路由
单选题参见下图,两个交换机都是默认配置,当主机A发送一个广播帧时,______。
单选题
单选题在面向对象技术中,________说明一个对象具有多种形态。
单选题以下算法中属于报文摘要算法的是________。
单选题
单选题以下关于DOS拒绝服务攻击的描述中,正确的是 (52) 。
单选题
单选题Windows NT服务器的冗余备份是指 (44) 。
单选题网络管理员通过命令行方式对路由器进行管理,需要确保 ID、口令和会话内容的保密性, 应采取的访问方式是( )
单选题
单选题在Windows操作系统中,如果想查看域名服务器是否工作正常,可以采用 ______ 命令。
单选题2009年发布的______标准可以将WLAN的传输速率由54Mbps提高到300~600Mbps。
单选题
单选题DOM is a platform-and language- (71) API that allows programs and scripts todynamically access and update the content. structure and style of WWW documents(currently,definitions for HTML and XML documents are part ofthe specification).Thedocument can be further processed and the results of that processing can be incorporated backinto the presented (72) .DOM is a (73) -based API to documents,which requires the wholedocument to be represented in (74) while processing it.A simpler altemative to DOM is the event—based SAX,which can be used to process very large (75) documents that do not fitinfo the memory available for processing.