TCP/IP (1) layer protocols provide services to the application (2)running on a computer. The application layer does not define the application itself, but rather it defines(3)that applications need - like the ability to transfer a file in the case of HTTP. In short, the application layer provides an (4)between software running on a computer and the network itself. The TCP/IP application layer includes a relatively large number of protocols,with HTTP being only one of those. The TCP/IP (5)layer consists of two main protocol options - the Transmission Control Protocol (TCP) and the User Datagram Protocol (UDP). 空白(4)处应选择()
A. iteration
B. object
C. interface
D. activity
查看答案
通用MIDI标准的音乐设备支持16个通道,最多可以同时演奏出(1),多台MIDI乐器之间通过(2)方式进行连接。 空白(2)处应选择()
A. 菊花链
B. 共享总线
C. 环形
D. 星形
电话话音编码使用的信号采样频率为8kHz是因为()。
A. 电话线的带宽只有8kHz
B. 大部分人话音频率不超过4kHz
C. 电话机的话音采样处理速度的限制
D. 大部分人话音频率不超过8kHz
E-R图转换为关系模型时,对实体中的多值属性采用的方法是__(1)__,得到的关系模式属于__(2)__。 空白(1)处应选择()
A. 将实体的码分别和每个多值属性独立构成一个关系模式
B. 将多值属性和其他属性一起构成该实体对应的关系模式
C. 多值属性不在关系中出现
D. 所有多值属性组成一个关系模式
设有员工实体Employee(员工号,姓名,性别,年龄,电话,家庭住址,家庭成员,关系,联系电话)。其中,"家庭住址"包括邮编、省、市、街道信息;"家庭成员,关系,联系电话"分别记录了员工亲属的姓名、与员工的关系以及联系电话,且一个员工允许有多个家庭成员。员工实体Employee的主键为__(1)__;"家庭住址"是一个__(2)__属性;该关系属于__(3)__;为使数据库模式设计更合理,对于员工关系模式Employee__(4)__。 空白(3)处应选择()
A. 2NF,无冗余,无插入异常和删除异常
B. 2NF,无冗余,但存在插入异常和删除异常
C. 1NF,存在冗余,但不存在修改操作的不一致
D. 非1NF,且存在冗余和修改操作的不一致,以及插入异常和删除异常