单选题耦合是模块之间的相对独立性(互相连接的紧密程度)的度量
单选题 A glue that holds the whole Internet together is the
network layer protocol, ______. Unlike most older network layer protocols, it
was designed from the beginning with internetworking in mind. Its job is to
provide a ______ way to transport datagrams from source to destination, without
regard to whether these machines are on the same network or whether there are
other networks in between them. Communication in the Internet
works as follows. The ______ layer takes data streams and breaks them up into
datagrams. Each datagram is transmitted through the Internet, possibly being
fragmented into smaller units as it goes. When all the pieces finally get to the
destination machine, they are reassembled by the ______ layer into the original
datagram. This datagram is then handed to the transport layer, which inserts it
into the receiving process' input stream. An IP datagram
consists of a header part and a text part. The header has a ______ part and a
variable length optional part.
单选题远程教育是做为一种现代的教育形式,其相对于传统的面授教育具有 (58) 的特点。 ①在整个学习期间,师生准永久性的分离 ②在整个学习期间,学生主要是作为个人在学习 ③利用多种技术媒体联系师生并承载课程内容,提供双向通信交流 ④教育机构或组织通过学习材料和支持服务两个方面对学生的学习施加影响
单选题在各种软件开发方法中, (48) 能够大大减少软件系统的后期维护费用,使系统功能能正确反映用户的需求。
单选题对含有BLOB 型数据(如图片,声音)的关系模式,从优化的角度考虑,应采用的设计方案是 (65) 。
单选题假设内存管理采用可变式分区分配方案,系统中有5个进程P1~P5,且某一时刻内存使用情况如图所示(图中空白处表示未使用分区)。此时,若P5进程运行完并释放其占有的空间,则释放后系统的空闲区数应______。
单选题双绞线是计算机网络中常用的有线通信介质,其绞合的目的是 (22) 。
单选题人们通常所说的媒体包括两层含义。一是指信息的物理载体,如______:二是指信息的表现形式,如______。
A.文字、声音、图像、动画和视频等B.磁盘、光盘、磁带等C.文字、图像、磁带、光盘D.广播、新闻、娱乐、影视等×××××
单选题两个函数依赖集F和G等价是指________。
单选题假设某一时期内银行的年利率为15%(不计复利)而某软件的开发成本为10万元,寿命为2年,并预计未来两年的软件收益分别为5.8万和7.2万问此项目的可行性: (32) 。
单选题在SQL 的查询语句中,允许出现聚集函数的是 (40) 。
单选题联机分析处理(OLAP)与联机事务处理(OLTP)的区别是______。
单选题触发器是用户定义的SQL事务命令的集合:当对一个表进行插入、更改、删除等操作时,这组命令 (60) 。
单选题Unix与Linux的主要区别是: (27) 。
单选题缓冲技术中的缓冲池在______中,引入缓冲的主要目的是______。
单选题以下关于面向对象数据库管理系统(ODBMS)和关系数据库管理系统(RDBMS)共同特点的说法中不正确的是 (63) 。
单选题在某数据库中已知有一个名为“职工”的表,则查询1975年7月27日出生的职工信息的正确命令是 (53) 。 职工.DBF:职工号C(10),姓名C(10),性别C(2),出生日期D
单选题黑盒测试,白盒测试和灰盒测试都是常用的系统测试方法。其中, (57) 也称功能测试或数据驱动测试,它是已知产品所应具有的功能,通过测试来检测每个功能是否都能正常使用。