Software.

Slides:



Advertisements
Similar presentations
What is Computer Software?. Hardware vs Software Got to have both to get the job done!
Advertisements

What is Computer Software?. Hardware vs Software Got to have both to get the job done!
 An operating system (OS) is a set of computer programs that allow the user to perform basic tasks like copying, moving, saving and printing files. 
Unit 6- Operating Systems.  Identify the purpose of an OS  Identify different operating systems  Describe computer user interaction with multiple operating.
The Operating System and the User Interface
 Advantages  Easy to learn  Graphical Advantages  Help and Support  Widely used  Software compatibility  Customisable  Customisable Hardware 
SOFTWARE.
Learning Outcomes At the end of this lesson, students should be able to: State the types of system software – Operating system – Utility system Describe.
TC2-Computer Literacy Mr. Sencer February 8, 2010.
Ch 26 & 27 User Interfaces.
Write today’s date and title in the front of your book. Underline it.
M. Guymon - Pleasant Grove High - Spring 2003 Operating Systems Computer Technology.
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 Software Computer Technology Day 5. Software  Provides step-by-step instructions that tell the computer how to perform  Categories  System.
Components of the system unit COMP Computer Skills Lecture -2.
What is Computer Software?. Hardware vs Software Got to have both to get the job done!
SOFTWARE A mechanical engineer, an electrical engineer and a software engineer are travelling in an old Fiat 500 when all of the sudden the car backfires.
Operating Systems JEOPARDY Computer Repair NetworkOS OS Tasks ConceptsComponentsMisc
COMP 6005 An Introduction To Computing Session Three: Computer Software Introduction.
1 Chapter 7 Operating System & Utility Programs.  consists of the programs that control or maintain the operations of the computer and its devices. It.
M. Guymon Pleasant Grove High School Spring 2003 Operating Systems Computer Technology Day 3.
Introduction to Computer System
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.
Learning Objective The students should be able to: a. state the definition of software b. state the usage of software c. list different types of software.
OPERATING SYSTEM - program that is loaded into the computer and coordinates all the activities among computer hardware devices. -controls the hardware.
Copyright©2008 N.AlJaffan®KSU1 Chapter 7 Operating System and Utility Programs.
Copyright©2008 N.AlJaffan®KSU1 Chapter 7 Operating System and Utility Programs.
Operating Systems Computer Technology Created by M. Guymon Pleasant Grove High School Spring 2003 Modified by M. Corbett Lehi Junior High Summer 2010.
Computer Components: Software Computer Technology.
Software. What is software?  Review: recall the difference between hardware and software (rigid vs. fluid)  Software, in essence, is a set of instructions.
What is Computer Software?. Hardware vs Software Got to have both to get the job done!
BABCA Software Operating Systems (OS) aka Systems Software A set of instructions that coordinate all the activities among computer hardware resources.
Credit:  An operating system is the program that is loaded into the computer  coordinates all the activities among.
Chapter 2 – Part 1 Introduction To Windows Operating Systems CMPF 112 : COMPUTING SKILLS.
Types of Software Chapter 2.
 Software provides the instructions that tell the computer what to do.  These instructions are called programs. Programs enable you to use the computer.
INTRODUCTION OF SYSTEM & APPLICATION SOFTWARE. OPERATING SYSTEM (OS) An operating system, or OS, is a software program that enables the computer hardware.
What is O.S Introduction to an Operating System OS Done by: Hani Al-Mohair.
WHAT IS HARDWARE ? Computer hardware is the collection of physical elements that comprise a COMPUTER SYSTEM LIKE A MOUSE, MONITOR, KEYBOARD, SPEAKER MICROPHONE,
INTRODUCTION OF SYSTEM & APPLICATION SOFTWARE Chapter 2 1Dr. BALAMURUGAN MUTHURAMAN.
Allows the user and the computer to communicate with each other.
Operating System and Utility Programs
Section 2.1 Section 2.2 Identify hardware
DDC 1013 – Micro Computer Application
Computer Software Digital Literacy.
Key Ideas from day 1 slides
SOFTWARE and OPERATING SYSTEM.
Computer Software Digital Literacy.
Computing Fundamentals
Directions: GO THROUGH THE FOLLWING SLIDES. Make sure you have quizlet cards for all the vocabulary. Study the terms.
Operating Systems What are they and why do we need them?
What is an operating system?
Computer Technology Notes #3
User Interfaces The human computer interface is what allows the user to communicate/Interact with the computer and is often called simply the user interface.
Chapter 4.
OPERATING SYSTEMS.
Directions: GO THROUGH THE FOLLWING SLIDES. Make sure you have quizlet cards for all the vocabulary. Study the terms GCFLearnFree website “Computer Basics”:
OS Architecture.
Computer Technology Day 3
Alice terms Chapter 3.
What is Computer Software?
Introduction to Computer Software
ICT Programming Lesson 3:
05 | Desktop Applications
System Software: Operating system, Utility Programs, & File Management
Digital Literacy 1.00 Computer Basics
3.1 System Software.
Computer Technology Day 3
Problem Solving and Computer Programming
Presentation transcript:

Software

What is software? Review: recall the difference between hardware and software (rigid vs. fluid) Software, in essence, is a set of instructions that tell your computer’s hardware how to behave

OS (The Operating System) Operating system: specialized software that coordinates all the activities among the hardware Contains instructions for running application software Also known as “platform” or “software platform” Programs that can be run on different operating systems are called “cross platform” applications The OS is basically the internal traffic cop for your computer

The User Interface The user interface is the portion of the system software that allows you to interact with data on your computer There are two types: GUI (Graphical User Interface) Command Line GUI is more user friendly (mouse, icons, windows, etc.) But the command line is faster

Application Software Application software: a set of programs that are designed to perform specific tasks for the user They serve to help users be more productive, not have to start from scratch every time Example categories of applications: (iPhone folders) Productivity Graphic design Home / personal / educational Communications

The First Program The first program to be stored in electronic memory was made on June 21st 1948 by a man named Tim Kilburn at the University of Manchester The program calculated the highest factors of the integer 262,144 (which is the 18th power of 2) This was done by a simple algorithm

So, let’s try writing a program … Exercise: Your little sister is home alone while you’re out at a baseball game. She’s so hungry but can’t cook anything. She calls you and asks for instructions on how to make a peanut butter and jelly sandwich. Write down exactly what you would tell your sister over the phone.

Basic Idea Computers are not that smart, but they are obedient When writing software/programs, you must be very detailed and precise as your computer will often crash if you do not specify what exactly it is supposed to do