单选题当一次函数调用发生时,对其执行过程正确描述的是{{U}} (28) {{/U}}。
单选题数据结构中,与所使用的计算机无关的是数据的______结构;链表是一种采用______存储结构存储的线性表,链表适用于______查找,但在链表中进行______操作的效率比在顺序存储结构中进行______操作的效率高;二分法查找______存储结构。
单选题
单选题The Turing machine is an abstract (71) of computer execution and storage introduced in 1936 by Alan Turing to give a mathematically precise definition of (72) . or 'mechanical procedure'. As such it is still widely used in theoretical computer science, especially in (73) theory and the theory of computation. The thesis that states that Turing machines indeed capture the informal notion of effective or mechanical method in logic and mathematics is known as Turing's thesis. Every Turing machine computes a certain (74) partial function over the strings over its alphabet. In that sense it behaves like a computer with a fixed program. However, as Alan luring already described, we can encode the action table of every Turing machine in a string. Thus we might try to construct a Turing machine that expects on its tape a string describing an action table followed by a string describing the input tape, and then computes the tape that the encoded Turing machine would have computed. As Turing showed, such a luring machine is indeed possible and since it is able to simulate any other Turing machine it is called a (75) Turing machine. A universal Turing machine is Turing complete. It can calculate any recursive function, decide any recursive language, and accept any recursively enumerable language. According to the Church-Turing thesis, the problems solvable by a universal Turing machine are exactly those problems solvable by an algorithm or an effective method of computation, for any reasonable definition of those terms.
单选题汉字编码是对每一个汉字按一定的规律用若干个字母、数字、符号表示出来。我国在汉字编码标准化方面取得的突出成就就是信息交换用汉字编码字符集国家标准的制定。收入繁体字的汉字字符集是______。
单选题乔姆斯基(Chomsky)将文法分为4种类型,程序设计语言的大多数语法现象可用其中的( )描述。
单选题以下关于程序设计语言的描述中,正确的是______。
A.在C语言中,对指针变量进行算术运算是没有意义的
B.在C语言中,指针变量必须由动态产生的数据对象来赋值
C.在C语言中,变量和常量都具有类型属性
D.在C语言中,变量和常量都可以被赋值
单选题有可能无限期拥有的知识产权是( )
单选题
单选题以下关于总线的叙述中,不正确的是()。
单选题视觉上对色彩的感觉有三个特征,其中不属于这些特征的是 (33) ,三个特征中有两个有时通称 (34) 。
单选题以下说法不属手多媒体计算机常用的图像输入设备是 (59) 。
单选题下列网络攻击行为中,属于DOS攻击的是______。
单选题若广义表L=((2,5,7)),则L的深度和长度分别为 (63) 。
单选题部门、员工和项目的关系模式及它们之间的E-R图如下所示,其中,关系模式中带实下划线的属性表示主键属性。图中:
部门(部门代码,部门名称,电话)
员工(员工代码,姓名,部门代码,联系方式,薪资)
项目(项目编号,项目名称,承担任务)
若部门和员工关系进行自然连接运算,其结果集为(54)元关系。由于员工和项目之间关系之间的联系类型为(55),所以员工和项目之间的联系需要转换成一个独立的关系模式,该关系模式的主键是(56)。
单选题一级封锁协议解决了事务的并发操作带来的 (55) 不一致性的问题。
单选题数字音频采样和量化过程所用的主要硬件是 (55) 。
单选题以编译方式翻译C/C++杆源程序的过程中,( )阶段的主要任务是对各条语句 的结构进行合法性分析
单选题对于构件,应当按可复用的要求进行设计、实现、打包、编写文档。构件应当 (50) ,并具有相当稳定的公开的 (51) 。有的构件具有广泛的可复用性,可复用到众多种类的应用系统中,有的构件只在有限的特定范围内被复用。
