Computer and Information Science Computer Software Computer Software Chapter 1.2.

Slides:



Advertisements
Similar presentations
Operating System.
Advertisements

Lesson 6. The Computer Operation Computer Operating Systems GUI vs. Command line The Microsoft Windows Family File Systems – How Computers Manage Data.
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.
What You Will Learn Components of a computer’s system software The importance of an operating system Functions of an operating system Types of user interfaces.
Unit 6- Operating Systems.  Identify the purpose of an OS  Identify different operating systems  Describe computer user interaction with multiple operating.
Computers Are Your Future Chapter 4 Computers Are Your Future © 2008 Prentice-Hall, Inc.
LECTURE 14 Operating Systems and Utility Programs
Computer Basics Flashcards #2
Chapter 4: Operating Systems and File Management 1 Operating Systems and File Management Chapter 4.
SOFTWARE.
Chapter 3  Manage the computer’s resources ◦ CPU ◦ Memory ◦ Disk drives ◦ Printers  Establish a user interface  Execute and provide services for applications.
Week 6 Operating Systems.
Lesson 4 Computer Software
Operating Systems Operating System
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.
Instructor: Li Ma Department of Computer Science Texas Southern University, Houston August, 2011.
Lesson 6 Operating Systems and Software
Component 4: Introduction to Information and Computer Science Unit 4: Application and System Software 1 Health IT Workforce Curriculum Version 1.0/Fall.
Chapter 4 System Software.
Operating System. Architecture of Computer System Hardware Operating System (OS) Programming Language (e.g. PASCAL) Application Programs (e.g. WORD, EXCEL)
Computer and Information Science Computer Software and Networking Computer Software and Networking Chapter 1.2.
Operating Systems. The foundation for operating system software and application software. Source:
CS 1308 Computer Literacy and the Internet. Introduction  Von Neumann computer  “Naked machine”  Hardware without any helpful user-oriented features.
Software GCSE COMPUTING.
University of Management & Technology 1 Operating Systems & Utility Programs.
How Hardware and Software Work Together
Operating Systems TexPREP Summer Camp Computer Science.
System Software CSCI-N 100 Department of Computer and Information Science.
Gorman, Stubbs, & CEP Inc. 1 Introduction to Operating Systems Lesson 1 Introduction to Operating Systems.
© Paradigm Publishing Inc. 4-1 OPERATING SYSTEMS.
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.
Kuliah 4 Pengantar Teknologi Informasi Oleh Coky Fauzi Alfi cokyfauzialfi.wordpress.com Software.
OPERATING SYSTEM - program that is loaded into the computer and coordinates all the activities among computer hardware devices. -controls the hardware.
Outcome 1: Describe the structure and function of an operating system.
1 Software. 2 What is software ► Software is the term that we use for all the programs and data on a computer system. ► Two types of software ► Program.
© Paradigm Publishing, Inc. 4-1 Chapter 4 System Software Chapter 4 System Software.
A+ Guide to Managing and Maintaining Your PC Fifth Edition Chapter 2 How Hardware and Software Work Together.
General Computer Knowledge COE 201- Computer Proficiency.
Chapter 8 Operating Systems. Objectives Identify the types of system software Summarize the startup process on a personal computer Describe the functions.
CSC190 Introduction to Computing Operating Systems and Utility Programs.
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.
What is O.S Introduction to an Operating System OS Done by: Hani Al-Mohair.
Computer Operating Systems And Software applications.
OPERATING SYSTEM REVIEW. System Software The programs that control and maintain the operation of the computer and its devices The two parts of system.
Systems Software / The Operating System CSC October 14, 2010.
Copyright © 2003 by Prentice Hall 1 Computers: Tools for an Information Age Chapter 3 Operating Systems: Software in the Background BSM025 Computers.
Computers: Tools for an Information Age
Chapter Objectives In this chapter, you will learn:
Operating System Review
Operating System.
Computer Basics 1 Computer Basics.
Chapter 5: Using System Software
Introduction to Operating Systems
Computing Fundamentals
THE OPERATION SYSTEM The need for an operating system
Introduction to Operating System (OS)
TexPREP Summer Camp Computer Science
Operating System Review
OPERATING SYSTEMS.
Operating System Review
The Operating system Gives life to the hardware
Modern PC operating systems
European Computer Driving Licence Syllabus version 5.0
Software - Operating Systems
Types of Software Mrs. S. Palmer Office Administration.
Materials prepared by Dhimas Ruswanto, BMm
Windows.
CMIT 100 Input / Output.
What is an operating system An operating system is the most important software that runs on a computer. It manages the computer's memory and processes,
Presentation transcript:

Computer and Information Science Computer Software Computer Software Chapter 1.2

AgendaAgenda n Application Software n Operating Systems

SoftwareSoftware n Software is the programs and data that a computer uses. n Programs are lists of instructions for the processor. n Data can be any information that a program needs: character data, numerical data, image data, audio data, and countless other types. –Digitizing : –Digitizing :The process of taking a visual image, or audio recording and converting it to a binary form for the computer.

Types of Programs n Imagine that you have just turned on your computer and have not yet started any application. Are any programs running? n Two types of software –Application software –System software/Operating systems

Why do we need an OS? n n What are the goals of an Operating System? –The primary goal of an Operating System is to make the computer system convenient to use. –The secondary goal is to make the computer system efficient to use.

An Operating System n n It underlies all other software. n acts as an interface between a user of a computer and the computer hardware n It acts as an interface between a user of a computer and the computer hardware n It manages and coordinates computer system resources ( CPU, memory, file system, I/O devices) n n It provides the user Interface that is: –How can something as simple-minded as a processor and memory present you with something as rich as the Mac or Windows GUI?

Operating system services... Control basic input and output Allocate system resources Manage storage space

Operating Systems Detect equipment failure Maintain security Operating system services...

You ask MS Word to OPEN a document –File menu/Open… –WHAT WILL YOU SEE? –What really just happened in the box? WORD called on O.S. to present you with that file list! O.S. must look at: 1.Disk Directory (list of filenames) 2.File Allocation Table (FAT)…. (list of file locations: starting position/cluster number on the disk) System calls

Multi-tasking n n >1 program or person can share computer resources. –CPU is idle ~90% of time, waiting for user input ! –One program active; Others running in the background OS must protect each program ’ s memory area to ensure that instructions and data don ’ t “ leak ” into an area allocated to another program. If it fails, programs can crash … more shortly!

Booting and BIOS n When a computer is started up, the hardware will automatically load the operating system and start it running. This process is called booting. n BIOS is the boot program on a computer, and controls the computer from the time you start it up until the operating system takes over. When you turn on a PC, the BIOS first conducts a basic hardware check, called a Power-On Self Test (POST), to determine whether all of input/output devices are present and working. Then it loads the operating system into your computer's RAM.

ROM (Read-only-Memory) n ROM refers to computer memory chips containing permanent or semi-permanent data. Unlike RAM, ROM is non-volatile; even after you turn off your computer, the contents of ROM will remain. n BIOS is stored in a ROM.

Various Operating Systems n n Windows : Developed by Microsoft XP, Vista, windows7 n n Unix: Developed by AT&T for large companies n n Linux: Open Source version of Unix n n Mac OS: only for Mac hardware e.g. Snow Leopard

UNIX SunOS UNIX login: smith Password: Last login: Oct 15 17:42:09 from tserv1.edu SunOS Release #1: Wed Mar 20 11:24:14 AST 1991 You have mail. % _ UNIX features a command line interface. Designed for minicomputers but is now also available for micros and mainframes. The UNIX prompt Microcomputer Operating Systems Why is it important for me to know which operating system is on my computer?

IMPORTANT ! WHAT HAPPENS when you SHUT DOWN improperly? Why should you care? “Shutting down incorrectly is a little like stopping your car by driving it into a wall. It works, but it can cause some damage.”

Computer terms bingo n Follow the link _Resources/KnowYourComputerTe rms.swf _Resources/KnowYourComputerTe rms.swf