单选题5英寸磁盘,最小磁道的直径为4厘米,最大磁道直径为8厘米,每分钟10000转,共有20记录面,每个记录面有8000个磁道,每条磁道上有511个扇区,每个扇区实际记录有600个字节,其中有效数据为512个字节。则这个磁盘存储器的有效存储容量是 (6) GB,磁道密度是每毫米 (7) 条磁道。
单选题
单选题目前得以广泛使用的CA证书标准是______。
单选题某操作系统有A类资源10个,B类资源12个,系统有3个用户甲、乙、丙,资源需求总量分别为:(A类资源)甲5、乙4、丙4;(B类资源)甲4、乙5、丙6。规定用户取得资源只能逐个进行,取得全部所需的资源(包括A、B两类资源)后才将其资源全部释放。当前系统资源的分配情况为:(A类资源)甲4、乙3、丙2;(B类资源)甲2、乙2、丙5。系统目前处于 (24) 。
单选题在Windows命令行窗口中使用( )命令可以查看本机DHCP服务是否己启用
单选题一幅分辨率为800×600×256色未压缩图像的数据量约为 (14) KB。
单选题
单选题UML中关联的多重度是指 (40) 。
单选题UML用例图展示了各类actor与系统所提供的用例之间的连接。在银行储蓄管理信息系统中,不属于外部actor的是 (45) 。
单选题按制定标准的不同层次和适应范围,标准可分为国际标准、国家标准、行业标准和企业标准等, (9) 制定的标准是国际标准。
单选题RUP 在每个阶段都有主要目标,并在结束时产生一些制品。在 ( )结束时产生“在适当的平台上集成的软件产品” 。
单选题基于TCP协议的应用程序有______。 A.PING B.TFTP C.OSPF D.TELNET
单选题
单选题显示分辨率是指显示屏上能够显示出的像素数目。显示分辨率为1024×768表示显示屏的每行显示______个像素。
单选题关系代数中有9种操作,其中,对关系进行垂直分割,消去某些列,并重新安排列的顺序的操作是 (51) ;根据某些关系进行水平分割的操作是 (52) 。在操作 (53) 中,选择两个关系的公共属性均相等的元组,并去掉该操作中重复的公共属性列,将得到一种新的操作 (54) ,如果两个关系没有公共属性,则这种新的操作就转化成 (55) 。设有关系R(A,B,C) 和S(B, C,D) ,下列关系代数表达式中不成立的是 (56) 。
单选题Ink-jet printer belongs to nonimpact printers in which the characters are formed by projecting particles or droplets of ink on to paper. (71) printer is also a n0nimpact printer in which the characters are produced by applying hot elements to heat-sensitive paper directly or by melting ink from a (72) on to plain paper. Electrostatic printer creates an electrostatic latent image, which is then made visible by a toner and transferred and fixed on paper. An electrostatic printer may be used in some instances as a (73) . Laser printer creates, by means of a laser beam directed on a (74) surface, a latent image which is then made visible by a toner and transferred and fixed on paper. Magnetographic printer creates, by means of magnetic heads operating on a metallic drum, a latent image which is then made visible by a toner and transferred and fixed on paper. Computer-output-microfilm (COM) printer produces on a photographic film a (75) of each page.
单选题在UML所提供的扩展机制中,标记值(Tagged values)扩展了UML{{U}} (43) {{/U}}。
单选题(43)设计模式将抽象部分与它的实现部分相分离,使它们都可以独立地变化。下图为该设计模式的类图,其中,(44)用于定义实现部分的接口。