电子备课教案Unit1.doc
![资源得分’ title=](/images/score_1.gif)
![资源得分’ title=](/images/score_1.gif)
![资源得分’ title=](/images/score_1.gif)
![资源得分’ title=](/images/score_1.gif)
![资源得分’ title=](/images/score_05.gif)
《电子备课教案Unit1.doc》由会员分享,可在线阅读,更多相关《电子备课教案Unit1.doc(8页珍藏版)》请在淘文阁 - 分享文档赚钱的网站上搜索。
1、,Unit 1 Computer Basics【教学目的】 Learn about the English terms of the basic physical portion of the computer, including CPU, monitor, motherboard, memory, RAM, ROM, mouse, keyboard, disk, USB and I/O port Improve the students ability to understand the long and difficult sentences in the text. Master th
2、e key language points and grammatical structures in the text. consolidate the technical terms and important professional phrases by doing exercises. 【教学重点难点】Important technical terms: printed circuit board (印刷电路板), system buses(系统总线), memory modules(内存模块), plug-in cards(即插即用卡), daughterboard(子板), pe
3、ripheral device (外围设备), binary number system(二进制系统), rational number (有理数), random access memory(随机存取存储器), read-only memory(只读存储器), disk drive(磁盘驱动器), removable disk(可移动磁盘), serial port(串口类型), parallel port(并口) Abbreviation: CPU, RAM(FPM, EDO, SDRAM, DDR), ROM, USB, SCSI; Difficult sentences: 1. It
4、is equipped with sockets to which all processors, memory modules, plug-in cards, daughterboards, or peripheral devices are connected.2. .by utilizing the binary number system it is possible to produce arbitrary rational numbers and through clever formatting all manner of representations of pictures,
5、 sounds, and animations.3. A data storage device for which the order of access to different locations does not affect the speed of access, except for bursts.4. Note though that there are different competing format used for floppies, so that a floppy written by one type of computer might not directly
6、 work on another, also sometimes called “diskette”. Review the important points of essential Englishresponsible forbe equipped withbe identical to be similar to in conjunction withNote though thatbe capable of doing sth.【教学步骤】Step OneRead and explain Text A to the students and ask the students to ke
7、ep in mind the following professional terms:1) printed circuit board (印刷电路板)Buy Printed Circuit Board Assembly(PCB) 购买印刷电路板 Wearelookingforsupplierinprintedcircuitboardassembly. 我们正寻 求印刷电路板的供应商。2) system bus (系统总线) bus that connects the CPU to main memory on the motherboard. 把CPU与母板上主存连 接起来的总线 The s
8、ystem bus is also called the frontside bus, memory bus, local bus, or host bus. 系统总线也叫做前端总线(略作FSB)。3) memory module (内存模块,存储器模数) Memory Module Picture 2007 2007年的内存模块照片 This article is an update of all the latest memory module found in the latest Intel Pentium. 最新的Intel奔腾内存模块的更新文章4) plug-in cards (即
9、插即用卡)cf. plug-ins(插件):A software plug-in is an add-on for a program that adds functionality to it. 软件插件是一个给程序添加功能的附加软件。cf. Plug and play 即插即用Plug and Play, sometimes, abbreviated PnP, is a catchy phrase used to describe devices that work with a computer system as soon as they are connected. The user
10、 does not have to manually install drivers for the device or even tell the computer that a new device has been added. Instead the computer automatically recognizes the device, loads new drivers for the hardware if needed, and begins to work with the newly connected device.For example, if you connect
11、 a Plug-and-Play mouse to the USB port on your computer, it will begin to work within a few seconds of being plugged in. A non plug-and-play device would require you to go through several steps of installing drivers and setting up the device before it would work.While Plug and Play usually refers to
12、 computer peripheral devices, such as keyboards and mice, it can also be used to describe internal hardware. For example, a video card or hard drive may be a Plug and Play device, meaning the computer will recognize it as soon as it is installed. The only difference is that internal components usual
13、ly require the computer to be turned off when they are installed, while external devices can typically be installed while the computer is running.5) daughterboard (子板)Small printed circuit board that plugs into a motherboard to give it new capabilities 接入母板的小的印刷电路板,以增添新的功能。6) peripheral device (外围设备
14、)What are some examples of computer peripheral devices? Answer: A computer peripheral, or peripheral device, is an external object that provides input and output for the computer. Some common input devices include: keyboard, mouse, joystick, pen tablet, MIDI keyboard (musical instrument digital inte
15、rface数码音响), scanner, digital camera, video camera, microphone. Some common output devices include: monitor, projector, TV screen, printer, plotter, speakers. There are also devices that function as both input and output devices, such as: external hard drives, media card readers, digital camcorders,
16、digital mixers, MIDI equipment.While these are some of the more common peripherals, there are many other kinds as well. Just remember that any external device that provides input to the computer or receives output from the computer is considered a peripheral.7) binary number system (二进制系统)Binary is
17、a two-digit (Base-2) numerical system, which computers use to store data and compute functions. The reason computers use the binary system is because digital switches inside the computer can only be set to either on or off, which are represented by a 1 or 0. Though the binary system consists of only
18、 ones and zeros, the two digits can be used to represent any number.For example:A single 0 in binary represents zero.A single 1 represents (20) or 1.10 represents (21) or 2.11 represents (21 + 20) or 3.100 represents (22) or 4.101 represents (22 + 20) or 5.110 represents (22 + 21) or 6.111 represent
19、s (22 + 21 + 20) or 7.1000 represents (23) or 8, and so on. 8) rational numbers (有理数)A rational number is a number that can be expressed as a fraction or ratio (rational). The numerator and the denominator of the fraction are both integers.When the fraction is divided out, it becomes a terminating o
20、r repeating decimal. (The repeating decimal portion may be one number or a billion numbers.) Cf. An irrational number(无理数) cannot be expressed as a fraction. Irrational numbers cannot be represented as terminating or repeating decimals. Irrational numbers are non-terminating, non-repeating decimals.
21、9)RAM random access memory (随机存取存储器) RAM Stands for Random Access Memory, and is pronounced like the male sheep. RAM is made up of small memory chips that are connected to the motherboard of your computer. Every time you open a program, it gets loaded from the hard drive into the RAM. This is becaus
22、e reading data from the RAM is much faster than reading data from the hard drive. Running programs from the RAM of the computer allows them to function without any lag time. The more RAM your computer has, the more data can be loaded from the hard drive into the RAM, which can help speed up your com
23、puter. In fact, adding RAM can be more beneficial to your computers performance than upgrading the CPU.10. ROM Read-Only Memory (只读存储器)Stands for Read-Only Memory. Please do not confuse this term with RAM or a hard drive, as many people already do. ROM is memory containing hardwired instructions tha
24、t the computer uses when it boots up, before the system software loads. In PCs, the instructions are read from a small program in the ROM, called the BIOS (Basic Input/Output System).11. disk drive (磁盘驱动器)A machine that reads data from and writes data onto a disk. A disk drive rotates the disk very
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- 电子 备课 教案 Unit1
![提示](https://www.taowenge.com/images/bang_tan.gif)
限制150内