《Chapter全套电子课件完整版ppt整本书电子教案最全教学教程整套课件.pptx》由会员分享,可在线阅读,更多相关《Chapter全套电子课件完整版ppt整本书电子教案最全教学教程整套课件.pptx(250页珍藏版)》请在taowenge.com淘文阁网|工程机械CAD图纸|机械工程制图|CAD装配图下载|SolidWorks_CaTia_CAD_UG_PROE_设计图分享下载上搜索。
1、CHAPTER 1 FUNDAMENTAL OF COMPUTER1Introduction Acomputeris a general-purpose device that can beprogrammedto carry out a set ofarithmeticorlogical operations automatically.Since a sequence of operations can be readily changed,the computer can solve more than one kind of problem.2Computers HistoryMost
2、 histories of the modern computer begin with theAnalytical Engineenvisioned byCharles Babbagefollowing the mathematical ideas of George Boole,the mathematician who first stated the principles of logic inherent in todays digital computer.Apart from mechanical calculators,the first really usable compu
3、ters began with thevacuum tube,accelerated with the invention of thetransistor,which then became embedded in large numbers in integrated circuits,ultimately making possible the relatively low-cost personal computer.3An Introduction of computerThe first computer in the world was born in 15th,February
4、,1946.The computer was named as ENIAC(Electronic Numerical Integrator and Computer),at the U.S.Armys Aberdeen Proving Ground in Maryland.4ENIACWhole machine was built in a metal cabinet,which weighed 30 tons and was eight feet high,three feet deep,and 100 feet long.Also the system contained over 18,
5、000 vacuum tubes that were cooling by 80 air blowers.5ENIACPrograms were loaded into memory manually using switches,punched cards,or paper tapes.67Generations of ComputersFirst Generation ComputersEmployed during the period 1940-1956Used the vacuum tubes technology for calculation as well as for sto
6、rage and control purpose.Advantages Fastest computing devices of their time;These computers were able to execute complex mathematical problems in an efficient manner.Generations of ComputersDisadvantagesThe functioning of these computers depended on the machine language.There were generally designed
7、 as special-purpose computers.The use of vacuum tube technology make these computers very large and bulky.They were not easily transferable from one place to another due to their huge size and also required to be placed in cool places.They were single tasking because they could execute only one prog
8、ram at a time.The generated huge amount of heat and hence were prone to hardware faults.89Generations of ComputersSecond Generation ComputersEmployed during the period 1956-1963Use transistors in place of vacuum tubes in building the basic logic circuits.Advantages:Fastest computing devices of their
9、 time;Easy to program because of the use assembly language;Could be transferred from one place to other very easily because they were small and light;Require very less power in carrying out their operations;More reliable,did not require maintenance at regular intervals of time.Generations of Compute
10、rsDisadvantagesThe input and output media were not improved to a considerable extent.Required to be placed in air-conditioned places.The cost of these computers was very high and they were beyond the reach of home users.Special-purpose computers and could execute only specific applications.1011Gener
11、ations of ComputersThird Generation ComputersEmployed during the period 1964-1975Use of Integrated CircuitsAdvantagesFastest computing devices;Very productive;Easily transportable from one place to another because of their small size;Use high-level languages;Could be installed very easily and requir
12、ed less space;Can execute any type of application.More reliable and require less frequent maintenance schedules.12Generations of ComputersDisadvantagesThe storage capacity of these computers was still very small;The performance of these computers degraded while executing large applications,involving
13、 complex computations because of the small storage capacity;The cost of these computers was very high;They were still required to be placed in air-conditioned places.13Generations of ComputersFourth Generation ComputersEmployed during 1975-1989Use of Large Scale Integration technology and Very Large
14、 Scale Integration technologyThe term Personal Computer(PC)became known to the people during this era.14Generations of ComputersAdvantagesVery powerful in terms of their processing speed and access time;Storage capacity was very large and faster;Highly reliable and required very less maintenance;Use
15、r-friendly environment;Programs written on these computers were highly portable;Versatile and suitable for every type of applications;Require very less power to operate.15Generations of ComputersDisadvantagesThe soldering of LSI and VLSI chips on the wiring board was not an easy task and required co
16、mplicated technologies to bind these chips on the wiring board;The working of these computers is still dependent on the instructions given by the programmer.16Generations of ComputersFifth Generation ComputersThe different types of modern digital computers come under this category.Use Ultra Large Sc
17、ale Integration technology that allows almost ten million electronic components to be fabricated on one small chip.17Generations of ComputersAdvantagesFastest and powerful computers till date;Being able to execute a large number of applications at the same time and that too at a very high speed;Decr
18、easing the size of these computers to a large extent;The users of these computers find it very comfortable to use them because of the several additional multimedia features;They are versatile for communications and resource sharing.Classified by operating principlesIf people only consider on operati
19、ng principles,all computers can separate as 3 different types:Analog computers,which represent data in the form of continuous electrical signals having a specific magnitude.Digital computers,which generally store and process data with the digital format.Hybrid computers,which are a combination betwe
20、en analog computer and digital computer for present the best features of those 2 types of computer.18Classified by ApplicationsGeneral purpose computers(work in all environments)Special purpose computers(perform only a specified task).19Personal Computer(PC)a personal computer(PC)is amicrocomputerde
21、signed for use by one person at a time.Prior to the PC,computers were designed for(and only affordable by)companies who attached terminals for multiple users to a single large computer whose resources were shared among all users.20handheld computerUsually the computer contains small keyboard or touc
22、h-sensitive screen and is designed small enough to fix into a pocket.Also,it is wireless and easy to hold when users are using.People can use handheld computer with some basic functions:appointment book,address book,calculator,and notepad.21desktop computerA desktop computer is commonly used in the
23、public,which contains monitor,keyboards,mouse,and a main cabinet.This type of computer is popular for offices,schools,and homes.22notebook computerA notebook computer(or called laptop)is a small lightweight personal computer that incorporates a screen,a keyboard,storage devices,and processing compon
24、ents into a single portable unit.23tablet computer24A tablet computer is a recently popular portable computing device featuring a touch-sensitive screen.supercomputer25Asupercomputeris a computer with a high-level computational capacity compared to a general-purpose computer.Performance of a superco
25、mputer is measured infloating-pointoperations per second(FLOPS)instead ofmillion instructions per second(MIPS).mainframe26A mainframe(also known as big iron)is a high-performance computer used for large-scale computing purposes that require greater availability and security than a smaller-scale mach
26、ine can offer.Numbering System27Numbering system is used by people every day.The most common one is the decimal system,which also has been known as Arabic number system.overview28The Binary Code,Octal Decimal Number and Hexadecimal Number are offering in computer world.decimal numbers29In the decima
27、l numbers,it contains 10 basic numbers:0,1,2,3,4,5,6,7,8,9.All numbers can be presented as 100,101,102,103,etc.also,the decimals can be shown as 10-1,10-2.For example:In decimal,(2317.87)10 means:(2317.87)10=2*103+3*102+1*101+7*100+8*10-1+7*10-2Binary Code30in the binary system,it is a based on the
28、binary representation(0,1).All numbers can present as 20,21,22,23,etc.For example:(10010.11)2 means (10010.11)2=1*24+0*23+0*22+1*21+0*20+1*2-1+1*2-2=16+0+0+2+0+0.5+0.25=(18.75)10Other Numbering System31Normally,any numbering system N can be presented as:(N)m=(Nn-1Nn-2N1N0.N-1N-2N-m)m=Nn-1*mn-1+Nn-2*
29、mn-2+N1*m1+N0*m0+N-1*m-1+N-2*m-2+N-m*m-mIn this system,Ni can be present as any numbers,such as 0.1.2.-m;N and m are integer.When m=2,8,16,or 10,the numbering systems are Binary code,Octal numbers,Hexadecimal numbers and Decimal numbers.Conversion32Converting from other numbering systems to DecimalA
30、ny numbering systems are easy to convert to decimal numbers by multiply power series,for example:(1001.101)2=1*23+0*22+0*21+1*20+1*2-1+0*2-2+1*2-3 =8+0+1+0.5+0+0.125 =9.625(56)8=5*81+6*80=40+6=46(3CF.BA)16=3*162+C*161+F*160+B*16-1+A*16-2=768+12*16+15*1+11*0.0625+10*0.00390625=975+0.06640625=(975.066
31、40625)10Decimal transfer to Binary code33Decimal number transfer to Binary code should follow these rules:calculate into integer part and decimal part.Integer part should be divided by 2 and keep reminders,and decimal parts should be multiplied by 2 and keep integers.Decimal convert to Octal and Hex
32、adecimal number34Similar with conversion between decimal and binary code,decimal convert to octal number should be divided by 8 and keep the reminders and decimal parts also should be multiplied by 8 and keep integers.For hexadecimal numbers,we use 16 for division and multiplication.Conversion betwe
33、en Binary to octal numbers35The converting rule is separating in two parts base on the decimal point.Before the decimal point,the integer part should count 3 digits as a group from right to left.If the left digits cannot have 3 digits,we use 0 to fit in.The decimal part also counts 3 digits as a gro
34、up from left to right.If the left digits cannot have 3 digits,we use 0 to fit in.Conversion between octal to Binary numbers36We can transfer each octal digit to 3 binary digits,for example:(1765.03)8.1 7 6 5.0 3001 111 110 101.000 011Conversion between Binary to Hexadecimal numbers37The converting r
35、ule is similar with octal number and separating in two parts base on the decimal point.Before the decimal point,the integer part should count 4 digits as a group from right to left.If the left digits cannot have 4 digits,we use 0 to fit in.The decimal part also counts 4 digits as a group from left t
36、o right.If the left digits cannot have 4 digits,we use 0 to fit in.Conversion between Hexadecimal to Binary numbers38We can transfer each hexadecimal digit to 4 binary digits,for example:(1AE5.03)16.1 A E 5.0 30001 1010 1110 0101.0000 0011Computer System39A computer system is consisting of hardware
37、and software.Also,data and human beings are indispensable parts of computer system.Hardware40Computer hardware(usually simply calledhardwarewhen a computing context is concerned)is the collection of physical elements that constitutes a computer system.41Processor42The processor is the brain of a com
38、puter,which is the logic circuitry that responds to and processes the basic instructions that drives a computer.The term processor has generally replaced the term central processing unit(CPU).mainboard 43The mainboard consists of:Central Processor Sockets(or slots)Memory slots A clock generator Slot
39、s of expansion cards Power connectorsConnectors for hard drives,typically SATA onlyOther Cards44When computers communicate with people or real world,these need some devices to connect each other.Some cards are necessarily responsible for this,such as Display Card,Voice Card,Modem Card,etc.memory45In
40、 computing,memory refers to the computer hardware devices used to store information for immediate use and wait for CPU to process and sometimes it is synonymous with the term primary puter memory46For computer memory,there are 2 parts.One is RAM(random access memory),the other one is ROM(read only m
41、emory).ROM is built-in computer memory containing data that normally can only be read,not written to.ROM contains the programming that allows users computer to be booted up or regenerated each time they turn it on.RAM(random access memory)is the place in a computer where the operating system,applica
42、tion programs,and data in current use are kept so that they can be quickly reached by the computers processor.RAM is much faster to read from and write to than the other kinds of storage in a computer,the hard disk,floppy disk,and CD-ROM.I/O devices47input devicesAn input device is a peripheral(piec
43、e of computer hardware equipment),which used to transfer data and control signals to an information processing system such as a computer or information appliance.Examples of input devices include keyboards,mouse,scanners,digital cameras and joysticks.keyboard 48A keyboard is a human interface device
44、 which is represented as a layout of buttons.Each button,or key,can be used to either input a linguistic character to a computer,or to invoke a particular function of the computer(for example F1 to F12,Wake up,PrintScreen or etc.).They act as the main text entry interface for most users.It is typewr
45、iter like device composed of a matrix of puter mouse49A computer mouse is a pointing device that detects two-dimensional motion relative to a surface.This motion is typically translated into the motion of a pointer on a display,which allows a smooth control of the graphical user interface.Physically
46、,a mouse consists of an object held in ones hand,with one or more buttons.output device50An output device is any piece of computer hardware items used to communicate the results of data processing carried out by an information processing system(such as a computer)which converts the electronically ge
47、nerated information into human-readable form.display device51A display device is an output device that visually conveys text,graphics,and video information.Information shown on a display device is called soft copy because the information exists electronically and is displayed for a temporary period
48、of time.Display devices include CRT monitors,LCD monitors and displays,gas plasma monitors,and televisions.printer52a printer is a device that accepts text and graphic output in a digital signal from a computer and transfers to the real text or picture to paper,usually to some standard size sheets o
49、f paper.By their performance,printers can be classified as stylus printer,ink printer,and laser printer.digital projector53A digital projector,also called a digital projection display system,is a specialized computer display that projects an enlarged image on a movie screen.Such devices are commonly
50、 used in presentations or home theater.Storage54Except memory,in a computer system,there are so many different types of storage devices.Flash disk(USB disk),CD,and portable disks are all commonly used in computer fields.Software55Computer software,or simply software,is that part of a computer system