按键盘上方向键 ← 或 → 可快速上下翻页,按键盘上的 Enter 键可回到本书目录页,按键盘上方向键 ↑ 可回到本页顶部!
————未阅读完?加入书签已便下次继续阅读!
⑤ RAID 4 ⑥ RAID 5
试题10
从供选择的答案中,选出应填入下面叙述中__?__内的最确切的解答,把相应编号写在答卷的对应栏内。
语言与文字输入技术是研究如何将计算机主要靠键盘输入文字数据的方式逐步改变成人们口述或写入的方式送入信息。语言与文字输入的过包含有__ A__、预处理、特征抽取、__B__与分类决策等环节。__A__阶段通过传感器获得的模拟电信号要经过模数转换变成数字信号,它需要对模拟电信号抽样测量,将测量的值__C__; 以便用二进制数字信号来表示;预处理的主要任务是进行削弱无用信息和增强有用信息的工作;特征抽取将上述环节产生的输入样本以有利于决策的形式表示出来,典型的常用方法是__D__表示法;__B__又称为分类器学习;分类决策则通过比较和决策来完成对输入信息的 __E__。
从选择的答案
A~E: ① 辨认识别 ② 特征向量 ③ 频谱分析 ④ 分级取整 ⑤ 消除噪声 ⑥ 模型生成 ⑦ 数据合成 ⑧ 信息获取
试题11
从供选择的答案中,选出应填入下面叙述中__?__内的最确切的解答,把相应编号写在答卷的对应栏内。
计算机的发展已进入了网络计算的新时代。Internet是目前世界范围内最大的互联网。如此多的各种计算机之所以能通过Internet相互通信,是因为它们遵循一了套共同的Internet协议。这套协议的核心是__A__,在其上建立的无连接的运输层协议是__B__,万维网WWW上超文本传输遵循__C__,电子邮件传输遵循__D__; Ethernet与Internet连接时要用__E__。
供选择的答案
A~E: ① TCP ② IP ③ EDIFACT ④ HDLC
⑤ ARP ⑥ UDP ⑦ FTP ⑧ ICMP
⑨ SMTP ⑩ HTTP
试题12
从供选择的答案中,选出应填入下面叙述中__?__内的最确切的解答,把相应编号写在答卷的对应栏内。
The relational database model requires the data be __A__ through programs that don’t rely on the position of the data in the database。 This is in direct __B__ to the other database mode; where the program has to follow a series of pointers to the data it seeks。 A program __C__ a relational database simply asks for the data it seeks; the DBMS performs the necessary searches and __D__ the information。 The __E__ on how the search is done are specific to the DBMS and vary from product to product。
供选择的答案
A: ① accessed ② moved ③ read ④ wrote
B: ① conduct ② contract ③ contrast ④ construct
C: ① consulting ② containing ③ querying ④ queuing
D: ① erases ② provides ③ proves ④ values
E: ① details ② documents ③ tails ④ tenants
试题13
从供选择的答案中,选出应填入下面叙述中__?__内的最确切的解答,把相应编号写在答卷的对应栏内。
When most people refer to multimedia; they generally mean the bination of two or more continuous media; usually with some user __A__。 In practice; the two media are normally audio and video ; this is ;__B__ plus moving __C__。
It should be obvious by now that transmitting multimedia material in unpressed form is pletely out of __D__。 The only hope is that massive pression is possibe。 Fortunately; a large body of research over the past few decades has led to many pression thchniques and algorithms that make multimedia transmission_ __E___。
供选择的答案
A~C: ① display ② games ③ help ④ interaction
⑤ pictures ⑥ sound ⑦ web
D、E: ① impossible ② fearful ③ feasible ④ program
⑤ question ⑥ ting
试题14
从供选择的答案中,选出应填入下面叙述中__?__内的最确切的解答,把相应编号写在答卷的对应栏内。
包含3个命题变元的命题公式中,能够出现__A__个真值赋值。包含3个命题变元的命题公式可以形成__B__个不同真值的命题公式。
公式__C__是予盾式,公式__D__是非重言式的可满足式。公式__E__是析取范式。
供选择的答案
A: ① 3 ② 8 ③ 27 ④ 64
B: ① 4 ② 16 ③ 64 ④ 256
C、D: ① ┐(P→q)∧q∧r
② p→(p∨q)
③ (p∧q) ∨(p∧┐q)
④ ┐(p∧q)→┐p∨┐q
E: ① ┐P∨(q∧…r) ∨(p∧r)q┐
② (p∨┐q)∧(q∨r) ∧┐r
③ (p∨q) ∧┐(q∨┐r)
④ (p→q) ∨(p∧r)
试题15
从供选择的答案中,选出应填入下面叙述中__?__内的最确切的解答,把相应编号写在答卷的对应栏内。
n个未知数的线性方程组的矩形式是
A x=b
其中A为n阶矩阵,b和x为n维列向量。高斯一约当法是一种__A__。它是把矩阵A变换成__B__的解法,计算量(乘法或除法)约为__C__。若在计算过程中某对线(例如第K行,第K列)上的元素是0或者接近于0,就无法求解或解的精确度很差,因此往往进行行或列交换,把比X大的行或列中__D__的元素交换到对角线上求解。即使进行这种交换,对角线元素仍近似为0的矩阵称为 __E__。
供选择的答案
A: ① 直接法 ② 间接法 ③ 迭代法 ④ 牛顿法
B: ① 上三角矩阵 ② 下三角矩阵 ③ 单位矩阵 ④ 三对角线矩阵
C: ① ② ③ ④
D: ① 绝对值最大 ② 绝对值最小 ③ 最大 ④ 最小
E: ① 正定矩阵 ② 病态矩阵 ③ 奇异矩阵 ④ 希尔伯特矩阵