SlideShare ist ein Scribd-Unternehmen logo
1 von 35
Downloaden Sie, um offline zu lesen
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

Weitere ähnliche Inhalte

Was ist angesagt?

1.2 motherboard form factor
1.2  motherboard form factor1.2  motherboard form factor
1.2 motherboard form factorGagandeep Singh
 
1.1-1 Computer Hardware Power Point.pdf
1.1-1 Computer Hardware Power Point.pdf1.1-1 Computer Hardware Power Point.pdf
1.1-1 Computer Hardware Power Point.pdfJadePorlas1
 
Generation of computers
Generation of computersGeneration of computers
Generation of computerscpjcollege
 
How to use disk cleanup on your PC
How to use disk cleanup on your PCHow to use disk cleanup on your PC
How to use disk cleanup on your PCrochoaz78
 
Parts of computer powerpoint
Parts of computer powerpointParts of computer powerpoint
Parts of computer powerpointrusbybarrios
 
Computer memory & Memory Storage Devices.
Computer memory & Memory Storage Devices.Computer memory & Memory Storage Devices.
Computer memory & Memory Storage Devices.RajThakuri
 
Types of computer with description and example
Types of computer with description and exampleTypes of computer with description and example
Types of computer with description and exampleRajashri Bhairamadgi
 
Personal computer
Personal computer Personal computer
Personal computer Ali Raza
 
Computer system, devices and peripherals
Computer system, devices and peripheralsComputer system, devices and peripherals
Computer system, devices and peripheralsRojen Sabile
 
BOOTABLE OPERATING SYSTEM PPT
BOOTABLE OPERATING SYSTEM PPTBOOTABLE OPERATING SYSTEM PPT
BOOTABLE OPERATING SYSTEM PPTShahzeb Pirzada
 
Generations of computers
Generations of computersGenerations of computers
Generations of computersAajuSunariya
 
Lecture-3: Operating System & Application Softwares
Lecture-3: Operating System & Application SoftwaresLecture-3: Operating System & Application Softwares
Lecture-3: Operating System & Application SoftwaresMubashir Ali
 
History of Computers
History of ComputersHistory of Computers
History of Computersmshihab
 
Input & output devices 1122
Input & output devices 1122Input & output devices 1122
Input & output devices 1122Air_Bist
 

Was ist angesagt? (20)

Software concepts ppt
Software concepts pptSoftware concepts ppt
Software concepts ppt
 
Upgrading the Computer Component
Upgrading the Computer ComponentUpgrading the Computer Component
Upgrading the Computer Component
 
1.2 motherboard form factor
1.2  motherboard form factor1.2  motherboard form factor
1.2 motherboard form factor
 
1.1-1 Computer Hardware Power Point.pdf
1.1-1 Computer Hardware Power Point.pdf1.1-1 Computer Hardware Power Point.pdf
1.1-1 Computer Hardware Power Point.pdf
 
Generation of computers
Generation of computersGeneration of computers
Generation of computers
 
How to use disk cleanup on your PC
How to use disk cleanup on your PCHow to use disk cleanup on your PC
How to use disk cleanup on your PC
 
Parts of computer powerpoint
Parts of computer powerpointParts of computer powerpoint
Parts of computer powerpoint
 
Computer Hardware
Computer HardwareComputer Hardware
Computer Hardware
 
Computer memory & Memory Storage Devices.
Computer memory & Memory Storage Devices.Computer memory & Memory Storage Devices.
Computer memory & Memory Storage Devices.
 
Types of computer with description and example
Types of computer with description and exampleTypes of computer with description and example
Types of computer with description and example
 
Personal computer
Personal computer Personal computer
Personal computer
 
Computer system, devices and peripherals
Computer system, devices and peripheralsComputer system, devices and peripherals
Computer system, devices and peripherals
 
BOOTABLE OPERATING SYSTEM PPT
BOOTABLE OPERATING SYSTEM PPTBOOTABLE OPERATING SYSTEM PPT
BOOTABLE OPERATING SYSTEM PPT
 
Generations of computers
Generations of computersGenerations of computers
Generations of computers
 
Parts of the Computer
Parts of the ComputerParts of the Computer
Parts of the Computer
 
Lecture-3: Operating System & Application Softwares
Lecture-3: Operating System & Application SoftwaresLecture-3: Operating System & Application Softwares
Lecture-3: Operating System & Application Softwares
 
Basic Computer Concepts
Basic Computer ConceptsBasic Computer Concepts
Basic Computer Concepts
 
History of Computers
History of ComputersHistory of Computers
History of Computers
 
Input & output devices 1122
Input & output devices 1122Input & output devices 1122
Input & output devices 1122
 
Presentacion del case
Presentacion del casePresentacion del case
Presentacion del case
 

Andere mochten auch

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 PlanningNikkiEstes
 
Programming Fundamentals lecture 1
Programming Fundamentals lecture 1Programming Fundamentals lecture 1
Programming Fundamentals lecture 1REHAN 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 @ mbaBabasab Patil
 
Fundamental Programming Lect 3
Fundamental Programming Lect 3Fundamental Programming Lect 3
Fundamental Programming Lect 3Namrah Erum
 
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 Presentationfazli 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 FlowChris Garbett
 
Fundamental Programming Lect 2
Fundamental Programming Lect 2Fundamental Programming Lect 2
Fundamental Programming Lect 2Namrah 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) modelNaren Chawla
 
Fundamental Programming Lect 1
Fundamental Programming Lect 1Fundamental Programming Lect 1
Fundamental Programming Lect 1Namrah Erum
 
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 TeamCorporate 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 masterHossam Hassan
 

Andere mochten auch (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
 

Ähnlich wie Chapter 1: Intro to Funds of Programming

Fundamentals of Computer.pptx
Fundamentals of Computer.pptxFundamentals of Computer.pptx
Fundamentals of Computer.pptxZORAIZ 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.pdfshielamarie55
 
introduction to Computer system
introduction to Computer systemintroduction to Computer system
introduction to Computer systemumardanjumamaiwada
 
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 devicesSaiFul 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
 
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.pptxAngeloRuiz25
 
Unit i (part1) b.sc
Unit i (part1)  b.scUnit i (part1)  b.sc
Unit i (part1) b.scHepsijeba
 
Types and components of computer system
Types and components of computer systemTypes and components of computer system
Types and components of computer systemmkhisalg
 
COMPUTER SYSTEM AND ITS COMPONENTS
COMPUTER SYSTEM AND ITS COMPONENTSCOMPUTER SYSTEM AND ITS COMPONENTS
COMPUTER SYSTEM AND ITS COMPONENTSSHIVALI 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.pptxCara Teresa Nueva
 
Hardware & software
Hardware & softwareHardware & software
Hardware & softwareIsabelop
 

Ähnlich wie 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
 
introduction to Computer system
introduction to Computer systemintroduction to Computer system
introduction to Computer system
 
lecture 3
 lecture 3 lecture 3
lecture 3
 
0 lecture 3
0 lecture 30 lecture 3
0 lecture 3
 
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
 

Mehr von 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 Futurericsanmae
 
Who Wants To Be A Millionaire
Who Wants To Be A MillionaireWho Wants To Be A Millionaire
Who Wants To Be A Millionairericsanmae
 

Mehr von 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
 

Kürzlich hochgeladen

Healthy Minds, Flourishing Lives: A Philosophical Approach to Mental Health a...
Healthy Minds, Flourishing Lives: A Philosophical Approach to Mental Health a...Healthy Minds, Flourishing Lives: A Philosophical Approach to Mental Health a...
Healthy Minds, Flourishing Lives: A Philosophical Approach to Mental Health a...Osopher
 
Satirical Depths - A Study of Gabriel Okara's Poem - 'You Laughed and Laughed...
Satirical Depths - A Study of Gabriel Okara's Poem - 'You Laughed and Laughed...Satirical Depths - A Study of Gabriel Okara's Poem - 'You Laughed and Laughed...
Satirical Depths - A Study of Gabriel Okara's Poem - 'You Laughed and Laughed...HetalPathak10
 
Tree View Decoration Attribute in the Odoo 17
Tree View Decoration Attribute in the Odoo 17Tree View Decoration Attribute in the Odoo 17
Tree View Decoration Attribute in the Odoo 17Celine George
 
Comparative Literature in India by Amiya dev.pptx
Comparative Literature in India by Amiya dev.pptxComparative Literature in India by Amiya dev.pptx
Comparative Literature in India by Amiya dev.pptxAvaniJani1
 
How to Manage Buy 3 Get 1 Free in Odoo 17
How to Manage Buy 3 Get 1 Free in Odoo 17How to Manage Buy 3 Get 1 Free in Odoo 17
How to Manage Buy 3 Get 1 Free in Odoo 17Celine George
 
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptx
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptxBIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptx
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptxSayali Powar
 
Unraveling Hypertext_ Analyzing Postmodern Elements in Literature.pptx
Unraveling Hypertext_ Analyzing  Postmodern Elements in  Literature.pptxUnraveling Hypertext_ Analyzing  Postmodern Elements in  Literature.pptx
Unraveling Hypertext_ Analyzing Postmodern Elements in Literature.pptxDhatriParmar
 
Grade Three -ELLNA-REVIEWER-ENGLISH.pptx
Grade Three -ELLNA-REVIEWER-ENGLISH.pptxGrade Three -ELLNA-REVIEWER-ENGLISH.pptx
Grade Three -ELLNA-REVIEWER-ENGLISH.pptxkarenfajardo43
 
MS4 level being good citizen -imperative- (1) (1).pdf
MS4 level   being good citizen -imperative- (1) (1).pdfMS4 level   being good citizen -imperative- (1) (1).pdf
MS4 level being good citizen -imperative- (1) (1).pdfMr Bounab Samir
 
DiskStorage_BasicFileStructuresandHashing.pdf
DiskStorage_BasicFileStructuresandHashing.pdfDiskStorage_BasicFileStructuresandHashing.pdf
DiskStorage_BasicFileStructuresandHashing.pdfChristalin Nelson
 
4.9.24 Social Capital and Social Exclusion.pptx
4.9.24 Social Capital and Social Exclusion.pptx4.9.24 Social Capital and Social Exclusion.pptx
4.9.24 Social Capital and Social Exclusion.pptxmary850239
 
Congestive Cardiac Failure..presentation
Congestive Cardiac Failure..presentationCongestive Cardiac Failure..presentation
Congestive Cardiac Failure..presentationdeepaannamalai16
 
Sulphonamides, mechanisms and their uses
Sulphonamides, mechanisms and their usesSulphonamides, mechanisms and their uses
Sulphonamides, mechanisms and their usesVijayaLaxmi84
 
Scientific Writing :Research Discourse
Scientific  Writing :Research  DiscourseScientific  Writing :Research  Discourse
Scientific Writing :Research DiscourseAnita GoswamiGiri
 
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITW
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITWQ-Factor HISPOL Quiz-6th April 2024, Quiz Club NITW
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITWQuiz Club NITW
 
CLASSIFICATION OF ANTI - CANCER DRUGS.pptx
CLASSIFICATION OF ANTI - CANCER DRUGS.pptxCLASSIFICATION OF ANTI - CANCER DRUGS.pptx
CLASSIFICATION OF ANTI - CANCER DRUGS.pptxAnupam32727
 

Kürzlich hochgeladen (20)

Paradigm shift in nursing research by RS MEHTA
Paradigm shift in nursing research by RS MEHTAParadigm shift in nursing research by RS MEHTA
Paradigm shift in nursing research by RS MEHTA
 
Healthy Minds, Flourishing Lives: A Philosophical Approach to Mental Health a...
Healthy Minds, Flourishing Lives: A Philosophical Approach to Mental Health a...Healthy Minds, Flourishing Lives: A Philosophical Approach to Mental Health a...
Healthy Minds, Flourishing Lives: A Philosophical Approach to Mental Health a...
 
Satirical Depths - A Study of Gabriel Okara's Poem - 'You Laughed and Laughed...
Satirical Depths - A Study of Gabriel Okara's Poem - 'You Laughed and Laughed...Satirical Depths - A Study of Gabriel Okara's Poem - 'You Laughed and Laughed...
Satirical Depths - A Study of Gabriel Okara's Poem - 'You Laughed and Laughed...
 
Tree View Decoration Attribute in the Odoo 17
Tree View Decoration Attribute in the Odoo 17Tree View Decoration Attribute in the Odoo 17
Tree View Decoration Attribute in the Odoo 17
 
Comparative Literature in India by Amiya dev.pptx
Comparative Literature in India by Amiya dev.pptxComparative Literature in India by Amiya dev.pptx
Comparative Literature in India by Amiya dev.pptx
 
Plagiarism,forms,understand about plagiarism,avoid plagiarism,key significanc...
Plagiarism,forms,understand about plagiarism,avoid plagiarism,key significanc...Plagiarism,forms,understand about plagiarism,avoid plagiarism,key significanc...
Plagiarism,forms,understand about plagiarism,avoid plagiarism,key significanc...
 
How to Manage Buy 3 Get 1 Free in Odoo 17
How to Manage Buy 3 Get 1 Free in Odoo 17How to Manage Buy 3 Get 1 Free in Odoo 17
How to Manage Buy 3 Get 1 Free in Odoo 17
 
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptx
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptxBIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptx
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptx
 
Unraveling Hypertext_ Analyzing Postmodern Elements in Literature.pptx
Unraveling Hypertext_ Analyzing  Postmodern Elements in  Literature.pptxUnraveling Hypertext_ Analyzing  Postmodern Elements in  Literature.pptx
Unraveling Hypertext_ Analyzing Postmodern Elements in Literature.pptx
 
Grade Three -ELLNA-REVIEWER-ENGLISH.pptx
Grade Three -ELLNA-REVIEWER-ENGLISH.pptxGrade Three -ELLNA-REVIEWER-ENGLISH.pptx
Grade Three -ELLNA-REVIEWER-ENGLISH.pptx
 
MS4 level being good citizen -imperative- (1) (1).pdf
MS4 level   being good citizen -imperative- (1) (1).pdfMS4 level   being good citizen -imperative- (1) (1).pdf
MS4 level being good citizen -imperative- (1) (1).pdf
 
DiskStorage_BasicFileStructuresandHashing.pdf
DiskStorage_BasicFileStructuresandHashing.pdfDiskStorage_BasicFileStructuresandHashing.pdf
DiskStorage_BasicFileStructuresandHashing.pdf
 
4.9.24 Social Capital and Social Exclusion.pptx
4.9.24 Social Capital and Social Exclusion.pptx4.9.24 Social Capital and Social Exclusion.pptx
4.9.24 Social Capital and Social Exclusion.pptx
 
Faculty Profile prashantha K EEE dept Sri Sairam college of Engineering
Faculty Profile prashantha K EEE dept Sri Sairam college of EngineeringFaculty Profile prashantha K EEE dept Sri Sairam college of Engineering
Faculty Profile prashantha K EEE dept Sri Sairam college of Engineering
 
Congestive Cardiac Failure..presentation
Congestive Cardiac Failure..presentationCongestive Cardiac Failure..presentation
Congestive Cardiac Failure..presentation
 
Sulphonamides, mechanisms and their uses
Sulphonamides, mechanisms and their usesSulphonamides, mechanisms and their uses
Sulphonamides, mechanisms and their uses
 
Scientific Writing :Research Discourse
Scientific  Writing :Research  DiscourseScientific  Writing :Research  Discourse
Scientific Writing :Research Discourse
 
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITW
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITWQ-Factor HISPOL Quiz-6th April 2024, Quiz Club NITW
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITW
 
CLASSIFICATION OF ANTI - CANCER DRUGS.pptx
CLASSIFICATION OF ANTI - CANCER DRUGS.pptxCLASSIFICATION OF ANTI - CANCER DRUGS.pptx
CLASSIFICATION OF ANTI - CANCER DRUGS.pptx
 
Mattingly "AI & Prompt Design" - Introduction to Machine Learning"
Mattingly "AI & Prompt Design" - Introduction to Machine Learning"Mattingly "AI & Prompt Design" - Introduction to Machine Learning"
Mattingly "AI & Prompt Design" - Introduction to Machine Learning"
 

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