SlideShare a Scribd company logo
11/12/2009 Fundamentals of Programming by RMG 1 Chapter 1 Introduction
What is a computer system? A computer is an electronic machine that can accept, process, and produce results of information. A computer is a system because it is made up of parts where each has an assigned function to do yet it works together as one together with the other parts. A computer system includes not only the computer, but also any software and peripheral devices that are necessary to make the computer function. A computer  system  both hardware and software components. 11/12/2009 Fundamentals of Programming by RMG 2
Hardware and software The HARDWARE components of a computer system are the electronic and mechanical parts. Example are: processor, main memory, secondary memory, input devices, output devices The SOFTWARE components are the intangible parts: the data and the computer programs. 11/12/2009 Fundamentals of Programming by RMG 3
Input units An input device is any peripheral (a piece of computer hardware equipment) used to provide data and control signals to an information processing system. 11/12/2009 Fundamentals of Programming by RMG 4
KEYBOARD Is the most common input device. Pressing its keys do certain action such as: typing of letters, number, or symbols, and to execute an instruction or command. A 'keyboard' is a human interface device which is represented as a layout of buttons. 11/12/2009 Fundamentals of Programming by RMG 5
MOUSE Is the most common pointing input device. Clicking the buttons of the mouse sends signal to the computer and instruct it to do an action. 11/12/2009 Fundamentals of Programming by RMG 6
TRACKBALL Is like a mouse positioned upside down with larger ball on top of it. Rotating its ball tells the computer to do certain action or command. The user rolls the ball with the thumb, fingers, or the palm of the hand to move a cursor. 11/12/2009 Fundamentals of Programming by RMG 7
JOYSTICK Is an input device that allows you to control the objects on the screen by moving its stick or by clicking its buttons. Joysticks are often used to control video games, and usually have one or more push-buttons whose state can also be read by the computer. 11/12/2009 Fundamentals of Programming by RMG 8
GAME PAD Is a game controller device that has a programmable buttons used to control the  fast movement of picture on the screen. 11/12/2009 Fundamentals of Programming by RMG 9
DIGITIZER OR DIGITIZING TABLET Is a flat writing device that uses pen or stylus to enter commands into the computer. The image generally does not appear on the tablet itself but, rather, is displayed on the computer monitor. 11/12/2009 Fundamentals of Programming by RMG 10
MICROPHONE Is an input voice modulator device. 11/12/2009 Fundamentals of Programming by RMG 11
WEB CAMERA Takes shots on the viewer to be seen in the other computer. 11/12/2009 Fundamentals of Programming by RMG 12
SCANNER Used to copy image, or read information or numbers. They read the data by scanning it and send them to the computer. Kinds of scanners Flatbed scanner Scans the information printed on a piece of paper then transfers it to the computer. 11/12/2009 Fundamentals of Programming by RMG 13
Bar Code Scanner Reads the product’s bar code according to the thickness and spacing of the displayed black lines. The signal is sent to the computer which is then translated into a numeric value. 11/12/2009 Fundamentals of Programming by RMG 14
Card reader scanner Reads the encrypted information of customer’s credit card for verification purposes. 11/12/2009 Fundamentals of Programming by RMG 15
Activity 1.1 Group yourselves into 2 and select at least 3 input devices and define the importance of each devices to the computer system. Explain it to the class for 10 minutes. 11/12/2009 Fundamentals of Programming by RMG 16
Assignment 1.1 Give at least 5 OUTPUT UNITS and define each. Place in a ½ crosswise of yellow paper. To be submitted next meeting ( Nov. 12, 2009) 11/12/2009 Fundamentals of Programming by RMG 17
Output units Output devices are peripherals used by the computer to give out the processed data. It could be by displaying the images, hearing the sounds, or printing the information. Are things we use to get information out of a computer. 11/12/2009 Fundamentals of Programming by RMG 18
 CRT(cathode ray tube) MONITOR Is the most common output device. It displays the text, numbers, and graphics done in the computer. the CRT monitor contains a large cathode ray tube that uses an electron beam of varying strength to “paint” a picture onto the color phosphorescent dots on the inside of the screen. CRT monitors are heavy and use more electrical power than flat panel displays, but they are preferred by some graphic artists for their accurate color rendition, and preferred by some gamers for faster response to rapidly changing graphics. 11/12/2009 Fundamentals of Programming by RMG 19
FLAT PANEL MONITOR A flat panel display usually uses an LCD (Liquid Crystal Display) screen to display output from the computer. The LCD consists of several thin layers that polarize the light passing through them. The polarization of one layer, containing long thin molecules called liquid crystals, can be controlled electronically at each pixel, blocking varying amounts of the light to make a pixel lighter or darker. Other types of flat panel technology exist (such as plasma displays) but LCDs are most commonly used in computers, especially laptops. 11/12/2009 Fundamentals of Programming by RMG 20
SPEAKERS and HEADPHONE or  EARPHONES Are output devices used by the computer to hear the sounds from your computer 11/12/2009 Fundamentals of Programming by RMG 21
PRINTER Kinds of Printer Dot Matrix Printer  Uses ribbon to print It prints the text and graphics on the paper by hammering its ends of pins against a ribbon to form dots. The hammering action of this printer is the reason why it is called an Impact Printer. 11/12/2009 Fundamentals of Programming by RMG 22
Inkjet Printer Uses cartridge or liquid ink It sprays out the ink on the paper to form the text and graphics It gives better quality printout than a dot-matrix The spray-out action of this printer is the reason why it is called a Bubble Printer 11/12/2009 Fundamentals of Programming by RMG 23
Laser Jet Printer Uses toner cartridge or powdered ink It has laser emitting diode  (LED) that melts the powdered ink to form refined figure on the paper Laser printers gives the most quality print out among all printers 11/12/2009 Fundamentals of Programming by RMG 24
Input/output devices Are peripheral devices that do double function. It can be used as an input and as well as an output device.  11/12/2009 Fundamentals of Programming by RMG 25
Headset Has a microphone as input device to communicate or record voice. At the same time it has a headphone as output device to hear the sound. 11/12/2009 Fundamentals of Programming by RMG 26
Touch Screen Uses the screen as input device to enter the information and at the same time uses the same screen as output device to show the result of what has been entered. 11/12/2009 Fundamentals of Programming by RMG 27
Memory The memory of a microcomputer is where programs and data are stored when they are currently in active use. We will cover different kinds of memory your microcomputer contains: RAM ROM CMOS 11/12/2009 Fundamentals of Programming by RMG 28
RAM (Random Access Memory) RAM is the main memory space of your computer. The term RAM means Random Access Memory, and it comes from the early days of computers when mainframes had two types of memory: Random access, in which any bit of memory could be addressed at any moment; and Sequential memory (such as data stored on tape) where bits could only be accessed in a certain order. All of the memory in your computer is random access, so don’t worry about sequential memory. The RAM is the workspace of your computer. If your computer has more RAM, it can open more and larger programs and documents simultaneously. It’s like you having a large worktable to spread work papers out on instead of a tiny desk. The documents you are currently editing (and the programs your computer is using to let you do it) are stored in the RAM. 11/12/2009 Fundamentals of Programming by RMG 29
ROM (Read-Only Memory Microcomputers also have some ROM (Read Only Memory) on the motherboard. ROM does not need power to remember its contents, so this is where a computer stores the programs that are needed to start up (boot up) the computer system. (The instructions can’t be stored in RAM, since RAM loses its contents when the computer is off; and they can’t be kept on the hard disk, since just reading data from a hard disk requires programs.)  When the computer is first turned on, the program stored in the ROM is feed to the processor. This initial program checks to see that everything is in order and looks for storage devices on which it can locate a copy of the operating system; it then loads the first part of the OS into RAM, then hands control over to that program to finish the boot process. 11/12/2009 Fundamentals of Programming by RMG 30
CMOS       The “CMOS memory” of a computer is a small amount of “semi-permanent” storage where changeable data can be stored that needs to remain available while the computer is turned off. A small battery on the motherboard keeps the CMOS ‘alive’ when power is off. The CMOS memory (called PRAM, or “Parameter RAM” on the Macintosh) can store such information such as what hard drive or copy of the OS you want to boot from, what are your default monitor settings, etc. The BIOS picks up this information and uses it during boot up. The CMOS memory can also hold the time and date so that your computer remembers this even when power its has been off. If your computer can’t remember the proper time, or can’t remember system settings when it’s off, the small battery may need to be replaced.  11/12/2009 Fundamentals of Programming by RMG 31
Processors The microprocessor is the component of the personal computer that does the actual processing of data. A microprocessor is a central processing unit (CPU) that fits on one microchip. It is the “brain” of the computer, but that is a rather pretentious term since it it really just a very complex switching circuit that executes simple instructions very rapidly.  The microprocessor integrated circuit package holds a silicon chip that contains millions of transistors and other components fabricated into the silicon. Because the transistors on the chip are very tiny, even a small zap of high voltage current (such as from static electricity) can destroy a chip. This is why all large-scale integrated circuits must be handled in ways that minimize the possibility of static electric discharge. 11/12/2009 Fundamentals of Programming by RMG 32
Activity 1.2 Group yourselves into 3 and choose one of the following to be discussed in the class. Give your own idea about the topic: Output unitand input/output devices Memory Processor 11/12/2009 Fundamentals of Programming by RMG 33
Assignment 1.2 What are the components of the CPU? Send your answer to my email add: nascir_27@yahoo.com before the end of the day (Nov. 17, 2009) The best assignment will be uploaded to our website. Use powerpoint for you assignment. Tips: Include some pictures to make your assignment much informative. 11/12/2009 Fundamentals of Programming by RMG 34
References/sources Computer Concepts by Ma. Minerva J. Gorres www.webopedia.com http://chortle.ccsu.edu http://en.wikipedia.org http://www.la.unm.edu 11/12/2009 Fundamentals of Programming by RMG 35

More Related Content

What's hot

what is ROM? Rom(read only memory)
what is ROM? Rom(read only memory)what is ROM? Rom(read only memory)
what is ROM? Rom(read only memory)
shire ali
 
Ram & rom
Ram & romRam & rom
Ram & rom
Ahsan Rafiq
 
Fundamental of computer
Fundamental of computer Fundamental of computer
Fundamental of computer
Er Aadarsh Srivastava
 
Computer software
Computer softwareComputer software
Computer software
Rishabh Seth
 
Pentium processor
Pentium processorPentium processor
Pentium processor
salmanjilani
 
Bios
BiosBios
programming type error
programming type errorprogramming type error
programming type errorWalepak Ubi
 
Operating system
Operating systemOperating system
Operating system
RADHIKA GUPTA
 
Virtual Memory ,Direct memory addressing and indirect memory addressing prese...
Virtual Memory ,Direct memory addressing and indirect memory addressing prese...Virtual Memory ,Direct memory addressing and indirect memory addressing prese...
Virtual Memory ,Direct memory addressing and indirect memory addressing prese...
ITM University
 
Programming languages
Programming languagesProgramming languages
Programming languages
Archana Maharjan
 
STORAGE DEVICES
STORAGE DEVICESSTORAGE DEVICES
STORAGE DEVICES
Zaheer Abbasi
 
Chapter 5
Chapter 5Chapter 5
Chapter 5askme
 
Laptop Basic Knowledge
Laptop Basic KnowledgeLaptop Basic Knowledge
Laptop Basic Knowledge
VIRENDRA SHARMA
 
Evolution of Computer Languages
Evolution of Computer LanguagesEvolution of Computer Languages
Evolution of Computer Languages
Electro Computer Warehouse
 
Computer memory in general
Computer memory in generalComputer memory in general
Computer memory in general
Priyank Panchal
 
Ch02 early system memory management
Ch02 early system  memory managementCh02 early system  memory management
Ch02 early system memory management
Jacob Cadeliña
 
Ram presentation
Ram presentationRam presentation
Ram presentation
Kadai McFadden
 
Fundamentals of Computers
Fundamentals of ComputersFundamentals of Computers
Fundamentals of Computers
Ankur Kumar
 
Operating system
Operating systemOperating system
Operating system
asmakh89
 

What's hot (20)

what is ROM? Rom(read only memory)
what is ROM? Rom(read only memory)what is ROM? Rom(read only memory)
what is ROM? Rom(read only memory)
 
Ram & rom
Ram & romRam & rom
Ram & rom
 
Fundamental of computer
Fundamental of computer Fundamental of computer
Fundamental of computer
 
Computer software
Computer softwareComputer software
Computer software
 
Pentium processor
Pentium processorPentium processor
Pentium processor
 
Bios
BiosBios
Bios
 
programming type error
programming type errorprogramming type error
programming type error
 
Operating system
Operating systemOperating system
Operating system
 
Virtual Memory ,Direct memory addressing and indirect memory addressing prese...
Virtual Memory ,Direct memory addressing and indirect memory addressing prese...Virtual Memory ,Direct memory addressing and indirect memory addressing prese...
Virtual Memory ,Direct memory addressing and indirect memory addressing prese...
 
Programming languages
Programming languagesProgramming languages
Programming languages
 
STORAGE DEVICES
STORAGE DEVICESSTORAGE DEVICES
STORAGE DEVICES
 
Translators(Compiler, Assembler) and interpreter
Translators(Compiler, Assembler) and interpreterTranslators(Compiler, Assembler) and interpreter
Translators(Compiler, Assembler) and interpreter
 
Chapter 5
Chapter 5Chapter 5
Chapter 5
 
Laptop Basic Knowledge
Laptop Basic KnowledgeLaptop Basic Knowledge
Laptop Basic Knowledge
 
Evolution of Computer Languages
Evolution of Computer LanguagesEvolution of Computer Languages
Evolution of Computer Languages
 
Computer memory in general
Computer memory in generalComputer memory in general
Computer memory in general
 
Ch02 early system memory management
Ch02 early system  memory managementCh02 early system  memory management
Ch02 early system memory management
 
Ram presentation
Ram presentationRam presentation
Ram presentation
 
Fundamentals of Computers
Fundamentals of ComputersFundamentals of Computers
Fundamentals of Computers
 
Operating system
Operating systemOperating system
Operating system
 

Viewers also liked

Programming Fundamentals
Programming FundamentalsProgramming Fundamentals
Programming Fundamentals
Trivuz ত্রিভুজ
 
Presenting 101: The Fundamentals of Programming and Artistic Planning
Presenting 101: The Fundamentals of Programming and Artistic PlanningPresenting 101: The Fundamentals of Programming and Artistic Planning
Presenting 101: The Fundamentals of Programming and Artistic Planning
NikkiEstes
 
Programming Fundamentals lecture 1
Programming Fundamentals lecture 1Programming Fundamentals lecture 1
Programming Fundamentals lecture 1
REHAN IJAZ
 
Disability in Structural Funds Regulations 2014-2020
Disability in Structural Funds Regulations 2014-2020Disability in Structural Funds Regulations 2014-2020
Disability in Structural Funds Regulations 2014-2020IFsbh
 
Goal of the firm ppt @ mba
Goal of the firm ppt @ mbaGoal of the firm ppt @ mba
Goal of the firm ppt @ mba
Babasab Patil
 
Fundamental Programming Lect 3
Fundamental Programming Lect 3Fundamental Programming Lect 3
Fundamental Programming Lect 3
Namrah Erum
 
Strategic Fund Development
Strategic Fund DevelopmentStrategic Fund Development
Strategic Fund Development
Cuidiu Consulting
 
Programming fundamentals lecture 1 0f c
Programming fundamentals lecture 1 0f cProgramming fundamentals lecture 1 0f c
Programming fundamentals lecture 1 0f cRaja Hamid
 
Programming Fundamental Presentation
Programming Fundamental PresentationProgramming Fundamental Presentation
Programming Fundamental Presentation
fazli khaliq
 
DCF - An explanation of Discounted Cash Flow
DCF - An explanation of Discounted Cash FlowDCF - An explanation of Discounted Cash Flow
DCF - An explanation of Discounted Cash Flow
Chris Garbett
 
Fundamental Programming Lect 2
Fundamental Programming Lect 2Fundamental Programming Lect 2
Fundamental Programming Lect 2
Namrah Erum
 
DiscountedCashFlowAnalysis_FMS
DiscountedCashFlowAnalysis_FMSDiscountedCashFlowAnalysis_FMS
DiscountedCashFlowAnalysis_FMSAntoine Parant
 
Programming fundamentals lecture 1&2
Programming fundamentals lecture 1&2Programming fundamentals lecture 1&2
Programming fundamentals lecture 1&2Raja Hamid
 
Apple (AAPL) valuation using Discounted Cash Flow (DCF) model
Apple (AAPL) valuation using Discounted Cash Flow (DCF) modelApple (AAPL) valuation using Discounted Cash Flow (DCF) model
Apple (AAPL) valuation using Discounted Cash Flow (DCF) model
Naren Chawla
 
Fundamental Programming Lect 1
Fundamental Programming Lect 1Fundamental Programming Lect 1
Fundamental Programming Lect 1
Namrah Erum
 
Discounted cash flow valuation
Discounted cash flow valuationDiscounted cash flow valuation
Discounted cash flow valuation
Ranadheer Addagatla
 
DCF Valuation : Business Valuation Article by Corporate Valuation Team
DCF Valuation : Business Valuation Article by Corporate Valuation TeamDCF Valuation : Business Valuation Article by Corporate Valuation Team
DCF Valuation : Business Valuation Article by Corporate Valuation Team
Corporate Professionals
 
Discounted Cash Flow
Discounted Cash FlowDiscounted Cash Flow
Discounted Cash FlowAshley Larson
 
Embedded c c++ programming fundamentals master
Embedded c c++ programming fundamentals masterEmbedded c c++ programming fundamentals master
Embedded c c++ programming fundamentals master
Hossam Hassan
 

Viewers also liked (20)

Programming Fundamentals
Programming FundamentalsProgramming Fundamentals
Programming Fundamentals
 
Presenting 101: The Fundamentals of Programming and Artistic Planning
Presenting 101: The Fundamentals of Programming and Artistic PlanningPresenting 101: The Fundamentals of Programming and Artistic Planning
Presenting 101: The Fundamentals of Programming and Artistic Planning
 
Programming Fundamentals lecture 1
Programming Fundamentals lecture 1Programming Fundamentals lecture 1
Programming Fundamentals lecture 1
 
Disability in Structural Funds Regulations 2014-2020
Disability in Structural Funds Regulations 2014-2020Disability in Structural Funds Regulations 2014-2020
Disability in Structural Funds Regulations 2014-2020
 
Goal of the firm ppt @ mba
Goal of the firm ppt @ mbaGoal of the firm ppt @ mba
Goal of the firm ppt @ mba
 
Fundamental Programming Lect 3
Fundamental Programming Lect 3Fundamental Programming Lect 3
Fundamental Programming Lect 3
 
Strategic Fund Development
Strategic Fund DevelopmentStrategic Fund Development
Strategic Fund Development
 
Programming fundamentals lecture 1 0f c
Programming fundamentals lecture 1 0f cProgramming fundamentals lecture 1 0f c
Programming fundamentals lecture 1 0f c
 
Programming Fundamental Presentation
Programming Fundamental PresentationProgramming Fundamental Presentation
Programming Fundamental Presentation
 
DCF - An explanation of Discounted Cash Flow
DCF - An explanation of Discounted Cash FlowDCF - An explanation of Discounted Cash Flow
DCF - An explanation of Discounted Cash Flow
 
Fundamental Programming Lect 2
Fundamental Programming Lect 2Fundamental Programming Lect 2
Fundamental Programming Lect 2
 
DiscountedCashFlowAnalysis_FMS
DiscountedCashFlowAnalysis_FMSDiscountedCashFlowAnalysis_FMS
DiscountedCashFlowAnalysis_FMS
 
Programming fundamentals lecture 1&2
Programming fundamentals lecture 1&2Programming fundamentals lecture 1&2
Programming fundamentals lecture 1&2
 
DCF Final
DCF FinalDCF Final
DCF Final
 
Apple (AAPL) valuation using Discounted Cash Flow (DCF) model
Apple (AAPL) valuation using Discounted Cash Flow (DCF) modelApple (AAPL) valuation using Discounted Cash Flow (DCF) model
Apple (AAPL) valuation using Discounted Cash Flow (DCF) model
 
Fundamental Programming Lect 1
Fundamental Programming Lect 1Fundamental Programming Lect 1
Fundamental Programming Lect 1
 
Discounted cash flow valuation
Discounted cash flow valuationDiscounted cash flow valuation
Discounted cash flow valuation
 
DCF Valuation : Business Valuation Article by Corporate Valuation Team
DCF Valuation : Business Valuation Article by Corporate Valuation TeamDCF Valuation : Business Valuation Article by Corporate Valuation Team
DCF Valuation : Business Valuation Article by Corporate Valuation Team
 
Discounted Cash Flow
Discounted Cash FlowDiscounted Cash Flow
Discounted Cash Flow
 
Embedded c c++ programming fundamentals master
Embedded c c++ programming fundamentals masterEmbedded c c++ programming fundamentals master
Embedded c c++ programming fundamentals master
 

Similar to Chapter 1: Intro to Funds of Programming

Chapter 2.pptx
Chapter 2.pptxChapter 2.pptx
Chapter 2.pptx
Wollo UNiversity
 
Fundamentals of Computer.pptx
Fundamentals of Computer.pptxFundamentals of Computer.pptx
Fundamentals of Computer.pptx
ZORAIZ HAIDER
 
102 Computer Parts and Basic Function.pdf
102 Computer Parts and Basic Function.pdf102 Computer Parts and Basic Function.pdf
102 Computer Parts and Basic Function.pdf
shielamarie55
 
lecture 3
 lecture 3 lecture 3
lecture 3
umardanjumamaiwada
 
0 lecture 3
0 lecture 30 lecture 3
0 lecture 3
umardanjumamaiwada
 
introduction to Computer system
introduction to Computer systemintroduction to Computer system
introduction to Computer system
umardanjumamaiwada
 
DEFINE COMPUTER SYSTEM
DEFINE COMPUTER SYSTEMDEFINE COMPUTER SYSTEM
DEFINE COMPUTER SYSTEMM Kimi
 
Components of computer system and input-output devices and storage devices
Components of computer system and input-output devices and storage devicesComponents of computer system and input-output devices and storage devices
Components of computer system and input-output devices and storage devices
SaiFul IsLam
 
C hapter 1 types-and_components_of_computer_system[1][1]
C hapter 1   types-and_components_of_computer_system[1][1]C hapter 1   types-and_components_of_computer_system[1][1]
C hapter 1 types-and_components_of_computer_system[1][1]Pratik Gupta
 
The Computer
The ComputerThe Computer
The Computer
julinaincgumanit
 
1.1-1 Computer Hardware Power Point.pptx
1.1-1 Computer Hardware Power Point.pptx1.1-1 Computer Hardware Power Point.pptx
1.1-1 Computer Hardware Power Point.pptx
AngeloRuiz25
 
Unit i (part1) b.sc
Unit i (part1)  b.scUnit i (part1)  b.sc
Unit i (part1) b.sc
Hepsijeba
 
Types and components of computer system
Types and components of computer systemTypes and components of computer system
Types and components of computer system
mkhisalg
 
Introduction to Computers
Introduction to ComputersIntroduction to Computers
Introduction to Computers
RIAH ENCARNACION
 
COMPUTER SYSTEM AND ITS COMPONENTS
COMPUTER SYSTEM AND ITS COMPONENTSCOMPUTER SYSTEM AND ITS COMPONENTS
COMPUTER SYSTEM AND ITS COMPONENTS
SHIVALI NEGI
 
hardware and software
hardware and software hardware and software
hardware and software
sharone singh
 
Introduction to Computer.pptx
Introduction to Computer.pptxIntroduction to Computer.pptx
Introduction to Computer.pptx
Cara Teresa Nueva
 
Hardware & software
Hardware & softwareHardware & software
Hardware & software
Isabelop
 

Similar to Chapter 1: Intro to Funds of Programming (20)

Computer Organization
Computer OrganizationComputer Organization
Computer Organization
 
Computer Organization
Computer OrganizationComputer Organization
Computer Organization
 
Chapter 2.pptx
Chapter 2.pptxChapter 2.pptx
Chapter 2.pptx
 
Fundamentals of Computer.pptx
Fundamentals of Computer.pptxFundamentals of Computer.pptx
Fundamentals of Computer.pptx
 
102 Computer Parts and Basic Function.pdf
102 Computer Parts and Basic Function.pdf102 Computer Parts and Basic Function.pdf
102 Computer Parts and Basic Function.pdf
 
lecture 3
 lecture 3 lecture 3
lecture 3
 
0 lecture 3
0 lecture 30 lecture 3
0 lecture 3
 
introduction to Computer system
introduction to Computer systemintroduction to Computer system
introduction to Computer system
 
DEFINE COMPUTER SYSTEM
DEFINE COMPUTER SYSTEMDEFINE COMPUTER SYSTEM
DEFINE COMPUTER SYSTEM
 
Components of computer system and input-output devices and storage devices
Components of computer system and input-output devices and storage devicesComponents of computer system and input-output devices and storage devices
Components of computer system and input-output devices and storage devices
 
C hapter 1 types-and_components_of_computer_system[1][1]
C hapter 1   types-and_components_of_computer_system[1][1]C hapter 1   types-and_components_of_computer_system[1][1]
C hapter 1 types-and_components_of_computer_system[1][1]
 
The Computer
The ComputerThe Computer
The Computer
 
1.1-1 Computer Hardware Power Point.pptx
1.1-1 Computer Hardware Power Point.pptx1.1-1 Computer Hardware Power Point.pptx
1.1-1 Computer Hardware Power Point.pptx
 
Unit i (part1) b.sc
Unit i (part1)  b.scUnit i (part1)  b.sc
Unit i (part1) b.sc
 
Types and components of computer system
Types and components of computer systemTypes and components of computer system
Types and components of computer system
 
Introduction to Computers
Introduction to ComputersIntroduction to Computers
Introduction to Computers
 
COMPUTER SYSTEM AND ITS COMPONENTS
COMPUTER SYSTEM AND ITS COMPONENTSCOMPUTER SYSTEM AND ITS COMPONENTS
COMPUTER SYSTEM AND ITS COMPONENTS
 
hardware and software
hardware and software hardware and software
hardware and software
 
Introduction to Computer.pptx
Introduction to Computer.pptxIntroduction to Computer.pptx
Introduction to Computer.pptx
 
Hardware & software
Hardware & softwareHardware & software
Hardware & software
 

More from ricsanmae

Word Lesson10 inserting clip art
Word Lesson10 inserting clip artWord Lesson10 inserting clip art
Word Lesson10 inserting clip artricsanmae
 
Word Lesson11 working with shapes
Word Lesson11 working with shapesWord Lesson11 working with shapes
Word Lesson11 working with shapesricsanmae
 
Powerpoint Lesson10 working with tables
Powerpoint Lesson10 working with tablesPowerpoint Lesson10 working with tables
Powerpoint Lesson10 working with tablesricsanmae
 
Lesson11 working with charts
Lesson11 working with chartsLesson11 working with charts
Lesson11 working with chartsricsanmae
 
Lesson9 working with basic functions
Lesson9 working with basic functionsLesson9 working with basic functions
Lesson9 working with basic functionsricsanmae
 
Lesson8 creating complex formulas
Lesson8 creating complex formulasLesson8 creating complex formulas
Lesson8 creating complex formulasricsanmae
 
CPUs, Form Factor And Sockets
CPUs, Form Factor And SocketsCPUs, Form Factor And Sockets
CPUs, Form Factor And Socketsricsanmae
 
Chapter 2: Inside the Computer
Chapter 2: Inside the ComputerChapter 2: Inside the Computer
Chapter 2: Inside the Computerricsanmae
 
Troubleshooting And Maintenance Fundamentals
Troubleshooting And Maintenance FundamentalsTroubleshooting And Maintenance Fundamentals
Troubleshooting And Maintenance Fundamentalsricsanmae
 
Schools in the Future
Schools in the FutureSchools in the Future
Schools in the Future
ricsanmae
 
Who Wants To Be A Millionaire
Who Wants To Be A MillionaireWho Wants To Be A Millionaire
Who Wants To Be A Millionairericsanmae
 

More from ricsanmae (12)

Word Lesson10 inserting clip art
Word Lesson10 inserting clip artWord Lesson10 inserting clip art
Word Lesson10 inserting clip art
 
Word Lesson11 working with shapes
Word Lesson11 working with shapesWord Lesson11 working with shapes
Word Lesson11 working with shapes
 
Powerpoint Lesson10 working with tables
Powerpoint Lesson10 working with tablesPowerpoint Lesson10 working with tables
Powerpoint Lesson10 working with tables
 
Lesson11 working with charts
Lesson11 working with chartsLesson11 working with charts
Lesson11 working with charts
 
Lesson9 working with basic functions
Lesson9 working with basic functionsLesson9 working with basic functions
Lesson9 working with basic functions
 
Lesson8 creating complex formulas
Lesson8 creating complex formulasLesson8 creating complex formulas
Lesson8 creating complex formulas
 
Routers
RoutersRouters
Routers
 
CPUs, Form Factor And Sockets
CPUs, Form Factor And SocketsCPUs, Form Factor And Sockets
CPUs, Form Factor And Sockets
 
Chapter 2: Inside the Computer
Chapter 2: Inside the ComputerChapter 2: Inside the Computer
Chapter 2: Inside the Computer
 
Troubleshooting And Maintenance Fundamentals
Troubleshooting And Maintenance FundamentalsTroubleshooting And Maintenance Fundamentals
Troubleshooting And Maintenance Fundamentals
 
Schools in the Future
Schools in the FutureSchools in the Future
Schools in the Future
 
Who Wants To Be A Millionaire
Who Wants To Be A MillionaireWho Wants To Be A Millionaire
Who Wants To Be A Millionaire
 

Recently uploaded

Advantages and Disadvantages of CMS from an SEO Perspective
Advantages and Disadvantages of CMS from an SEO PerspectiveAdvantages and Disadvantages of CMS from an SEO Perspective
Advantages and Disadvantages of CMS from an SEO Perspective
Krisztián Száraz
 
Model Attribute Check Company Auto Property
Model Attribute  Check Company Auto PropertyModel Attribute  Check Company Auto Property
Model Attribute Check Company Auto Property
Celine George
 
Best Digital Marketing Institute In NOIDA
Best Digital Marketing Institute In NOIDABest Digital Marketing Institute In NOIDA
Best Digital Marketing Institute In NOIDA
deeptiverma2406
 
Natural birth techniques - Mrs.Akanksha Trivedi Rama University
Natural birth techniques - Mrs.Akanksha Trivedi Rama UniversityNatural birth techniques - Mrs.Akanksha Trivedi Rama University
Natural birth techniques - Mrs.Akanksha Trivedi Rama University
Akanksha trivedi rama nursing college kanpur.
 
2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...
Sandy Millin
 
Acetabularia Information For Class 9 .docx
Acetabularia Information For Class 9  .docxAcetabularia Information For Class 9  .docx
Acetabularia Information For Class 9 .docx
vaibhavrinwa19
 
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptxChapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
Mohd Adib Abd Muin, Senior Lecturer at Universiti Utara Malaysia
 
Operation Blue Star - Saka Neela Tara
Operation Blue Star   -  Saka Neela TaraOperation Blue Star   -  Saka Neela Tara
Operation Blue Star - Saka Neela Tara
Balvir Singh
 
The Diamonds of 2023-2024 in the IGRA collection
The Diamonds of 2023-2024 in the IGRA collectionThe Diamonds of 2023-2024 in the IGRA collection
The Diamonds of 2023-2024 in the IGRA collection
Israel Genealogy Research Association
 
MASS MEDIA STUDIES-835-CLASS XI Resource Material.pdf
MASS MEDIA STUDIES-835-CLASS XI Resource Material.pdfMASS MEDIA STUDIES-835-CLASS XI Resource Material.pdf
MASS MEDIA STUDIES-835-CLASS XI Resource Material.pdf
goswamiyash170123
 
JEE1_This_section_contains_FOUR_ questions
JEE1_This_section_contains_FOUR_ questionsJEE1_This_section_contains_FOUR_ questions
JEE1_This_section_contains_FOUR_ questions
ShivajiThube2
 
How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...
Jisc
 
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
Dr. Vinod Kumar Kanvaria
 
special B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdfspecial B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdf
Special education needs
 
Digital Artifact 1 - 10VCD Environments Unit
Digital Artifact 1 - 10VCD Environments UnitDigital Artifact 1 - 10VCD Environments Unit
Digital Artifact 1 - 10VCD Environments Unit
chanes7
 
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
MysoreMuleSoftMeetup
 
Lapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdfLapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdf
Jean Carlos Nunes Paixão
 
The basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptxThe basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptx
heathfieldcps1
 
Executive Directors Chat Leveraging AI for Diversity, Equity, and Inclusion
Executive Directors Chat  Leveraging AI for Diversity, Equity, and InclusionExecutive Directors Chat  Leveraging AI for Diversity, Equity, and Inclusion
Executive Directors Chat Leveraging AI for Diversity, Equity, and Inclusion
TechSoup
 
The Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationThe Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official Publication
Delapenabediema
 

Recently uploaded (20)

Advantages and Disadvantages of CMS from an SEO Perspective
Advantages and Disadvantages of CMS from an SEO PerspectiveAdvantages and Disadvantages of CMS from an SEO Perspective
Advantages and Disadvantages of CMS from an SEO Perspective
 
Model Attribute Check Company Auto Property
Model Attribute  Check Company Auto PropertyModel Attribute  Check Company Auto Property
Model Attribute Check Company Auto Property
 
Best Digital Marketing Institute In NOIDA
Best Digital Marketing Institute In NOIDABest Digital Marketing Institute In NOIDA
Best Digital Marketing Institute In NOIDA
 
Natural birth techniques - Mrs.Akanksha Trivedi Rama University
Natural birth techniques - Mrs.Akanksha Trivedi Rama UniversityNatural birth techniques - Mrs.Akanksha Trivedi Rama University
Natural birth techniques - Mrs.Akanksha Trivedi Rama University
 
2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...
 
Acetabularia Information For Class 9 .docx
Acetabularia Information For Class 9  .docxAcetabularia Information For Class 9  .docx
Acetabularia Information For Class 9 .docx
 
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptxChapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
 
Operation Blue Star - Saka Neela Tara
Operation Blue Star   -  Saka Neela TaraOperation Blue Star   -  Saka Neela Tara
Operation Blue Star - Saka Neela Tara
 
The Diamonds of 2023-2024 in the IGRA collection
The Diamonds of 2023-2024 in the IGRA collectionThe Diamonds of 2023-2024 in the IGRA collection
The Diamonds of 2023-2024 in the IGRA collection
 
MASS MEDIA STUDIES-835-CLASS XI Resource Material.pdf
MASS MEDIA STUDIES-835-CLASS XI Resource Material.pdfMASS MEDIA STUDIES-835-CLASS XI Resource Material.pdf
MASS MEDIA STUDIES-835-CLASS XI Resource Material.pdf
 
JEE1_This_section_contains_FOUR_ questions
JEE1_This_section_contains_FOUR_ questionsJEE1_This_section_contains_FOUR_ questions
JEE1_This_section_contains_FOUR_ questions
 
How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...
 
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
 
special B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdfspecial B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdf
 
Digital Artifact 1 - 10VCD Environments Unit
Digital Artifact 1 - 10VCD Environments UnitDigital Artifact 1 - 10VCD Environments Unit
Digital Artifact 1 - 10VCD Environments Unit
 
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
 
Lapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdfLapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdf
 
The basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptxThe basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptx
 
Executive Directors Chat Leveraging AI for Diversity, Equity, and Inclusion
Executive Directors Chat  Leveraging AI for Diversity, Equity, and InclusionExecutive Directors Chat  Leveraging AI for Diversity, Equity, and Inclusion
Executive Directors Chat Leveraging AI for Diversity, Equity, and Inclusion
 
The Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationThe Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official Publication
 

Chapter 1: Intro to Funds of Programming

  • 1. 11/12/2009 Fundamentals of Programming by RMG 1 Chapter 1 Introduction
  • 2. What is a computer system? A computer is an electronic machine that can accept, process, and produce results of information. A computer is a system because it is made up of parts where each has an assigned function to do yet it works together as one together with the other parts. A computer system includes not only the computer, but also any software and peripheral devices that are necessary to make the computer function. A computer system both hardware and software components. 11/12/2009 Fundamentals of Programming by RMG 2
  • 3. Hardware and software The HARDWARE components of a computer system are the electronic and mechanical parts. Example are: processor, main memory, secondary memory, input devices, output devices The SOFTWARE components are the intangible parts: the data and the computer programs. 11/12/2009 Fundamentals of Programming by RMG 3
  • 4. Input units An input device is any peripheral (a piece of computer hardware equipment) used to provide data and control signals to an information processing system. 11/12/2009 Fundamentals of Programming by RMG 4
  • 5. KEYBOARD Is the most common input device. Pressing its keys do certain action such as: typing of letters, number, or symbols, and to execute an instruction or command. A 'keyboard' is a human interface device which is represented as a layout of buttons. 11/12/2009 Fundamentals of Programming by RMG 5
  • 6. MOUSE Is the most common pointing input device. Clicking the buttons of the mouse sends signal to the computer and instruct it to do an action. 11/12/2009 Fundamentals of Programming by RMG 6
  • 7. TRACKBALL Is like a mouse positioned upside down with larger ball on top of it. Rotating its ball tells the computer to do certain action or command. The user rolls the ball with the thumb, fingers, or the palm of the hand to move a cursor. 11/12/2009 Fundamentals of Programming by RMG 7
  • 8. JOYSTICK Is an input device that allows you to control the objects on the screen by moving its stick or by clicking its buttons. Joysticks are often used to control video games, and usually have one or more push-buttons whose state can also be read by the computer. 11/12/2009 Fundamentals of Programming by RMG 8
  • 9. GAME PAD Is a game controller device that has a programmable buttons used to control the fast movement of picture on the screen. 11/12/2009 Fundamentals of Programming by RMG 9
  • 10. DIGITIZER OR DIGITIZING TABLET Is a flat writing device that uses pen or stylus to enter commands into the computer. The image generally does not appear on the tablet itself but, rather, is displayed on the computer monitor. 11/12/2009 Fundamentals of Programming by RMG 10
  • 11. MICROPHONE Is an input voice modulator device. 11/12/2009 Fundamentals of Programming by RMG 11
  • 12. WEB CAMERA Takes shots on the viewer to be seen in the other computer. 11/12/2009 Fundamentals of Programming by RMG 12
  • 13. SCANNER Used to copy image, or read information or numbers. They read the data by scanning it and send them to the computer. Kinds of scanners Flatbed scanner Scans the information printed on a piece of paper then transfers it to the computer. 11/12/2009 Fundamentals of Programming by RMG 13
  • 14. Bar Code Scanner Reads the product’s bar code according to the thickness and spacing of the displayed black lines. The signal is sent to the computer which is then translated into a numeric value. 11/12/2009 Fundamentals of Programming by RMG 14
  • 15. Card reader scanner Reads the encrypted information of customer’s credit card for verification purposes. 11/12/2009 Fundamentals of Programming by RMG 15
  • 16. Activity 1.1 Group yourselves into 2 and select at least 3 input devices and define the importance of each devices to the computer system. Explain it to the class for 10 minutes. 11/12/2009 Fundamentals of Programming by RMG 16
  • 17. Assignment 1.1 Give at least 5 OUTPUT UNITS and define each. Place in a ½ crosswise of yellow paper. To be submitted next meeting ( Nov. 12, 2009) 11/12/2009 Fundamentals of Programming by RMG 17
  • 18. Output units Output devices are peripherals used by the computer to give out the processed data. It could be by displaying the images, hearing the sounds, or printing the information. Are things we use to get information out of a computer. 11/12/2009 Fundamentals of Programming by RMG 18
  • 19. CRT(cathode ray tube) MONITOR Is the most common output device. It displays the text, numbers, and graphics done in the computer. the CRT monitor contains a large cathode ray tube that uses an electron beam of varying strength to “paint” a picture onto the color phosphorescent dots on the inside of the screen. CRT monitors are heavy and use more electrical power than flat panel displays, but they are preferred by some graphic artists for their accurate color rendition, and preferred by some gamers for faster response to rapidly changing graphics. 11/12/2009 Fundamentals of Programming by RMG 19
  • 20. FLAT PANEL MONITOR A flat panel display usually uses an LCD (Liquid Crystal Display) screen to display output from the computer. The LCD consists of several thin layers that polarize the light passing through them. The polarization of one layer, containing long thin molecules called liquid crystals, can be controlled electronically at each pixel, blocking varying amounts of the light to make a pixel lighter or darker. Other types of flat panel technology exist (such as plasma displays) but LCDs are most commonly used in computers, especially laptops. 11/12/2009 Fundamentals of Programming by RMG 20
  • 21. SPEAKERS and HEADPHONE or EARPHONES Are output devices used by the computer to hear the sounds from your computer 11/12/2009 Fundamentals of Programming by RMG 21
  • 22. PRINTER Kinds of Printer Dot Matrix Printer Uses ribbon to print It prints the text and graphics on the paper by hammering its ends of pins against a ribbon to form dots. The hammering action of this printer is the reason why it is called an Impact Printer. 11/12/2009 Fundamentals of Programming by RMG 22
  • 23. Inkjet Printer Uses cartridge or liquid ink It sprays out the ink on the paper to form the text and graphics It gives better quality printout than a dot-matrix The spray-out action of this printer is the reason why it is called a Bubble Printer 11/12/2009 Fundamentals of Programming by RMG 23
  • 24. Laser Jet Printer Uses toner cartridge or powdered ink It has laser emitting diode (LED) that melts the powdered ink to form refined figure on the paper Laser printers gives the most quality print out among all printers 11/12/2009 Fundamentals of Programming by RMG 24
  • 25. Input/output devices Are peripheral devices that do double function. It can be used as an input and as well as an output device. 11/12/2009 Fundamentals of Programming by RMG 25
  • 26. Headset Has a microphone as input device to communicate or record voice. At the same time it has a headphone as output device to hear the sound. 11/12/2009 Fundamentals of Programming by RMG 26
  • 27. Touch Screen Uses the screen as input device to enter the information and at the same time uses the same screen as output device to show the result of what has been entered. 11/12/2009 Fundamentals of Programming by RMG 27
  • 28. Memory The memory of a microcomputer is where programs and data are stored when they are currently in active use. We will cover different kinds of memory your microcomputer contains: RAM ROM CMOS 11/12/2009 Fundamentals of Programming by RMG 28
  • 29. RAM (Random Access Memory) RAM is the main memory space of your computer. The term RAM means Random Access Memory, and it comes from the early days of computers when mainframes had two types of memory: Random access, in which any bit of memory could be addressed at any moment; and Sequential memory (such as data stored on tape) where bits could only be accessed in a certain order. All of the memory in your computer is random access, so don’t worry about sequential memory. The RAM is the workspace of your computer. If your computer has more RAM, it can open more and larger programs and documents simultaneously. It’s like you having a large worktable to spread work papers out on instead of a tiny desk. The documents you are currently editing (and the programs your computer is using to let you do it) are stored in the RAM. 11/12/2009 Fundamentals of Programming by RMG 29
  • 30. ROM (Read-Only Memory Microcomputers also have some ROM (Read Only Memory) on the motherboard. ROM does not need power to remember its contents, so this is where a computer stores the programs that are needed to start up (boot up) the computer system. (The instructions can’t be stored in RAM, since RAM loses its contents when the computer is off; and they can’t be kept on the hard disk, since just reading data from a hard disk requires programs.) When the computer is first turned on, the program stored in the ROM is feed to the processor. This initial program checks to see that everything is in order and looks for storage devices on which it can locate a copy of the operating system; it then loads the first part of the OS into RAM, then hands control over to that program to finish the boot process. 11/12/2009 Fundamentals of Programming by RMG 30
  • 31. CMOS       The “CMOS memory” of a computer is a small amount of “semi-permanent” storage where changeable data can be stored that needs to remain available while the computer is turned off. A small battery on the motherboard keeps the CMOS ‘alive’ when power is off. The CMOS memory (called PRAM, or “Parameter RAM” on the Macintosh) can store such information such as what hard drive or copy of the OS you want to boot from, what are your default monitor settings, etc. The BIOS picks up this information and uses it during boot up. The CMOS memory can also hold the time and date so that your computer remembers this even when power its has been off. If your computer can’t remember the proper time, or can’t remember system settings when it’s off, the small battery may need to be replaced. 11/12/2009 Fundamentals of Programming by RMG 31
  • 32. Processors The microprocessor is the component of the personal computer that does the actual processing of data. A microprocessor is a central processing unit (CPU) that fits on one microchip. It is the “brain” of the computer, but that is a rather pretentious term since it it really just a very complex switching circuit that executes simple instructions very rapidly.  The microprocessor integrated circuit package holds a silicon chip that contains millions of transistors and other components fabricated into the silicon. Because the transistors on the chip are very tiny, even a small zap of high voltage current (such as from static electricity) can destroy a chip. This is why all large-scale integrated circuits must be handled in ways that minimize the possibility of static electric discharge. 11/12/2009 Fundamentals of Programming by RMG 32
  • 33. Activity 1.2 Group yourselves into 3 and choose one of the following to be discussed in the class. Give your own idea about the topic: Output unitand input/output devices Memory Processor 11/12/2009 Fundamentals of Programming by RMG 33
  • 34. Assignment 1.2 What are the components of the CPU? Send your answer to my email add: nascir_27@yahoo.com before the end of the day (Nov. 17, 2009) The best assignment will be uploaded to our website. Use powerpoint for you assignment. Tips: Include some pictures to make your assignment much informative. 11/12/2009 Fundamentals of Programming by RMG 34
  • 35. References/sources Computer Concepts by Ma. Minerva J. Gorres www.webopedia.com http://chortle.ccsu.edu http://en.wikipedia.org http://www.la.unm.edu 11/12/2009 Fundamentals of Programming by RMG 35