2024年05月14日来源:信管网 作者:cnitpm
软件设计师当天每日一练试题地址:www.cnitpm.com/exam/ExamDay.aspx?t1=4
往期软件设计师每日一练试题汇总:www.cnitpm.com/class/27/e4_1.html
软件设计师每日一练试题(2024/5/13)在线测试:www.cnitpm.com/exam/ExamDay.aspx?t1=4&day=2024/5/13
点击查看:更多软件设计师习题与指导
软件设计师每日一练试题内容(2024/5/13)
试题1
计算机要对声音信号进行处理时,必须将它转换成为数字声音信号。最基本的声音信号数字化方法是取样-量化法。若量化后的每个声音样本用 2 个字节表示,则量化分 辨率是 ( ) 。
A、1/2
B、1/1024
C、1/65536
D、1/131072
查看答案
试题参考答案:C
试题2
《计算机软件产品开发文件编制指南》》(GB 8567-88)是( ) 标准。
A、强制性国家
B、推荐性国家
C、强制性行业
D、推荐性行业
查看答案
试题参考答案:A
试题3
在Python3中,执行语句x-imput(),如果从键盘输入123并按回车键,则x的值为()查看答案
试题参考答案:D
试题4
设函数foo和hoo的定义如下图所示,在函数foo中调用函数hoo,hoo的第一个参数采用传引用方式(call by reference),第二个参数传值方式(call by value),那么函数foo中的print(a,b)将输出()查看答案
试题参考答案:B
试题5
对n个元素进行快速排序时,最坏情况下的时间复杂度为( )。
A、O(1og2n)
B、O(n)
C、O(nlog2n)
D、0(n2)
查看答案
试题参考答案:D
试题6
下列不属于电子邮件收发协议的是()。查看答案
试题参考答案:
试题7
因使用大量的对象而造成很大的存储开销时,适合采用( )模式进行对象共享,以减少对象数量从而达到较少的内存占用并提升性能。
A.组合(Composite)
B.享元(Flyweight)
C.迭代器(Iterator)
D.备忘(Memento)
查看答案
试题参考答案:B
试题8
编译程序进行词法分析时不能( ) 。
A、过滤源程序中的注释
B、扫描源程序并识别记号
C、指出出错行号
D、查出拼错的保留字(关键字)
查看答案
试题参考答案:D
试题9
通过元素在存储空间中的相对位置来表示数据元素之间的逻辑关系,是( )的特点。查看答案
试题参考答案:A
试题10
Traditional structured analysis techniques focus upon the flow of (1)within a
system. Object-oriented analysis emphasizes the building of real-world models. It examines
requirements from the perspective of the classes and objects found in the vocabulary of
the(2)domain.
Traditional system design method emphasizes the proper and effective structure of a
complex system. Object-oriented design method encompasses the process of object-oriented
decomposition and a (3) for depicting both logical and physical as well as static and
dynamic models of the system under design.
Object-oriented programming is a method of implementation in which programs are organized
as cooperative collections of objects, each of which represents an (4)of some class, and whose classes are all members of a hierarchy of classes united via (5) relationships.
(1)A、control
B、program
C、data
D、reference
(2)A、problem
B、solution
C、data
D、program
(3)A、mark
B、picture
C、symbol
D、notation
(4)A、instance
B、example
C、existence
D、implementation
(5)A、control
B、inheritance
C、inference
D、connection
查看答案
试题参考答案:C、A、D、A、B
温馨提示:因考试政策、内容不断变化与调整,信管网提供的以上信息仅供参考,如有异议,请考生以权威部门公布的内容为准!
相关推荐