SlideShare a Scribd company logo
1 of 35
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's hot (20)

Hardware and software
Hardware and softwareHardware and software
Hardware and software
 
Computer Programming Overview
Computer Programming OverviewComputer Programming Overview
Computer Programming Overview
 
Types of software
Types of softwareTypes of software
Types of software
 
Powerpoint on Software Concept (ClassXI)
Powerpoint on Software Concept (ClassXI)Powerpoint on Software Concept (ClassXI)
Powerpoint on Software Concept (ClassXI)
 
introduction to computer
introduction to computerintroduction to computer
introduction to computer
 
Application software module
Application software moduleApplication software module
Application software module
 
Computer software
Computer softwareComputer software
Computer software
 
Software and its types and its advantages and disadvantages
Software and its types and its advantages and disadvantagesSoftware and its types and its advantages and disadvantages
Software and its types and its advantages and disadvantages
 
System software vs application software
System software vs application softwareSystem software vs application software
System software vs application software
 
Health and Safety using ICT
Health and Safety using ICTHealth and Safety using ICT
Health and Safety using ICT
 
TUTORIAL ON PHOTOSHOP
TUTORIAL ON PHOTOSHOPTUTORIAL ON PHOTOSHOP
TUTORIAL ON PHOTOSHOP
 
Photoshop
PhotoshopPhotoshop
Photoshop
 
Application software
Application softwareApplication software
Application software
 
Types of software
Types of softwareTypes of software
Types of software
 
Application Software
Application SoftwareApplication Software
Application Software
 
Introduction To Photoshop
Introduction To PhotoshopIntroduction To Photoshop
Introduction To Photoshop
 
Google meeting APP
Google meeting APPGoogle meeting APP
Google meeting APP
 
PERFORM COMPUTER OPERATIONS –.pptx
PERFORM COMPUTER OPERATIONS –.pptxPERFORM COMPUTER OPERATIONS –.pptx
PERFORM COMPUTER OPERATIONS –.pptx
 
Desktop publishing (dtp)
Desktop publishing (dtp)Desktop publishing (dtp)
Desktop publishing (dtp)
 
PROGRAMMING LANGUAGES
PROGRAMMING LANGUAGESPROGRAMMING LANGUAGES
PROGRAMMING LANGUAGES
 

Viewers also liked

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
 

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

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
 

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
 
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
 
lecture 3
 lecture 3 lecture 3
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
 

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 Futurericsanmae
 
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

Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991RKavithamani
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxRoyAbrique
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfJayanti Pande
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104misteraugie
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application ) Sakshi Ghasle
 
URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppCeline George
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpinRaunakKeshri1
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docxPoojaSen20
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactPECB
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3JemimahLaneBuaron
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 

Recently uploaded (20)

Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdf
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application )
 
URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website App
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpin
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docx
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
 

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