计算机英语讲课笔记04

article/2025/9/24 21:55:07

文章目录

  • I. Random Talk
  • II. The Composition of a Computer
    • Step One
      • 1. Source Code
      • 2. Final Effect
    • Step Two
      • 1. Source Code
      • 2. Final Effect
    • Step Three
      • 1. Source Code
      • 2. Final Effect
  • III. Single Brace
    • 1. Generate Left Brace
      • (1) Source Code
      • (2) Final Effect
    • 2. Generate Right Brace
      • (1) Source Code
      • (2) Final Effect
  • IV. Reference Blog
  • V. After-Class Assignment
  • VI Processor Logic
    • What happens inside a computer chip?
    • What happens when a computer executes an instruction?
    • What role does the control unit play?
    • When does the ALU swing into action?
    • What happens after an instruction is executed?
    • Do I need to know all this detailed stuff?

I. Random Talk

  • Look at the QQ icon in the taskbar. What’s its color? It’s gray. What does it mean? It means that my QQ is offline. Now I want to use my QQ to do something.
    在这里插入图片描述
  • five operations of the mouse: point to (move), click (to select the object), double-click (to open the document or run the program), right-click (to pop up the context menu of the selected object) and drag (to move or resize the selected object)
  • single, double, triple, multiple
  • size of the dress: S - Small, M - Middle, L - Large, XL - eXtensibly Large
  • the five sense organs: eybrows, eyes, ears, nose, lips
  • Make my QQ online: Right-click on the QQ icon and a context menu will pop up.
    在这里插入图片描述
  • I choose and click on the [hidden] option in the menu. You can have a look at the QQ icon, it’s not grey now and I can use it to communicate with my friends or colleagues.
    在这里插入图片描述
  • Now I send the screenshot of the sign-in result to the QQ group of our class.
    在这里插入图片描述
  • Let’s take a look at the picture.
    在这里插入图片描述
  • Thirty-three students have signed in and six students are not here but they asked for leave.

II. The Composition of a Computer

在这里插入图片描述

  • In the markdown editor, we can use \begin{cases}...\end{cases} to generate {. In the body of the structure, \\ is used to start a new line. & is used for alignment.

Step One

1. Source Code

$Computer
\begin{cases}
Hardware &(1)\\
Software &(2)\\
\end{cases}$

2. Final Effect

  • C o m p u t e r { H a r d w a r e ( 1 ) S o f t w a r e ( 2 ) Computer \begin{cases} Hardware &(1)\\ Software &(2)\\ \end{cases} Computer{HardwareSoftware(1)(2)

Step Two

1. Source Code

$Computer
\begin{cases}
Hardware \begin{cases}
Control\ Unit \\
ALU \\
Storage\ Devices\\
Input\ Devices\\
Output\ Devices\\
\end{cases}\\
Software
\begin{cases}
System\ Software\\
Application\ Software\\
\end{cases} \\
\end{cases}$

2. Final Effect

  • C o m p u t e r { H a r d w a r e { C o n t r o l U n i t A L U S t o r a g e D e v i c e s I n p u t D e v i c e s O u t p u t D e v i c e s S o f t w a r e { S y s t e m S o f t w a r e A p p l i c a t i o n S o f t w a r e Computer \begin{cases} Hardware \begin{cases} Control\ Unit \\ ALU \\ Storage\ Devices\\ Input\ Devices\\ Output\ Devices\\ \end{cases}\\ Software \begin{cases} System\ Software\\ Application\ Software\\ \end{cases} \\ \end{cases} Computer Hardware Control UnitALUStorage DevicesInput DevicesOutput DevicesSoftware{System SoftwareApplication Software

Step Three

1. Source Code

$Computer
\begin{cases}
Hardware 
\begin{cases}
\left. \begin{matrix}
Control\ Unit \\
ALU \\ 
\end{matrix}\right \}CPU\\
Storage\ Devices\\
Input\ Devices\\
Output\ Devices\\
\end{cases}\\
Software
\begin{cases}
System\ Software\\
Application\ Software\\
\end{cases} \\
\end{cases}$

2. Final Effect

  • C o m p u t e r { H a r d w a r e { C o n t r o l U n i t A L U } C P U S t o r a g e D e v i c e s I n p u t D e v i c e s O u t p u t D e v i c e s S o f t w a r e { S y s t e m S o f t w a r e A p p l i c a t i o n S o f t w a r e Computer \begin{cases} Hardware \begin{cases} \left. \begin{matrix} Control\ Unit \\ ALU \\ \end{matrix}\right \}CPU\\ Storage\ Devices\\ Input\ Devices\\ Output\ Devices\\ \end{cases}\\ Software \begin{cases} System\ Software\\ Application\ Software\\ \end{cases} \\ \end{cases} Computer Hardware Control UnitALU}CPUStorage DevicesInput DevicesOutput DevicesSoftware{System SoftwareApplication Software

III. Single Brace

1. Generate Left Brace

(1) Source Code

$Computer=\left\{
\begin{matrix}Hardware\\Software
\end{matrix}
\right.$

(2) Final Effect

C o m p u t e r = { H a r d w a r e S o f t w a r e Computer=\left\{ \begin{matrix} Hardware\\ Software \end{matrix} \right. Computer={HardwareSoftware

2. Generate Right Brace

(1) Source Code

$\left.
\begin{matrix}Hardware \\Software 
\end{matrix}
\right\}=Computer$

(2) Final Effect

H a r d w a r e S o f t w a r e } = C o m p u t e r \left. \begin{matrix} Hardware \\ Software \end{matrix} \right\}=Computer HardwareSoftware}=Computer

IV. Reference Blog

  • You can visit my blog [利用Markdown编写美妙的数学公式] and learn how to use markdown to generate wonderful math formulas.

V. After-Class Assignment

  • C o m p u t e r { H a r d w a r e { C o n t r o l U n i t A L U } C P U : C e n t r a l P r o c e s s i n g U n i t S t o r a g e D e v i c e s { P r i m a r y M e m o r y { R A M : R a n d o m A c c e s s M e m o r y R O M : R e a d − O n l y M e m o r y S e c o n d a r y S t o r a g e { F l o p p y D i s k H a r d D i s k C D − R O M U − D i s k S S D : S o l i d S t a t e D i s k I n p u t D e v i c e s { K e y b o a r d M o u s e S c a n n e r M i c r o p h o n e W e b c a m O u t p u t D e v i c e s { D i s p l a y P r i n t e r S p e a k e r P l o t t e r S o f t w a r e { S y s t e m S o f t w a r e { O S : O p e r a t i n g S y s t e m { W i n d o w s L i n u x M a c O S S o l a r i s D B M S : D a t a b a s e M a n a g e m e n t S y s t e m L a n g u a g e P r o c e s s o r s { C o m p l i e r A s s e m b l e r I n t e p r e t e r L i n k e r L o a d e r A p p l i c a t i o n S o f t w a r e { O A : O f f i c e A u t o m a t i o n { M i c r o s o f t O f f i c e K i n g s o f t W P S O f f i c e I n s t a n t M e s s a g i n g { Q Q W e C h a t F a c e b o o k T w i t t e r C A I : C o m p u t e r − A i d e d I n s t r u c t i o n C A D : C o m p u t e r − A i d e d D e s i g n C A M : C o m p u t e r − A i d e d M a n u f a c t u r i n g C A T : C o m p u t e r − A i d e d T e s t i n g Computer\begin{cases} Hardware \begin{cases} \left. \begin{matrix}Control\ Unit \\ ALU \\ \end{matrix}\right \}CPU: Central\ Processing\ Unit\\ Storage\ Devices \begin{cases} Primary\ Memory \begin{cases} RAM: Random\ Access\ Memory \\ ROM: Read-Only\ Memory\\ \end{cases}\\ Secondary\ Storage \begin{cases} Floppy\ Disk \\ Hard\ Disk \\ CD-ROM\\ U-Disk\\ SSD: Solid\ State\ Disk\\ \end{cases}\\ \end{cases}\\ Input\ Devices \begin{cases} Keyboard \\ Mouse \\ Scanner\\ Microphone\\ Webcam\\ \end{cases}\\ Output\ Devices \begin{cases} Display \\ Printer\\ Speaker\\ Plotter\\ \end{cases}\\ \end{cases}\\ Software \begin{cases} System\ Software \begin{cases} OS: Operating\ System \begin{cases} Windows \\ Linux \\ MacOS\\ Solaris\\ \end{cases}\\ DBMS: Database\ Management\ System \\ Language\ Processors \begin{cases} Complier \\ Assembler \\ Intepreter\\ Linker\\ Loader\\ \end{cases}\\ \end{cases}\\ Application\ Software \begin{cases} OA: Office Automation \begin{cases} Microsoft\ Office\\ Kingsoft\ WPS\ Office\\ \end{cases} \\ Instant\ Messaging \begin{cases} QQ \\ WeChat \\ Facebook\\ Twitter\\ \end{cases}\\ CAI: Computer-Aided\ Instruction\\ CAD: Computer-Aided\ Design\\ CAM: Computer-Aided\ Manufacturing\\ CAT: Computer-Aided\ Testing\\ \end{cases}\\ \end{cases} \\ \end{cases} Computer Hardware Control UnitALU}CPU:Central Processing UnitStorage Devices Primary Memory{RAM:Random Access MemoryROM:ReadOnly MemorySecondary Storage Floppy DiskHard DiskCDROMUDiskSSD:Solid State DiskInput Devices KeyboardMouseScannerMicrophoneWebcamOutput Devices DisplayPrinterSpeakerPlotterSoftware System Software OS:Operating System WindowsLinuxMacOSSolarisDBMS:Database Management SystemLanguage Processors ComplierAssemblerIntepreterLinkerLoaderApplication Software OA:OfficeAutomation{Microsoft OfficeKingsoft WPS OfficeInstant Messaging QQWeChatFacebookTwitterCAI:ComputerAided InstructionCAD:ComputerAided DesignCAM:ComputerAided ManufacturingCAT:ComputerAided Testing

VI Processor Logic

What happens inside a computer chip?

The ALU (arithmetic logic unit) is the part of the microprocessor that performs arithmetic operations, such as addition and subtraction. It also performs logical operations, such as comparing two numbers to see if they are the same. The ALU uses registers to hold data that is being processed, just as you use a mixing bowl to hold the ingredients for a batch of cookies.

The microprocessor’s control unit fetches each instruction, just as you get each ingredient out of a cupboard or the refrigerator. Data is loaded into the ALU’s registers, just as you add all the ingredients to the mixing bowl. Finally, the control unit gives the ALU the green light to begin processing, just as you flip the switch on your electric mixer to begin blending the cookie ingredients. The following figure illustrates a microprocessor control unit and ALU preparing to add 2 + 3.
在这里插入图片描述

What happens when a computer executes an instruction?

The term instruction cycle refers to the process in which a computer executes a single instruction. Some parts of the instruction cycle are performed by the microprocessor’s control unit; other parts of the cycle are performed by the ALU. The steps in this cycle are summarized in the following figure.
在这里插入图片描述

What role does the control unit play?

The instructions that a computer is supposed to process for a particular program are held in memory. When the program begins, the memory address of the first instruction is placed in a part of the microprocessor’s control unit called an instruction pointer. The control unit can then fetch the instruction by copying data from that address into its instruction register. From there, the control unit can interpret the instruction, gather the specified data, or tell the ALU to begin processing. The following figure helps you visualize the control unit’s role in processing an instruction.
在这里插入图片描述

When does the ALU swing into action?

The ALU is responsible for performing arithmetic and logical operations. It uses registers to hold data ready to be processed. When it gets the go-ahead signal from the control unit, the ALU processes the data and places the result in an accumulator.
From the accumulator, the data can be sent to memory or used for further processing. The following figure helps you visualize what happens in the ALU as the computer processes data.
在这里插入图片描述

What happens after an instruction is executed?

When the computer completes an instruction, the control unit increments the instruction pointer to the memory address of the next instruction, and the instruction cycle begins again.

Do I need to know all this detailed stuff?

What you should take away from the discussion about programming and instruction sets is the idea that computers and other digital devices accomplish a wide array of complex tasks by performing a very limited set of machine language instructions very fast.

These concepts about how processors work will help you understand thesignificance of microprocessor performance, such as speed and word size.


http://chatgpt.dhexx.cn/article/DnuF1BNm.shtml

相关文章

学习计算机英语的重要性

我想好好学习英语已经不是 3 天 2 天的事了,每次下定决心要学的时候,总是半途而废,究其原因是因为没有找学习英语的「真正的目的」。以前做 iOS 的时候,大多数都是通过中文内容学习,偶尔遇到需要英文的地方&#xff0c…

计算机英语课程资源

计算机英语课程资源 第一部分:讲课笔记 一、2017年讲课笔记 1、2017年计算机专业英语讲课笔记(1) 2、2017年计算机专业英语讲课笔记(2) 3、2017年计算机专业英语讲课笔记(3) 4、2017年计算机…

计算机英语学期总结

学期总结 当全球化成为一种趋势时,因为国际交流越来越多,英语学习变得越来越重要了。人们为了谋求更好的工作而练习自己的英语能力,加入了英语学习的大军。相比较他们,我们作为学生有着更好的机会和时间去学习英语。 本学期我们开始了计算…

计算机英语与计算机术语 computational English

计算机英语 Ablation study 消融研究:对比实验,消融研究通常是指删除模型或算法的某些“功能”,并查看其如何影响性能。 adaptation 改编 my adaptation of this model a.k.a. also known as arbitary value 任意值 Blind Review 盲审 B…

CSDN博客如何添加友情链接的方法

原文地址: http://www.laozizhu.com/view.jsp?articleId294 csdn的博客可以添加各种链接,但并不在博客管理里面,而是在一个【链接】管理单元 1 在左侧栏目的中下部,有【链接】的链接 2 如果你没有分类,应该先添加分…

WordPress如何添加友情链接教程

做网站的朋友们,大多都会需要设置友情链接。 如何简单快速的添加友情链接? 确保后台菜单中有【链接】选项 WordPress默认是隐藏了后台菜单的【链接】选项的。 要显示它也非常简单,只需要在functions.php文件的最后面添加这段代码&#xff…

php网站友链直显代码,discuz 友情链接 代码

discuz首页不显示友情链接怎么办 很简单,只要在模板footer上加上几句代码。 其实,在footer.php中添加以下代码即可调用显示友链模块: view source print? 1 友情链接: 2 3 4 5 6 7 8 discuz论坛如何设置全站友情链接?…

最新友情链接交易平台源码,友链源码,友情链接,友链平台仿alivv爱链网源码下载

介绍: 友情链接交易平台源码,友链源码,友情链接,友链平台仿alivv爱链网源码下载 源码说明:本站源码全部经过测试,配有前台及后台管理界面演示图,去除后门,绿色安全,希望对大家学习研究能有所帮助! 源码类型:各行各业 源码大小:8.…

一个图片的友情链接代码

<a href"smallblock.gitee.io" target"_blank" title"小小小方块"> <img src"这个图片地址" width"100"height"100"></a>

php网站友链直显代码,友情链接代码有哪些 怎么写

友情链接版块在大多数网站的底部都会有这块信息展示&#xff0c;少部分博客会在右下角显示友情链接&#xff0c;通常用于与别人的合作或者互相连接&#xff0c;达到引流、引蜘蛛的目的。 那么友情链接代码是怎样的呢&#xff1f; href"url"&#xff0c;url对应的是网…

常见网站底部友情链接代码示例

公司的官网底部大多都有友情链接&#xff0c;一下代码为简单底部布局&#xff0c;仅供初学者参考。 <!DOCTYPE html> <html><head><meta charset"UTF-8"><title>底部友情链接</title><style type"text/css">/*…

win10 查看笔记本电池循环次数

win10下运行命令行工具&#xff08;winr&#xff0c;输入cmd&#xff09;&#xff0c;执行 Powercfg /batteryreport 生成电池报告&#xff0c;命令行会提示报告的位置。 打开报告文件&#xff0c;找到Installed batteries章节&#xff0c;里面有个CYCLE COUNT&#xff0c;后面…

笔记本电池检测工具 BatteryInfoView 汉化

BatteryInfoView 是一款适用于笔记本电脑和上网本电脑的小型工具&#xff0c;可显示电池的当前状态和信息。 显示的电池信息包括电池名称&#xff0c;制造商名称&#xff0c;序列号&#xff0c;制造日期&#xff0c;电源状态&#xff08;充电/放电&#xff09;&#xff0c;当前…

怎样检查笔记本电池使用情况?

检查关于笔记本电池的使用情况&#xff0c;可以用CMD命令来实现。我们可以按照下面的步骤进行操作。 第一步&#xff1a; 在键盘上同时按【WinX】,选择【Windows PowerShell(管理员)】这项。&#xff08;在不同的系统版本中也叫做【命令提示符&#xff08;管理员&#xff09;】…

win10 电池测试软件,Win10电池检测方法及查看Win10电池检测报告说明

使用笔记本的朋友一定经常会对自己电脑的电池进行检测,毕竟电池是保证笔记本续航的主要配件,健康状况,寿命、损耗还是要关注的!那么一些朋友可能会使用一些硬件检测软件来检测,如鲁大师啥的,其实并不那么准确。其实Win10也是有自带电池检测功能的,而且还是非常准确的,可…

Thinkpad E430C 跳过电池检测更新bios

请各位注意一下&#xff0c;以下的所有操作均有风险&#xff0c;可能导致无法开机。请谨慎操作。 前段时间折腾黑苹果&#xff0c;安装是安装起来了&#xff0c;但是遗留了一个bug&#xff0c;开机无法利用键盘快捷键进入bios。在这里&#xff0c;我的第一反应是去thinkpad下载…

黑苹果 惠普笔记本电池补丁_惠普笔记本电池无法充电问题的解决方法

笔记本电池无法充电,先别急更换,试试以下几个方法,省时省力还省钱! 问题1. 电池处于高电量,提示未充电 知识点: 在每次充放电中,电池的容量都将会不可逆转地逐渐减少 如果连接电源后就立即充电,会增加电池充放电次数,减少电池的寿命 电脑一般会默认设置94%以下电量才…

笔记本电脑的电池损耗度——命令符查看

一般鲁大师之类的软件可以查看笔记本电脑的电池损耗度&#xff0c;但不想下载这些带广告的软件如何查看电池损耗度&#xff1f; 1.winR&#xff0c;运行cmd 2.复制以下命令到cmd.exe里并按回车 powercfg /batteryreport /output "C:\battery_report.html 3.在C盘下生成一…

android 电池测试 apk,安卓手机电池检测工具

安卓手机电池检测工具是一款为用户朋友们打造的手机电池医生app&#xff0c;这款安卓手机电池检测工具能够帮助用户朋友检测自己的手机电池状况&#xff0c;同时还能够为手机降温&#xff0c;喜欢的朋友来西西下载使用吧&#xff01; 安卓手机电池检测工具怎么样&#xff1f; 电…

二手笔记本电脑电池测试软件,笔记本电池修复软件Battery Doubler V1.2.1免费已注册版...

这是一款非常老牌的笔记本电池修复软件,也是最早的校正软件了,它的主要功能是实现电池校验程序,从而恢复实际电池容量、另外还带自动降频、关闭暂不使用的设备和接口。从而延长电池的使用时间,工作原理主要是减少不必要的浪费,它的节电的方法很多:自动降低光驱的速度自动…