logonew chat icon top
  • icon-chaticon-chat-active搜题/提问
    new chat icon
    新建会话
  • icon-calculatoricon-calculator-active计算器
  • icon-subjecticon-subject-active学科题目
  • icon-pluginicon-plugin-active浏览器插件
  • icon-uploadicon-upload-active上传题库
  • icon-appicon-app-active手机APP
recent chat icon
历史记录
首页
/
计算机
题目

VLSI——very-large-scale integrated超大规模集成单词填空1、______software is designed to accomplish real-worldtasks in fields.2、An 8-bit signed integer can have any value between______and________3、______controls the computer and enables it to run the hardware and applications software.4、A computer system consists of______and________5、List four types computers:______(简答题)翻译1、By using various coding techniques, groups of bits made to represent not only binary but also other discrete symbols.通过应用各种编码技术,一组二进制[1]不仅可以表示二进制数据还可以表示其他离散符号。2、System software includes not only the complex programs used by technicians to create application software in the first place but also the organizational programs needed to start up the computer and govern its use of other programs.系统软件不仅包括专业人员用于创建应用软件的复杂程序,它还包括用于启动计算机和提供给其他应用程序使用的管理程序。3、Data are numbers and other binary-code information thatare operated on to achieve required computational results.数据是数字和其他二进制编码信息,这些二进制代码是可操作并能满足要求的计算结果。4、Rather than arithmetically or logically manipulating character, a computer may concatenate strings of character, replace some character with others, or otherwise manipulate character strings.计算机可能把字符连接成串,用其他的字符替换或用其他的方法处理字符,而不是用算术的或逻辑的方法处理。5、software applications like word processing,electronic spreadsheets, database management programs, painting, and drawing programs, desktop publishing, and so forth became commercially available, givingmore people reasons to use a computer.像文字处理、电子表格、数据库管理程序、画图程序及桌面印刷等软件应用起到一定的商业效力,使更多的人去使用计算机。Chapter2单词memory subsystem存储子系统I/O subsystem输入输出子系统bus总线system bus系统总线chip芯片address bus地址总线[2]instructions指令memory location存储单元[3]data bus数据总线[4]control bus控制总线[5]local bus局部总线microprocessor微处理器[6]register set寄存器[7]组clock cycle时钟周期[8]control unit控制器computer architecture计算机体系结构[9]instruction format指令格式[10]addressing modes寻址方式[11]instruction set指令集internal memory内存main memory主存secondary storage辅助存储器[12]virtual memory虚拟存储器[13]refresh circuitry刷新电路[14]cache memory高速缓冲存储器[15]ultraviolet light紫外线memory hierarchy存储器体系结构auxiliary memory辅助存储器storage capacity存储容量[16]keyboard键盘alphanumeric key字母数字键function key功能键cursor key光标键numeric keypad数字键mouse鼠标touch screens触摸屏infrared ray红外线monitor监视器display screen显示屏laser printer激光打印机ink-jet printer喷墨打印机dot-matrix printer点阵式打印机modem调制解调器[17]input-output interface接口peripheral外部设备interrupt中断program counter程序计数器[18]vectored interrupt向量中断[19]nonvectored interrupt非向量中断interrupt vector中断向量[20]timeout缩略词1、BIOS——Basic-Input-Output System基本输入输出系统[21]2、DMA——Direct-Memory-Access直接存储器出存取3、RAM——Random-Access-Memory随机存取[22]存储器4、ROM——Read-Only-Memory只读存储器[23]5、DRAM——Dynamic RAM动态RAM6、SRAM——Static RAM静态RAM7、masked ROM掩模ROM8、PROM——可编程ROM9、EPROM——可擦写ROM10、EEPROM——电可擦写ROM单词填空1、The computer hardware consists of three major parts which are theCPU, the memory subsystem, and________2、There are two major types of memory: Random Access Memory(RAM) and________3、The cache memory in personal computers is constructed from________4、______provides a method for transferring information between internal storage and external I/O devices.5、Data transfer between the central computer and I/O devices may be handle in a variety of modes. These modes are programmed I/O, interrupts and________简答题How many levels of memory hierarchy do you know? Name at least three of them.Identify the types of data transfer modes.Programmed I/O, interrupts and Direct Memory Access(DMA)翻译1、By asserting these internal and external control signals in the proper sequence, the control unit causes the CPU and the rest of the computer to perform the operation needed to correctly process instructions.为了保证内部和外部控制信号的序列正确,控制单元保证CPU和计算机的其他部件提供需要正确执行的指令操作。2、Ina computer with virtual memory, less-used parts of programs are shifted from RAM to a hard disk and are moved back only when needed.在使用了虚拟存储器的计算机中,很少使用的程序从RAM移到硬盘中,仅在需要时才被移回来。3、A technique used to compensate for the mismatch in operating speeds is to employ an extremely fast, small cache between the CPU and main memory whose access time is close to processor logic clock cycle time.为了弥补操作速度的不匹配,在CPU和主存之间采用非常快且小的缓存。它的存取时间[24]接近于处理器的逻辑时钟周期。4、The data transfer rate of peripherals is usually slowly than the rate of the CPU, and consequently, a synchronization mechanism may be needed.外设的数据传输[25]速率通常比CPU的传输速率慢,因此需要一个儿童部装置。5、In some computers the interrupt vector is an address that points to a location in memory where the beginning of the I/O service routine is stored.在一些计算机中,中断向量是一个地址,它指向存储器中存储I/O服务程序起始地址的单元。Chapter 4单词algorithm算法parallel algorithm并行算法[26]primitive原语syntax语法semantics语义[27]pseudocode伪码[28]exhaustive search穷举搜索[29]divided-and-conqueralgorithm分治[30]算法dynamic programming动态规划bottom-up自下而上top-down自上而下array数组one-dimensional array一维数组two-dimensional array二维数组pointers指针program counter程序技术器instruction pointer指令指针list列表linked list链表[31]singly-linked list单向链表doubly-linked list双向链表[32]circularly-linked list循环链表stack栈push压栈pop出栈stack pointer栈指针queue队列tree树root根level层次degree of a node节点的度depth of a tree树的深度binary tree二叉树[33]traversal遍历M-way search treeM向搜索树缩略词FIFO——First In/First Out先进先出LIFO——Last In/First Out后进先出简答题Name at least four of algorithmic techniques.(1)Brute-force Algorithms(2)Divided-and-Conquer Algorithms(3)Dynamic Programming(4)Greedy Algorithms(5)Randomized AlgorithmsHow many classes of datastructures do you know? Name at least four of them.(1)Arrays(2)Lists(3)Linked List

VLSI——very-large-scale integrated超大规模集成

单词填空

1、______software is designed to accomplish real-worldtasks in fields.

2、An 8-bit signed integer can have any value between______and________

3、______controls the computer and enables it to run the hardware and applications software.

4、A computer system consists of______and________

5、List four types computers:______(简答题)

翻译

1、By using various coding techniques, groups of bits made to represent not only binary but also other discrete symbols.

通过应用各种编码技术,一组二进制[1]不仅可以表示二进制数据还可以表示其他离散符号。

2、System software includes not only the complex programs used by technicians to create application software in the first place but also the organizational programs needed to start up the computer and govern its use of other programs.

系统软件不仅包括专业人员用于创建应用软件的复杂程序,它还包括用于启动计算机和提供给其他应用程序使用的管理程序。

3、Data are numbers and other binary-code information thatare operated on to achieve required computational results.

数据是数字和其他二进制编码信息,这些二进制代码是可操作并能满足要求的计算结果。

4、Rather than arithmetically or logically manipulating character, a computer may concatenate strings of character, replace some character with others, or otherwise manipulate character strings.

计算机可能把字符连接成串,用其他的字符替换或用其他的方法处理字符,而不是用算术的或逻辑的方法处理。

5、software applications like word processing,electronic spreadsheets, database management programs, painting, and drawing programs, desktop publishing, and so forth became commercially available, givingmore people reasons to use a computer.

像文字处理、电子表格、数据库管理程序、画图程序及桌面印刷等软件应用起到一定的商业效力,使更多的人去使用计算机。

Chapter2

单词

memory subsystem存储子系统

I/O subsystem输入输出子系统

bus总线

system bus系统总线

chip芯片

address bus地址总线[2]

instructions指令

memory location存储单元[3]

data bus数据总线[4]

control bus控制总线[5]

local bus局部总线

microprocessor微处理器[6]

register set寄存器[7]组

clock cycle时钟周期[8]

control unit控制器

computer architecture计算机体系结构[9]

instruction format指令格式[10]

addressing modes寻址方式[11]

instruction set指令集

internal memory内存

main memory主存

secondary storage辅助存储器[12]

virtual memory虚拟存储器[13]

refresh circuitry刷新电路[14]

cache memory高速缓冲存储器[15]

ultraviolet light紫外线

memory hierarchy存储器体系结构

auxiliary memory辅助存储器

storage capacity存储容量[16]

keyboard键盘

alphanumeric key字母数字键

function key功能键

cursor key光标键

numeric keypad数字键

mouse鼠标

touch screens触摸屏

infrared ray红外线

monitor监视器

display screen显示屏

laser printer激光打印机

ink-jet printer喷墨打印机

dot-matrix printer点阵式打印机

modem调制解调器[17]

input-output interface接口

peripheral外部设备

interrupt中断

program counter程序计数器[18]

vectored interrupt向量中断[19]

nonvectored interrupt非向量中断

interrupt vector中断向量[20]

timeout

缩略词

1、BIOS——Basic-Input-Output System基本输入输出系统[21]

2、DMA——Direct-Memory-Access直接存储器出存取

3、RAM——Random-Access-Memory随机存取[22]存储器

4、ROM——Read-Only-Memory只读存储器[23]

5、DRAM——Dynamic RAM动态RAM

6、SRAM——Static RAM静态RAM

7、masked ROM掩模ROM

8、PROM——可编程ROM

9、EPROM——可擦写ROM

10、EEPROM——电可擦写ROM

单词填空

1、The computer hardware consists of three major parts which are theCPU, the memory subsystem, and________

2、There are two major types of memory: Random Access Memory(RAM) and________

3、The cache memory in personal computers is constructed from________

4、______provides a method for transferring information between internal storage and external I/O devices.

5、Data transfer between the central computer and I/O devices may be handle in a variety of modes. These modes are programmed I/O, interrupts and________

简答题

How many levels of memory hierarchy do you know? Name at least three of them.

Identify the types of data transfer modes.

Programmed I/O, interrupts and Direct Memory Access(DMA)

翻译

1、By asserting these internal and external control signals in the proper sequence, the control unit causes the CPU and the rest of the computer to perform the operation needed to correctly process instructions.

为了保证内部和外部控制信号的序列正确,控制单元保证CPU和计算机的其他部件提供需要正确执行的指令操作。

2、Ina computer with virtual memory, less-used parts of programs are shifted from RAM to a hard disk and are moved back only when needed.

在使用了虚拟存储器的计算机中,很少使用的程序从RAM移到硬盘中,仅在需要时才被移回来。

3、A technique used to compensate for the mismatch in operating speeds is to employ an extremely fast, small cache between the CPU and main memory whose access time is close to processor logic clock cycle time.

为了弥补操作速度的不匹配,在CPU和主存之间采用非常快且小的缓存。它的存取时间[24]接近于处理器的逻辑时钟周期。

4、The data transfer rate of peripherals is usually slowly than the rate of the CPU, and consequently, a synchronization mechanism may be needed.

外设的数据传输[25]速率通常比CPU的传输速率慢,因此需要一个儿童部装置。

5、In some computers the interrupt vector is an address that points to a location in memory where the beginning of the I/O service routine is stored.

在一些计算机中,中断向量是一个地址,它指向存储器中存储I/O服务程序起始地址的单元。

Chapter 4

单词

algorithm算法

parallel algorithm并行算法[26]

primitive原语

syntax语法

semantics语义[27]

pseudocode伪码[28]

exhaustive search穷举搜索[29]

divided-and-conqueralgorithm分治[30]算法

dynamic programming动态规划

bottom-up自下而上

top-down自上而下

array数组

one-dimensional array一维数组

two-dimensional array二维数组

pointers指针

program counter程序技术器

instruction pointer指令指针

list列表

linked list链表[31]

singly-linked list单向链表

doubly-linked list双向链表[32]

circularly-linked list循环链表

stack栈

push压栈

pop出栈

stack pointer栈指针

queue队列

tree树

root根

level层次

degree of a node节点的度

depth of a tree树的深度

binary tree二叉树[33]

traversal遍历

M-way search treeM向搜索树

缩略词

FIFO——First In/First Out先进先出

LIFO——Last In/First Out后进先出

简答题

Name at least four of algorithmic techniques.

(1)Brute-force Algorithms

(2)Divided-and-Conquer Algorithms

(3)Dynamic Programming

(4)Greedy Algorithms

(5)Randomized Algorithms

How many classes of datastructures do you know? Name at least four of them.

(1)Arrays

(2)Lists

(3)Linked List

题目解答

答案

Application-128 127 System softwarehardware system software system. microcomputer, mainframe, minicomputer, supercomputer. the I/O subsystem. Read Only Memory(ROM). SRAM. I/O interfacedirect memory access(DMA).

相关问题

  • 路径排序算法的工作流程主要有三步()A. 特征抽取B. 特征计算C. 分类器训练D. 因果推断

  • 下列哪项关于监督学习算法的描述正确()A. 强化学习的训练效果一定优于监督学习B. 主要的监督学习方法包括生成方法和判别方法C. 广度优先搜索算法是一种监督学习算法

  • 3.判断题K-means聚类算法对数据的尺寸敏感。()A. 对B. 错

  • 7、 加强电脑安全防护,及时升级病 毒库,安装防火墙,及时查杀病毒和木马,是防范 电信网络诈骗的有效做法。A. 正确B. 错误

  • 以下哪种方法属于卷积神经网络的基本组件()。A. 卷积层B. 池化层C. 激活函数D. 复制层

  • 下列不属于量子机器学习算法的是()A. 量子支持向量机B. 量子主成分分析C. 薛定谔方程求解D. 深度量子学习

  • 2.单选题 讯飞星火可以实现多种文案类型和语言风格的文本写作。讯飞星火(网页版)“内容写作”功能可选的“语言风格”不包括( )。A. 口语化B. 高情商C. 专业D. 热情

  • 下列哪项不是求解对抗搜索问题的基本算法( ) A.反向传播算法 B.广度优先排序算法 C.Alpha-Beta剪枝算法D.最小最大搜索算法

  • 网络安全包括物理安全[1]、逻辑安全、操作系统安全及联网安全,其中逻辑安全包括访问控制[2]、加密、安全管理及用户身份认证。A. 正确B. 错误

  • AdaBoosting采用多个单一分类器组成一个强分类器()A. 错误B. 正确

  • 路径排序算法的工作流程主要有三步()A. 特征计算B. 特征抽取C. 分类器训练D. 因果推断

  • 下列哪项贪婪最佳优先搜索算法的描述正确()A. 贪婪最佳优先搜索不属于启发式搜索算法B. 贪婪最佳优先搜索是一种A*搜索算法C. 贪婪最佳优先搜索是一种广度优先搜索算法D. 贪婪最佳优先搜索属于有信息搜索算法

  • 下列哪个方法属于知识图谱推理方法()A. 路径排序算法B. 深度学习推断C. 广度优先搜索D. 归纳逻辑程序设计

  • 下列哪个方法属于知识图谱推理方法()A. 广度优先搜索B. 深度学习推断C. 路径排序算法D. 归纳逻辑程序设计

  • 下列哪项属于因果推理模型()A. 因果图B. 神经符号推理C. 符号推理模型D. 结构因果模型

  • 下列哪项关于广度优先搜索的描述正确()A. 每次扩展时,该算法从边缘集合中取出最下层(最深)的节点B. 广度优先搜索算法是深度优先搜索算法的特例C. 每次扩展时,该算法从边缘集合中取出最上层(最浅)的节点D. 深度优先搜索是广度优先搜索的特例

  • 下列哪项属于因果推理模型() A. 因果图B. 符号推理模型C. 神经符号推理D. 结构因果模型

  • 在决策树建立过程中,使用一个属性对某个结点对应的数集合进行划分后,结果具有高信息熵(highentropy),对结果的描述,最贴切的是()。A. 纯度高B. 纯度低C. 有用D. 无用E. 以上描述都不贴切

  • 网络安全包括物理安全[1]、逻辑安全、操作系统安全及联网安全,其中逻辑安全包括访问控制[2]、加密、安全管理及用户身份认证。A. 正确B. 错误

  • 由脸书(Facebook)公司开发的深度学习编程框架是()A. TensorFlowB. PaddlePaddleC. PyTorchD. Mindspore

上一页下一页
logo
广州极目未来文化科技有限公司
注册地址:广州市黄埔区揽月路8号135、136、137、138房
关于
  • 隐私政策
  • 服务协议
  • 权限详情
学科
  • 医学
  • 政治学
  • 管理
  • 计算机
  • 教育
  • 数学
联系我们
  • 客服电话: 010-82893100
  • 公司邮箱: daxuesoutijiang@163.com
  • qt

©2023 广州极目未来文化科技有限公司 粤ICP备2023029972号    粤公网安备44011202002296号