Introduction to Software Software. Types of software Click on each type of software to find out what it does.

Slides:



Advertisements
Similar presentations
IT Technical Support South Nottingham College. Aims Knowledge of the Registry Discuss the tools available to support a technician Gain an understanding.
Advertisements

Purpose of the Main Components of an Information System Hardware, Software and Communication Links.
 Prof. Dr. M. H. Assal Introduction to Computer AS 26/10/2014.
© Vera Castleman Software Grade 10. What is software? A program is a collection of instructions to do a job. Programs are collectively known as SOFTWARE.
Lesson 6 Software and Hardware Interaction
Operating Systems: Software in the Background
©TheMcGraw-Hill Companies, Inc. Permission required for reproduction or display. COMPSCI 125 Introduction to Computer Science I.
Chapter 3 Software Two major types of software
Selection and use of appropriate software: Applications software
I Information Systems Technology Ross Malaga 3 "Part I Understanding Information Systems Technology" Copyright © 2005 Prentice Hall, Inc. 3-1 SOFTWARE.
Course: Introduction to Computers
What are computers? Computers are machines that perform tasks or calculations according to a set of instructions, or programs. The first fully electronic.
Microsoft Visual Basic 2005 CHAPTER 1 Introduction to Visual Basic 2005 Programming.
1GMS-VU : Module 2 Introduction to Information and Communication Technologies Module 2 Computer Software.
TC2-Computer Literacy Mr. Sencer February 8, 2010.
Hardware vs. Software Computer systems consist of both hardware and software. Hardware refers to anything you can physically touch. Keyboards, mice, monitors,
Section 8.2. Classification of Software
SOFTWARE.
A-Level Computing types and uses of software. Objectives Know that software can be split into different categories Know what each type of software is.
Software Introduction
Fundamentals of Computer Hardware & software
AS Computing Software definitions.
Introduction to Computing Chapter 2 – Part 2 Industry of Computing William Johnson Julia Benson-Slaughter
1 AQA ICT AS Level © Nelson Thornes 2008 Operating Systems What are they and why do we need them?
Software What is software? Software is a general name given to all programs that can run on computer hardware such as spreadsheet. There are two types.
A Definitive View Of Components by RobRenfrew. . The following information has been obtained from and is being used for educational.
SOFTWARE: the power behind the machine By Mrs. Gonzales.
Software Software consists of the instructions issued to the computer to perform specific tasks. –The software on a computer system refers to the programs.
Information Technology Software. SYSTEM SOFTWARE.
Unit R005: Understanding Computer Systems Introduction System Software Software (i.e., programs) used to control the hardware directly Used to run the.
14/10/20151 Software custom-written, off-the-shelf, generic, system, applications, utility, integrated.
Visual C++ Programming: Concepts and Projects
1 Introduction to Information Systems Essentials for the Internetworked E-Business Enterprise C h a p t e r Computer Software 1.
INVITATION TO COMPUTER SCIENCE, JAVA VERSION, THIRD EDITION Chapter 6: An Introduction to System Software and Virtual Machines.
Mr Conti 28th March 2014 Lesson Aim To learn about different types of software that are produced for computer systems. Lesson Outcomes Good – will be able.
Intermediate 2 Software Development Process. Software You should already know that any computer system is made up of hardware and software. The term hardware.
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.
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.
VIRUS.
Computer Software & its Types Instructor : Adnan Iqbal Course : Introduction to Computer.
Chapter 3: Software Explain the difference between systems software and application software
HNC COMPUTING - COMPUTER PLATFORMS 1 Computer Platforms Week 3 Types of Software.
Software. Introduction n A computer can’t do anything without a program of instructions. n A program is a set of instructions a computer carries out.
9NL Ayomi Hasenclever.  You cant touch a software  It is stored in a computer or laptop  Allows the hardware to do something useful, without the software.
Unit 3 Computer Systems. What is software? unlike hardware it can’t be physically touched it’s the missing link between the computer hardware and the.
Introduction to Computers
Topic 2: Hardware and Software
1.Introduction In the previous section you were introduced to the 'brain' of the computer, namely the CPU. You also learned about different things which.
Nature & Types of Software
Computer Software Digital Literacy.
Introduction to Visual Basic 2008 Programming
Computer Software Digital Literacy.
Operating Systems What are they and why do we need them?
Introduction to Computers
Software Introduction
Unit I Flash Cards Start.
Lecture Topics: 11/1 General Operating System Concepts Processes
Introduction to Software
Software, O/S & Interfaces
Introduction to Computer Software
Types and components of a computer system
Ainsley Smith Tel: Ex
TOPIC: HARDWARE AND SOFTWARE
Software Lesson 3.
A very basic introduction
An Introduction to Operating Systems
Fundamentals of Computer Hardware & software
Chapter 1: Introduction to Computers and Programming
Presentation transcript:

Introduction to Software Software

Types of software Click on each type of software to find out what it does.

Operating system When a computer boots up, it loads its operating system. An operating system turns an assortment of electronic parts into a computer that we can use to do things. It acts as an interface (go between) between the different hardware devices and the user.

Most software we use is made by large companies who make generic software that we can use to do lots of different jobs. Applications software – generic If we buy a spreadsheet package, for instance, we can use it to keep track of what we spend, or to plot charts of temperatures in a science experiment.

Applications software – specialist We can also buy special purpose software that only does one job, like an accounts package or data logging software. It will do that job very well, but we can’t use it to do anything else. Flowol screen shots by kind permission of Data Harvest: Keep IT Easy, KITE.

If we have a very specialized job to do, we could have software specially written for it. Applications software – bespoke This is called bespoke software, and would be much too expensive for most people. The government had bespoke software written for the passport agency, for example. Another example is the software used for online university applications.

There is another group of software that does useful jobs, like checking for viruses. This is called utilities software. Utilities software Some utilities, such as file management software, are usually delivered with the operating system. Others, like firewalls and security software, come as separate packages. I get all the unglamorous jobs around here.

Programming software Java is mostly used for web sites All programs that run on a computer are written in programming code. A computer program gives the computer a list of instructions that it runs or executes. Some programming languages, like C++, are general purpose. Others are written for special purposes: Logo moves a screen turtle BASIC is designed to be easy to learn and use.

Which is which?

Summary Operating systems turn electronic parts into computers we can use. Applications software lets us perform the tasks we need to do. It cannot run without an operating system. Generic software is multi-purpose, such as spreadsheets. Specialist software has a single purpose, such as accounts. Bespoke software is specially written, like passport application processing. Utilities software does useful things like checking for viruses. All the software packages above are written in code which is generated by programming software.