1 / 100

2 Information Processing

2 Information Processing. 2.1 Basic Knowledge of Computer Platforms. PROCESSING. OUTPUT. data. INPUT. info. 3 Processing Stages. Input Enter data into the computer Processing The computer works on the data Output The processed data or results are given out by the computer. *.

LeeJohn
Download Presentation

2 Information Processing

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. 2 Information Processing 2.1 Basic Knowledge of Computer Platforms

  2. PROCESSING OUTPUT data INPUT info. 3 Processing Stages • Input • Enter data into the computer • Processing • The computer works on the data • Output • The processed data or results are given out by the computer *

  3. 5 Components of a Typical PC • Input devices • Output devices • Processing unit • Primary storage units / Main memory • Secondary storage units / Backing storage devices *

  4. Input devices • Input devices are used for entering data (e.g. characters, numbers, sound, video, graphics and etc.) into the computer • E.g., mouse, keyboard, digitizer, microphone, bar-code reader, smart card (e.g. Octopus), scanner, Optical character recognition software, speech recognizer, Chinese handwriting recognizer, touching screen and etc. *

  5. Output devices • Output devices are used for displaying processed data or information (e.g. graphics & movies on screen, printouts, sound and etc.) to the users • E.g., monitor (visual display unit), printer, speakers, plotter and etc. *

  6. Processing unit • At the heart of every computer is the central processing unit (CPU), or processor, which executes program instructions and performs the computer's processing actions. • The CPU is a collection of electronic circuits made up of thousands of transistors placed onto an integrated circuit (also called a chip or microchip). • The two components of the CPU are the control unit (CU) and the arithmetic/logic unit (ALU) *

  7. Common CPU brands

  8. Primary storage units • it holds data only temporarily as the computer executes instructions. • 2 kinds of primary storage device: • RAM (Random Access Memory) • ROM (Read Only Memory) * RAM ROM

  9. RAM • memory that permits data or information to be written into or read from any memory address at any time. • RAM stores data and information only as long as the computer is turned on (volatile). • ROM • offers random access to data, but it can hold data and information after the electric current to the computer has been turned off (non-volatile). • data can be read from memory but cannot be written into it *

  10. Secondary storage unit • augments primary memory • is used to store data over the long term or for future use. • E.g., hard disks, floppy diskettes, magnetic tapes, CD-ROM (read-only), CD-R (recordable), CD-RW (rewrittable), DVD, magneto-optical (MO) disks, zip disks, jaz disks and etc. *

  11. Why need secondary storage? • contents of primary memory remain there only temporarily. • data vanishes from primary memory as soon as the computer is turned off. • Primary memory is not large enough to contain the large volume of data and information associated with business application.

  12. Input devices Processing unit Primary storage Output devices Secondary storage The relationship between 5 components *

  13. 4 step processing The processing sequence is a four step processing called the machine cycle. These four steps, all of which are directed by the control unit, are as follows: • fetch, or obtain the next instruction form memory; • decode, or translate the instruction into individual commands that the computer can process;

  14. execute, or perform the actions called for in the instructions; and • store, or write the results of processing to memory. To execute the machine cycle, the control unit depends on registers, temporary storage areas in the processor.

  15. Communication device • Modem • A modem modulates outgoing digital signals from a computer or other digital device to analog signals for a conventional copper twisted-pair telephone line and demodulates the incoming analog signal and converts it to a digital signal for the digital device. *

  16. Analog and digital signal conversion   • Digital-to-analog conversion is a process in which signals having a few (usually two) defined levels or states (digital) are converted into signals having a theoretically infinite number of states (analog). *

  17. Modulation   A modem modulates outgoing digital signals from a computer or other digital device to analog signals for a conventional copper twisted-pair telephone line. • Demodulation   A modem demodulates the incoming analog signal and converts it to a digital signal for the digital device. *

  18. Major Items Affect the Performance of Computer Operations • CPU • RAM • Cache • Video memory • Display adapter *

  19. CPU • Clock speed is one measure of computer "power," but it is not always directly proportional to the performance level. • http://whatis.techtarget.com/definition/0,,sid9_gci211799,00.html From whatis.com

  20. Bus • A bus is the path over which data are moved. • The width of the bus determines the amount of data that can be moved at one time.

  21. Word • Word size is measured in bits. A word is the number of bits a computer can processsimultaneously. • The larger the word size, the faster a computer can process data.

  22. Memory • The computer's workspace (physically, a collection of RAM chips). It is an important resource, since it determines the size and number of programs that can be run at the same time, as well as the amount of data that can be processed instantly. From whatis.com

  23. From techweb.com

  24. Cache • L1 and L2 are levels of cache memory in a computer. • If the computer processor can find the data it needs for its next operation in cache memory, it will save time compared to having to get it from RAM. From whatis.com

  25. L1 is "level-1" cache memory, usually built onto the microprocessor chip itself. For example, the Intel MMX microprocessor comes with 32 thousand bytes of L1. • L2 (that is, level-2) cache memory is built into the CPU chip or on a separate chip that can be accessed more quickly than the larger "main" memory. A popular L2 cache memory size is 1 MB. From whatis.com

  26. From techweb.com

  27. Video RAM • Also called "VRAM," it is a type of memory used in a display adapter. It is designed with dual ports so that it can simultaneously refresh the screen while text and images are drawn in memory. It is faster than the common dynamic RAM (DRAM) used as main memory in the computer. From techweb.com

  28. Display adapter • An expansion board that plugs into a desktop computer that converts the images created in the computer (digital) to the electronic signals (analog) required by the monitor. • The display adapter converts the characters or graphic patterns (bitmaps) within the computer's memory into signals used to refresh the display screen. From techweb.com

  29. Display adapters also contain their own memory, which is used to build the images before they are displayed From techweb.com

  30. From techweb.com

  31. 6 Ways of Increasing Processing and Computer Speed • Cache memory • a form of high-speed memory that acts as a temporary holding/processing cell and eliminates the need to move data to and from the main memory repeatedly. • Co-processors • special chips designed to handle tasks that are performed often. By taking over this processing work from the main processor, they free the CPU to focus on general processing needs.

  32. Accelerator boards • are add-in circuit boards that increase a computer's processing speed. • Packing more transistors on a chip • creating greater chip density, resulting in greater computing speed.

  33. Reduced instruction set computing (RISC) • processes data more simply than complex instruction set computing. With RISC, data for the execution of an instruction are taken only from register. This both simplifies and accelerates instruction processing. • Withparallel processing • computing handle different parts of a problem by executing instructions simultaneously. In the end, the results of each parallel process are combined to produce a result.

  34. Some Common Storage Devices • CD-ROM • CD-R • CD-RW • DVD • Zip • Jaz • Floppy diskettes • Hard disks * From techweb.com

  35. CD-ROM • (Compact Disc Read Only Memory) A compact disc format used to hold text, graphics and hi-fi stereo sound. • It's like an audio CD with spiral, grooved tracks, but uses a different format for recording data. • The audio CD player cannot play CD-ROMs, but CD-ROM players can play audio discs. From techweb.com

  36. CD-ROMs hold 650MB of data, which is equivalent to about 250,000 pages of text or 20,000 medium-resolution images. • The first CD-ROM drives transferred data at 150KB per second (1X). Speeds doubled to 300KBps (2X) and continued upward to more than 40 times (40X) the original. Access times range from 80 to 120ms. From techweb.com

  37. The 120mm CD-ROM is the de facto standard for software distribution and for publishing large databases. • The smaller mini CD-ROM is only 80mm in diameter and holds 180MB (compared to the full-size 650MB). It fits into the deeper well in the center of the tray in most CD-ROM drives. • CD-ROMs have a silver cast just like audio CDs. From techweb.com

  38. From techweb.com

  39. There is only one laser in a drive. Two are used here to illustrate the difference in reflection From techweb.com

  40. How a CD-ROM is made ? From techweb.com

  41. From techweb.com

  42. From techweb.com

  43. CD-R • (CD-Recordable) A recordable CD-ROM technology using a disc that can be written only once. • The drive that writes the CD-R disc is often called a "one-off machine" and can also be used as a regular CD-ROM reader. • CD-Rs create the equivalent of pits in the disc by altering the reflectivity of a dye layer. Different dyes can be used, including cyanine (green), pthalo-cyanine (yellow-gold) and metal-azo (blue). From techweb.com

  44. Blank CD-R discs can be recorded once and read on any CD-ROM reader. CD-Rs have a gold, blue or green cast. From techweb.com

  45. CD-R discs are used for beta versions and original masters of CD-ROM material as well as a means to distribute large amounts of data to a small number of recipients. • CD-Rs are also used for archiving data. A major advantage over other media is that they can be read in most CD-ROM drives. From techweb.com

  46. "Burning" your own CD-Rs is very efficient for small distributions or when it is vital to create copies immediately. • However, when several hundred or more discs must be created, the CD-ROM manufacturing process is generally more efficient. • CD-ROMs are made on a pressing machine from a master plate that was derived from a CD-R recording. From techweb.com

  47. From techweb.com

  48. From techweb.com

  49. greenish-gold or silver-blue cast, whereas CD-ROMs have a silver cast. (Image courtesy of Sony Electronics Inc.) • CD-R drives such as this internal drive from Sony look just like CD-ROM drives. Only the discs themselves look different. The underside of CD-R media typically has a From techweb.com

  50. From techweb.com

More Related