程序员让前端飞Web前端之路

每日科技英文33: 地址总线和中断的概念

2017-12-01  本文已影响190人  随风而行之青衫磊落险峰行

今日要点:

  1. 地址总线和中断
  2. 动词的2大语态和16大时态总览

address bus (地址总线)

A set of electrical lines connected to the processor and all of the peripherals with which it communicates(定语从句介词前置,以前讲过). The address bus is used by the processor to select aspecific memory location or register within a particular peripheral. If the address bus contains n electrical lines, the processor can uniquely address up to 2^n such locations.
一个连接处理器与所有外设的,用来通讯的电子线路集。地址总线被处理器用来选择在特定外设中的存储器地址或寄存器。如果地址总线有n条电子线路,处理器能唯一寻址高达2^n的地址空间。

Interrupt(中断)

An asynchronous electrical signal from a peripheral to the processor. When the peripheral asserts this signal, we say that an interrupt occurs. When an interrupt occurs, the current state of the processor is saved and an interrupt service routine is executed. When the interrupt service routine exits, control of the processor is returned to whatever part of the software was previously running.
一个从外设到处理器的异步电信号。当外设发出这个信号,我们说一个中断发生。当一个中断发生,当前的处理器状态被保存并且中断服务程序开始运行。当中断服务程序退出,对处理器的控制权转到先前运行的那个软件上。

今日语法小知识: 动词的时态和语态

动词的过去式(时态)和被动语态例子:

上面例子涉及到动词的时态和语态

英语中动词有两大语态:

主动语态 被动语态

英语中动词有16种时态:

行列式 一般 进行 完成 完成进行
现在 一般现在 现在进行 现在完成时 现在完成进行时
过去 一般过去 过去进行 过去完成时 过去完成进行时
将来 一般将来 将来进行 将来完成时 将来完成进行时
过去将来 过去将来 过去将来进行时 过去将来完成时 过去将来完成进行时

很晕吧! 歇菜了吧!

好在常用的基本也就8种,今天先整体的了解一下语态和时态吧。

今天是11月的最后一天,在整个11月中,发布了33篇科技英文文章,5篇问答以及4篇闲聊c/c++,合计42篇.

12月继续我们的科技英语并争取多弄几篇cpp方面的文章

上一篇 下一篇

猜你喜欢

热点阅读