某幅图像具有640×480个像素点,若每个像素具有8位的颜色深度,则可表示(a)种不同的颜色,经5:1压缩后,其图像数据需占用(b)(Byte)的存储空间。 某开发人员不顾企业有关保守商业秘密的要求,将其参与该企业开发设计的应用软件的核心程序设计技巧和算法通过论文向社会发表,那么该开发人员的行为______。
A. 属于开发人员权利不涉及企业权利
B. 侵犯了企业商业秘密权
C. 违反了企业的规章制度但不侵权
D. 未侵犯权利人软件著作权
查看答案
The Rational Unified Process (RUP) is a software engineering process, which captures many of best practices in modern software development. The notions of 3 and scenarios have been proven to be an excellent way to capture function requirements. RUP can be described in two dimensions - time and content. In the time dimension, the software lifecycle is broken into cycles. Each cycle is divided into four consecutive 4 which is concluded with a well-defined 5 and can be further broken down into 6 - a complete development loop resulting in a release of an executable product, a subset of the final product under development, which grows incrementally to become the final system. The content structure refers to the disciplines, which group 7 logically by nature. 下面关于面向对象方法中消息的叙述,不正确的是______。
A. 键盘、鼠标、通信端口、网络等设备一有变化,就会产生消息
B. 操作系统不断向应用程序发送消息,但应用程序不能向操作系统发送消息
C. 应用程序之间可以相互发送消息
D. 发送与接收消息的通信机制与传统的子程序调用机制不同
The Rational Unified Process (RUP) is a software engineering process, which captures many of best practices in modern software development. The notions of 3 and scenarios have been proven to be an excellent way to capture function requirements. RUP can be described in two dimensions - time and content. In the time dimension, the software lifecycle is broken into cycles. Each cycle is divided into four consecutive 4 which is concluded with a well-defined 5 and can be further broken down into 6 - a complete development loop resulting in a release of an executable product, a subset of the final product under development, which grows incrementally to become the final system. The content structure refers to the disciplines, which group 7 logically by nature. ______无助于加强计算机的安全。
A. 安装杀毒软件并及时更新病毒库
B. 及时更新操作系统补丁包
C. 把操作系统管理员账号的口令设置为空
D. 安装使用防火墙
The Rational Unified Process (RUP) is a software engineering process, which captures many of best practices in modern software development. The notions of 3 and scenarios have been proven to be an excellent way to capture function requirements. RUP can be described in two dimensions - time and content. In the time dimension, the software lifecycle is broken into cycles. Each cycle is divided into four consecutive 4 which is concluded with a well-defined 5 and can be further broken down into 6 - a complete development loop resulting in a release of an executable product, a subset of the final product under development, which grows incrementally to become the final system. The content structure refers to the disciplines, which group 7 logically by nature. 计算机要对声音信号进行处理时,必须将它转换成为数字声音信号。最基本的声音信号数字化方法是取样一量化法。若量化后的每个声音样本用2个字节表示,则量化分辨率是______。
A. 1/2
B. 1/1024
C. 1/65536
D. 1/131072
采用双线性变换法设计一个巴特沃斯数字高通滤波器,技术指标为:通带下限频率为fpHz,阻带上限为fsHz,通带最大衰减为αpdB,阻带最小衰减为αsdB,采样周期为T,试写出设计的具体步骤。