Computer Systems – Hardware, Operating System, & Software

Slides:



Advertisements
Similar presentations
Computer Basics 2.
Advertisements

Computer Systems – Hardware
Components of Computer
Computer Components.
Why do we need to learn about computers? Hardware & Software Windows95 Desktop - GUI? Mice? Internet Explorer & Netscape Microsoft Applications: –Excel.
Computer Hardware.
Starting Out with C++: Early Objects 5/e © 2006 Pearson Education. All Rights Reserved Starting Out with C++: Early Objects 5 th Edition Chapter 1 Introduction.
Computer Main Parts.
CP1610: Introduction to Computer Components Basic PC Components.
Computer Parts There are many parts that work together to make a computer work.
General concepts of ICT systems.  Know what is meant by the terms ‘hardware’ and ‘software’  Understand the difference between systems software and.
CS 0008 Day 2 1. Today Hardware and Software How computers store data How a program works Operators, types, input Print function Running the debugger.
Standard 1 - Objective 2: Understand, evaluate, and use computer software.
An Introduction to Operating Systems. Definition  An Operating System, or OS, is low-level software that enables a user and higher-level application.
Lesson 4 Computer Software
Alternate Version of STARTING OUT WITH C++ 4 th Edition Chapter 1 Introduction to Computers and Programming.
© Oxford University Press España S. A., 2012 Unit 2 Hardware and software.
Operating Systems What do you have left on your computer after you strip away all of the games and application programs you bought and installed? Name.
© Paradigm Publishing Inc. 4-1 Chapter 4 System Software.
Computer Basics Diagram
Lesson 6 Operating Systems and Software
Today’s Agenda: Computer Basics Review Hardware: The physical components of a computer, any internal or external computer part that you can touch. Software:
2-3 note. 2 Peripheral Devices “Peripheral devices” are hardware plugged into ports or connected to a computer wirelessly. These devices can be for input,
2nd Meeting Computer Essential. Can you named these parts of computer?
Computer Parts There are many parts that work together to make a computer work.
Operating Systems JEOPARDY Computer Repair NetworkOS OS Tasks ConceptsComponentsMisc
INTRODUCTION TO COMPUTING Computer Basics. The Information Age Computers are useful in Society to advance: Business Education Art and Music Medicine and.
Hardware vs Software Hardware: A physical part of the computer which you can touch. Software: A set of instructions which is run to perform tasks on your.
Highlights – Digital Literacy. An operating system (OS) is the most important program that runs on your computer. Every general-purpose computer must.
Gorman, Stubbs, & CEP Inc. 1 Introduction to Operating Systems Lesson 1 Introduction to Operating Systems.
By charlotte Westbury and charlotte Kollosche HOW COMPUTERS AND IPADS WORK.
© Paradigm Publishing Inc. 4-1 OPERATING SYSTEMS.
What is a computer? Computer is a device for processing information.
The Operating System ICS3M.  The operating system (OS) provides a consistent environment for other software programs to execute commands.  It gives.
Systems Software Operating Systems. What is software? Software is the term that we use for all the programs and data that we use with a computer system.
Intro to Computers Computer Applications. What is a Computer? Initially the term computer referred to an individual whose job it was to perform mathematical.
Parts of a Computer - Introduction
Computer Systems Mrs. Butera. Computer Systems Hardware Software.
OPERATING SYSTEM - program that is loaded into the computer and coordinates all the activities among computer hardware devices. -controls the hardware.
Operating Systems Lesson Objective: Understanding the functions of an operating system. Learning Outcome: Answer some basic questions on operating systems.
Parts of the Computer System
MIND MAPS FOR THE ICT STUDENTS V.S.R.RANASIRI R / KURUWITA M.M.V.
1 THE COMPUTER. 2 Input Processing Output Storage 4 basic functions.
Copyright 2003 Scott/Jones Publishing Standard Version of Starting Out with C++, 4th Edition Chapter 1 Introduction to Computers and Programming.
General Computer Knowledge COE 201- Computer Proficiency.
Computer Parts and Functions. How A Computer Works.
Types of Software Chapter 2.
THE WINDOWS OPERATING SYSTEM Computer Basics 1.2.
Introduction To Computers
Operating Systems Overview Basic Computer Concepts Operating System What does an operating system do  A computer’s software acts similarly with.
Computer Operating Systems And Software applications.
INTRODUCTION TO COMPUTERS. A computer system is an electronic device used to input data, process data, store data for later use and produce output in.
BASIC PROGRAMMING C SCP1103 (02)
Computer Fundamentals 1
BASIC PROGRAMMING C SCP1103 (02)
Introduction to Operating Systems
Technology ONION – SOFTWARE
Technology ONION – SOFTWARE
Computer Systems – Hardware
Computers Are Your Future
Chapter 6 System and Application Software
Introduction to Computer Software
Fundamental of computer
Chapter 6 System and Application Software
Chapter 6 System and Application Software
Introduction to Operating Systems
Chapter 6 System and Application Software
Computer Electronic device Accepts data - input
Bioinformatics (Nursing)
Overview of Computer system
Presentation transcript:

Computer Systems – Hardware, Operating System, & Software Technological ONION Computer Systems – Hardware, Operating System, & Software Sources: Patricia Setser Modified: Margaret Lion

Hardware, operating systems, and software onion analogy. The OS is the go-between for the hardware and the programs and data: it is the grunt soldier. When a program (the Army’s general officer) issues a command to write to or read from a device, the OS does its soldierly duty and implements the instruction. The OS forms a common interface for all programs for the specifics of loading a program to memory, writing to a disk, moving the read/write disk head, spinning the disk platter, and so on. Some of the most popular operating systems currently in use include Windows, Windows NT, and UNIX. Visual Basic is a development tool which writes programs for Windows-based operating systems.

Computer Hardware - Onion Hardware is the center of the computer system

Comparison: Hardware is your body. Computer Hardware Hardware is the computer and any equipment connected to it Hardware devices are the physical components of the computer Items such as the monitor, keyboard, mouse, and printer are also known as peripherals because they attach to the computer Something you can touch. Comparison: Hardware is your body.

Computer Hardware - Functions Information processing cycle of a computer Input – Computer gathers data or allows a user to add data Processing – Data is converted into information Output – Data or information is retrieved from the computer Storage – Data or information is stored for future use

Operating System (OS) – Technology Onion OS is the second layer of the computer system

Comparison: OS is your autonomic system. Operating System Functions of Operating System (OS): Controls look of computer. Controls how computer operates. Controls what software can be installed and run on computer. Comparison: OS is your autonomic system.

Operating System - Types Major Types of Operating Systems: Windows Mac OS Linux

Software – Technology Onion Software is the third layer of the computer system

Software - Functions Software Functions: Software performs specific tasks. Software can only open files created by it or files that it has been created to open and edit. Comparison: Software is a skill you can perform, like riding a bike. You couldn’t ride the bike without your body (hardware) or a working autonomic system (OS).