Hardware and Software Interaction

Slides:



Advertisements
Similar presentations
FatMax Licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 2.5 LicenseCreative Commons Attribution-NonCommercial-ShareAlike 2.5.
Advertisements

Purpose of the Main Components of an Information System Hardware, Software and Communication Links.
By Casey Smith. 2 A PC is a group of hardware components, associated software plus peripherals designed and assembled to perform a specific function.
OPERATING SYSTEM An operating system is a group of computer programs that coordinates all the activities among computer hardware devices. It is the first.
Digital Skills Academy. What is a Computer Super Calculator Digital Skills Academy.
Inside the Computer Mr. Rowe Computer Tech
System Setup CGS2564. What Happens When You Start up a Computer? BIOS Basic Input Output System A set of programs stored in ROM Contain instructions on.
The Operating System. What is an Operating System? The program that is loaded first and manages the hardware resources like main memory, backing storage.
BIOS (Basic Input Output Service) Contains system data used by the ROM BIOS service routines. Serves as a standardized communication interface between.
Sensor Network Platforms and Tools
Basic Input Output System
1 The Five Parts of an Information System
Chapter 1 Information Technology, The Internet, And YOU.
MCT260-Operating Systems I Operating Systems I Introduction to Operating Systems.
Operating Systems: Software in the Background
EET 450 Chapter 2 – How hardware and Software Work Together.
Figure 1.1 Interaction between applications and the operating system.
Enhanced A+ Guide to Managing and Maintaining Your PC Third Edition.
UNIX chapter 03 Getting Started Mr. Mohammad Smirat.
Computer Skills Preparatory Year Presented by: L.Obead Alhadreti.
CP1610: Introduction to Computer Components Basic PC Components.
Data: A collection of raw facts and figures. It may consist of numbers, characters, symbols or pictures. Information: Organized and processed form of.
Standard 1 - Objective 2: Understand, evaluate, and use computer software.
TC2-Computer Literacy Mr. Sencer February 8, 2010.
How Hardware and Software Work Together
Chapter 5 Basic Input/Output System (BIOS)
Basic Input Output System
Today’s Agenda: Computer Basics Review Hardware: The physical components of a computer, any internal or external computer part that you can touch. Software:
CS101: Introduction to Computing Instructors: Badre Munir, Usman Adeel, Zahid Irfan & Maria Riaz Faculty of Computer Science and Engineering GIK Institute.
Computer Maintenance Unit Subtitle: Basic Input/Output System (BIOS) Excerpted from 1 Copyright © Texas Education Agency, All.
COMPUTER SYSTEM.
A Definitive View Of Components by RobRenfrew. . The following information has been obtained from and is being used for educational.
CS 1308 Computer Literacy and the Internet. Introduction  Von Neumann computer  “Naked machine”  Hardware without any helpful user-oriented features.
Input and Output Computer Organization and Assembly Language: Module 9.
University of Management & Technology 1 Operating Systems & Utility Programs.
Booting. Booting is the process of powering it on and starting the operating system. power on your machine, and in a few minutes your computer will be.
Copyright © 2008 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 3: Operating Systems Computer Science: An Overview Tenth Edition.
Input and output (IO) systems Last week we considered the memory management layer of the operating system. This week we will look at another layer of the.
The 4 functions of a computer are 1.Input 2.Output 3.Storage 4.Processing.
Bios Utkan Sürgevil
Lesson 3 — How a Computer Processes Data Unit 1 — Computer Basics.
Module 2 : Part 1 INTRODUCTION TO HARDWARE & SOFTWARE INTRODUCTION TO HARDWARE & SOFTWARE.
SKILL AREA: 1.2 MAIN ELEMENTS OF A PERSONAL COMPUTER.
Computer Component. A computer is a machine that is used to store and process data electronically Computer Definition.
C o n f i d e n t i a l 1 Course: BCA Semester: III Subject Code : BC 0042 Subject Name: Operating Systems Unit number : 1 Unit Title: Overview of Operating.
Basic Input/Output System (BIOS). 5.1Introduction to BIOS Basic Input / Output System (BIOS) boot the computer by providing a basic set of instructions.
ELEMENTS OF A COMPUTER SYSTEM HARDWARE SOFTWARE PEOPLEWARE DATA.
Computer Software Types Three layers of software Operation.
Computer Components: Software Computer Technology.
Course Title: Introduction to Computer Course Instructor: ILTAF MEHDI Chapter No: 04 1BY ILTAF MEHDI (MCS, MCSE, CCNA)
CSC190 Introduction to Computing Operating Systems and Utility Programs.
Computer Maintenance I
Introduction To Computers
Systems Software. Systems software Applications software such as word processing, spreadsheet or graphics packages Operating systems software to control.
PCs ENVIRONMENT and PERIPHERALS Lecture 3. operating system and other system software that control the usage of the computer equipment application programs.
Computer Maintenance Unit Subtitle: Basic Input/Output System (BIOS)
Computer Software.
My Faculty Name Is Mr.Dattarey Joshi
TexPREP Summer Camp Computer Science
חוברת שקפים להרצאות של ד"ר יאיר ויסמן מבוססת על אתר האינטרנט:
PARTS OF THE COMPUTER squires productions.
Device management How does the operating system manage the hardware and peripheral devices? Device Driver: Each device is attached to your computer with.
Computer Fundamentals
Components of a CPU AS Computing - F451.
Modern PC operating systems
Operating Systems Tasks 04/04/2019.
TOPIC: HARDWARE AND SOFTWARE
Chapter-1 Computer is an advanced electronic device that takes raw data as an input from the user and processes it under the control of a set of instructions.
Operating Systems Tasks 05/08/2019.
Bioinformatics (Nursing)
Presentation transcript:

Hardware and Software Interaction BY PATRICK PANDAVA

The following information has been obtained from www. howstuffworks The following information has been obtained from www.howstuffworks.com and is being used for educational purposes only. Patrick Pandava

What is a PC? A PC is a group of hardware components, associated software plus peripherals designed and assembled to perform a specific function or group of functions. Patrick Pandava Patrick Pandava

A PC requires Hardware and Software to interact with each other for it to operate Patrick Pandava

Hardware Hardware is the physical parts of the computer you can touch. A PC comprises at least one input device, a processing unit, an output device, plus a storage device, and may contain a communications device. More Information: http://computer.howstuffwor ks.com/inside-computer3.htm Patrick Pandava

Peripherals Peripherals are any input, output, and secondary storage devices of a computer system, typically considered to be options separate from the computer itself. More Information: http://computer.howstuffworks.com/compute r-peripherals-channel.htm Patrick Pandava

Operating System Software Operating System software is the software controlling the overall operation of a computer system, including such tasks as memory allocation, input and output distribution, interrupt processing, and job scheduling. More Information: http://computer.howstuffworks.com/compute r-operating-systems-channel.htm Patrick Pandava

Application Software Application software is computer software designed to help the user perform a particular task. Such programs are also called software applications, applications or apps. Typical examples are word processors, spreadsheets, media players and database applications. More Information: http://en.wikipedia.org/wiki/ Application_software Patrick Pandava

BIOS BIOS is the third type of software your computer needs to operate successfully. The BIOS software has a number of different roles, but its most important role is to load the operating system. When you turn on your computer and the microprocessor tries to execute its first instruction, it has to get that instruction from somewhere. It cannot get it from the operating system because the operating system is located on a hard disk, and the microprocessor cannot get to it without some instructions that tell it how. The BIOS is special software that interfaces the major hardware components of your computer with the operating system. Patrick Pandava

BIOS Continued When you turn on your computer, the BIOS does several things. This is its usual sequence: Check the CMOS Setup for custom settings Load the interrupt handlers and device drivers Initialize registers and power management Perform the power-on self-test (POST) Display system settings Determine which devices are bootable Initiate the bootstrap sequence More Information on the above steps http://computer.howstuffworks.com/bios1.htm Patrick Pandava

I let hardware and software communicate with each other Patrick Pandava

For further Hardware/Software information please contact the IT department Patrick Pandava

Hardware Components

THE END Patrick Pandava