美文网首页程序员让前端飞Web前端之路
每日科技英文33: 地址总线和中断的概念

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

作者: 随风而行之青衫磊落险峰行 | 来源:发表于2017-12-01 07:05 被阅读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的地址空间。

    • aspecific [æspe'sɪfɪk] : 特定的

    • up to: 高达

    • to address: 内存的寻址,做动词

    • uniquely: ly结尾,经典的副词,修饰动词,形容词等,做唯一地解释

    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.
    一个从外设到处理器的异步电信号。当外设发出这个信号,我们说一个中断发生。当一个中断发生,当前的处理器状态被保存并且中断服务程序开始运行。当中断服务程序退出,对处理器的控制权转到先前运行的那个软件上。

    • asynchronous [eɪˈsɪŋkrənəs]: 异步的
    • previously: ly结尾,副词修饰动词或形容词

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

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

    • 过去式指的是句子中的动作发生在过去,就要把动词变形,用过去式;
      My father taught me English last summer holiday.
      去年暑假(过去发生的事情,因此使用过去式),我爸爸教我英语。

    • 如果是用在被动语态中的句子,也就是说动作的发生与主语不是主动的关系,而是被动的关系,就要用上过去分词
      My father was taught English by me last summer holiday.
      去年暑假,我教我爸爸英语。(爸爸是被教的对象,被动语态)

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

    英语中动词有两大语态:

    主动语态 被动语态

    英语中动词有16种时态:

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

    很晕吧! 歇菜了吧!

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

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

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

    相关文章

      网友评论

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

        本文链接:https://www.haomeiwen.com/subject/vulbbxtx.html