假定每一个信用卡客户具有唯一的客户号。如果实体“客户信息”属性依次为“客户号、客户姓名、证件号码、开卡时间、卡状态”,其中,一个客户可以有多个卡,每个卡对应唯一的客户号;实体“客户交易记录”属性依次为“客户号、交易日期、交易开始时间、交易结束时间,交易类型、交易结果、交易金额”,其中一个客户一天可以进行多个交易,但同一时间只能进行一个交易。那么,实体“客户信息”的主键是 (40) ,实体“客户交易记录”的主键是 (41) ,这两个实体型间 (42) 联系。 (40)处填()。
A. 客户号
B. 客户姓名
C. 客户号、客户姓名
D. 证件号码
利用并行处理技术可以缩短计算机处理一个问题的时间,开发计算机系统的并行性措施有3类: (5) 。流水线处理机属于 (6) ,某机采用4级流水线结构完成一条指令,每一级流水操作实际需要的时间为:取指令60ns,指令译码和取数40ns,运算70ns,送结果50ns。计算机执行一条程序需要100条基本指令,理想情况下流水线计算机需要 (7) 时间完成这段程序。 (6)处填()。
A. 资源共享
B. 资源重复
C. 时间重叠
D. 多处理机系统
(66) method is the use of a data processing system to represent selected behavioral (67) of a physical or abstract system. For example, the representation of air streams around airfoils at various velocities, temperatures, and air pressures with such a system.Emulation method is slightly different, it uses a data processing system to imitate another data processing system, so that the imitating system accepts the same data, executes the same programs, and achieves the same (68) as the imitated system. Emulation is usually achieved (69) hardware or firmware. In a network, for example, microcomputers might emulate terminals (70) communicate with mainframe. (68)处填()。
A. effects
B. ends
C. results
D. products