Operating System Provides a set of services to system users Manages memory (primary and secondary) and I/O devices Exploits the hardware resources of one.

Slides:



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

Dundas Valley Secondary Computer Hardware Types of Memory.
Operating Systems An operating system is a set of programs that controls how the hardware of a computer works. An operating system provides a means of.
 Computer hardware components are the physical pieces of the computer.  The major hardware components of a computer are: – The central processing.
FIRST COURSE Essential Computer Concepts. New Perspectives on Microsoft Office 2007: Windows XP Edition 2 Objectives Compare the types of computers Describe.
CENTRAL PROCESSING UNIT
Computer Components.
Hardware Programming. COMP102 Prog. Fundamentals I: Hardware / Slide 2 l Four components of a computer system: n CPU - central processing unit –Makes.
CSCE101 – Ch 3 September 14 & 16, Chapter 3 Computer Software = System Software + Application Software Delineation unclear – (ex. Microsoft Antitrust)
Computer Hardware.
1 CMOS Configuration Chip. 1 Jumpers 1 Software n The intelligence of the computer n Computer programs, or instructions to perform a specific task n.
Computer Main Parts.
COMPUTER DEVICES Input Devices Output Devices Storage Devices
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.
BY: SACHIN SHRIVASTAVA Operating System By : Sachin Shrivastava 1.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Introduction to Computer Administration Introduction.
Week 6 Operating Systems.
Today’s Agenda: Computer Basics Review Hardware: The physical components of a computer, any internal or external computer part that you can touch. Software:
Computer System Overview Chapter 1. Operating System Exploits the hardware resources of one or more processors Provides a set of services to system users.
Ch Review1 Review Chapter Microcomputer Systems Hardware, Software, and the Operating System.
Operating Systems  By the end of this session, you will know: What an Operating System is. The functions it performs.
Operating Systems.
CS 1308 Computer Literacy and the Internet. Introduction  Von Neumann computer  “Naked machine”  Hardware without any helpful user-oriented features.
UNIT - 1Topic - 1. An electronic device, operating under the control of instructions stored in its own memory unit, that can accept data (input), manipulate.
Computer and Information Science Computer Software Computer Software Chapter 1.2.
CENTRAL PROCESSING UNIT – a,b,c & d a - The Purpose of a CPU The CPU is the brain of the computer. The Purpose of the CPU is to process.
What is computer hardware? Computer hardware are the physical components of the computer.
Computer Basics.
© CCI Learning Solutions Inc. 1 Lesson 2: Elements of a Personal Computer System unit Microprocessor chip How memory is measured What ROM is What RAM is.
What is a computer? Computer is a device for processing information.
Stages of Processing.  When a computer is given instructions, a series of tasks must take place in order for a result to be accomplished  To accomplish.
Computer Systems Mrs. Butera. Computer Systems Hardware Software.
Computer Component. A computer is a machine that is used to store and process data electronically Computer Definition.
J. Stover, CSD-HS.  A computer is an electronic device that is programmed to accept data (input), process it into useful information (output), and store.
Parts of the Computer System
Outcome 1: Describe the structure and function of an operating system.
COMPUTERS in the CLASSROOM
Looking Inside the Computer System
Three Jobs of a Computer 1. Input 2. Processing 3. Output.
Problem Solving Techniques Using Pascal Allen C.-H. Wu Department of Computer Science Tsing Hua University Hsinchu, Taiwan 30043, ROC
How are they called?.
Welcome to Technology Michael Cox October 20, 2015 Do now: Open your typing test data file Take a three minute typing test at Typingtest.com (Aesop test)
Software Grade 10. BIOS and the Power-on Self Test A computer can’t do much without instructions The first thing the CPU does when you switch it on is.
Week1: Introduction to Computer Networks. Copyright © 2012 Cengage Learning. All rights reserved.2 Objectives 2 Describe basic computer components and.
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
Operating Systems. Categories of Software System Software –Operating Systems (OS) –Language Translators –Utility Programs Application Software.
OPERATING SYSTEM BASICS. What is an operating system and what does it do? The operating system has two basic functions: –communicates with the PC.
LECTURE 5: CPU and MEMORY. electronic components I. Four main types of electronic components in computers: 1. transistors/resistors 1. transistors/resistors.
Systems Software / The Operating System CSC October 14, 2010.
IT Chapter 2 Part A How Computers Work Input, process, output, and storage The operating system helps the computer perform four basic operations,
Operating Systems What an Operating System is.
Lesson 4 0x Operating Systems.
Chapter Objectives In this chapter, you will learn:
CS6401- OPERATING SYSTEMS L T P C
Chapter 5: Using System Software
Operating System.
Chapter 4 – Introduction to Operating System Concepts
Computer Organization & Assembly Language Chapter 3
CPU Scheduling – Multiprocessor
What is an Operating System?
Unit I Flash Cards Start.
Device management How does the operating system manage the hardware and peripheral devices? Device Driver: Each device is attached to your computer with.
Functions of an operating system
Processing Computer Components.
All examples are based upon Visual C++, version 5
The Operating system Gives life to the hardware
The Main Features of Operating Systems
Learning Objectives To be able to describe the purpose of the CPU
CPU Starter on shared area for pupils as they log on. L1 starter activity.
Computer components.
Presentation transcript:

Operating System Provides a set of services to system users Manages memory (primary and secondary) and I/O devices Exploits the hardware resources of one or more processors

Multitasking Multitasking is the ability to execute more than one task or program at the same time. CPU switches from one program to another so quickly that it gives the appearance of executing all of the programs at the same time.

CPU Central Processing Unit (the Brain of the Computer where decisions are made) Several types over the years – Single Core (one brain – one decision at a time) – Dual Core (two brains – two decisions at a time) – Quad Core (four brains – four decisions at a time) – There are more than this but these are the ones that consumers buy for the most part.

OS – 32 and 64 Bit Two versions of Windows 7 – 32 bit version (where you have 32 bit streams of data going into a CPU and 32 bit streams of data coming out) – 64 bit version (where you have 64 bit streams of data going in and out of the CPU – 64 bit doubles the amount of data that can be dealt with by the CPU. Two version of Mac OS – Tiger (32 bit) Snow L. (64 bit) Ubuntu (64 bit).

How A System Works Wake up Call – power on Execute Bios – instructions kept in Flash Memory (type of read-only memory which examines system hardware) Power-on self test (POST) checks CPU, memory and basic input –output systems (BIOS) for errors