Fundamentals of Computer Hardware & software

Slides:



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

Information Systems Today: Managing in the Digital World
Software Homework questions.
What is an operating system? Is it software?
 Prof. Dr. M. H. Assal Introduction to Computer AS 26/10/2014.
User Interface. What is a User Interface  A user interface is a link between the user and the computer. It allows the user and the computer to communicate.
 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. 
UNIX Chapter 01 Overview of Operating Systems Mr. Mohammad A. Smirat.
Two Broad Categories of Software
Operating Systems: Software in the Background
55 CHAPTER SYSTEM SOFTWARE. © 2005 The McGraw-Hill Companies, Inc. All Rights Reserved. 5-2 Competencies Describe the differences between system software.
Chapter 3 Software Two major types of software
Computer Software.
SOFTWARE.
TC2-Computer Literacy Mr. Sencer February 8, 2010.
Chapter 4 Operating Systems and File Management. 4 Chapter 4: Operating Systems and File Management 2 Chapter Contents  Section A: Operating System Basics.
Lesson 6 Operating Systems and 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.
Fundamentals of Computer Hardware & software
Type of Software There are two main types of software They are System software Application software Hardware System Software (OS) Application Software.
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.
Information Technology
Software Prepared By: Sir Mazhar Chapter No 5.
Computer Programming Software. Two Basic Classifications System / Application Software.
Chapter 2 – Software Part A. Definition Computer is made up of two components Hardware Physical components Software Instructions for the computer Two.
SOFTWARE: the power behind the machine By Mrs. Gonzales.
Software.
Software Writer:-Rashedul Hasan Editor:- Jasim Uddin.
Chapter 4 System Software. Software Programs that tell a computer what to do and how to do it. Sets of instructions telling computers to perform actions.
Computer Fundamentals MSCH 233 Lecture 2. What is a Software? Its step by step instructions telling the computer how to process data, execute operations.
INFORMATION TECHNOLOGY Grade 9 - Oral Quiz. Question Options
1 The Five Parts of an Information System
© Paradigm Publishing Inc. 4-1 OPERATING SYSTEMS.
Fundamentals of Hardware and Software 1. Distinguish between systems programs and application programs 2 System software - This software is usually called.
Software refer to all the programs that can be run on the computer.
Computer Software Types Three layers of software Operation.
Software AS Module Heathcote Ch.20. Importance of Information  Information technology is fundamental to the success of any business  The information.
Software Rashedul Hasan. Software Instructions and associated data, stored in electronic format, that direct the computer to accomplish a task. Instructions.
Types of Software Chapter 2.
WHAT IS HARDWARE ? Computer hardware is the collection of physical elements that comprise a COMPUTER SYSTEM LIKE A MOUSE, MONITOR, KEYBOARD, SPEAKER MICROPHONE,
Copyright © 2003 by Prentice Hall 1 Computers: Tools for an Information Age Chapter 3 Operating Systems: Software in the Background BSM025 Computers.
Mr L Challenor ICT Teacher BTEC IT Unit 02 - Lesson 06 Computer Software.
System SOFTWARE.
Allows the user and the computer to communicate with each other.
INTRO. To I.T Razan N. AlShihabi
Operating System and Utility Programs
Introduction to comp. and prog. CS 101 G 964
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
2. OPERATING SYSTEM 2.1 Operating System Function
11.10 Human Computer Interface
Chapter 5: Using System Software
Software, O/S & Interfaces
Introduction to Operating System (OS)
Chapter 3 Software Interfaces.
Computer Technology Notes #3
5 SYSTEM SOFTWARE CHAPTER
Computers Are Your Future
5 SYSTEM SOFTWARE CHAPTER
National Diploma in Computer Studies
5 SYSTEM SOFTWARE CHAPTER
Software, O/S & Interfaces
What is Computer Software?
Introduction to Computer Software
SOFTWARE TECHNOLOGIES
Chapter 3 – Operating Systems
Software - Operating Systems
Chapter-1 Computer is an advanced electronic device that takes raw data as an input from the user and processes it under the control of a set of instructions.
Presentation transcript:

Fundamentals of Computer Hardware & software

Software Distinguish between the two categories of software. Define application software Give examples of types of application software Explain the terms General-purpose Integrated Specialised Customised Custom-written

Software Categories Application Software System Software These are programs developed to carry out specific tasks or solve particular problems. System Software Manages and supports the resources and operations of a computer system. It enables the running of application software and management of system resources.

Application Software Examples include: Entertainment software Home & personal software Productivity software Specialist software

General-purpose software Also called “off-the-shelf” Not written for any specific business or organization but can be used or adapted to suit their specific needs. Usually well tested Relatively cheap Example Spreadsheet and word-processing packages.

Integrated software A set of related programs combined in a unified package that allows data to be transferred easily between the programs. Main advantage is the ease with which data can be transferred from one component to another using a cut/copy-paste operation. Examples Microsoft Office, Microsoft Works, Sun OpenOffice, iWorks

Specialised software Software written for a specific task rather than for a broad application area. Example payroll, expert systems, accounting programs, theatre and airline booking systems

Customised software General-purpose software which has been modified to meet the needs of an individual or organization better. Customized through the use of special codes or macros (which are short programs written to automate several steps in software) Usually written by experienced end users of the program.

Custom-written software (tailor-made) Written by programmers within a company or contracted out to a software house to meet the specific needs of a company. Every company is unique and may have unique needs, so a solution tailored to achieve the company’s goals, based on their specialized requirements offers advantages when compared to general-purpose packages.

System Software There are two major categories of system software: Operating System Utility programs One textbook has a third… Language translators

Operating System A set of programs managing the operations of a computer, without which the computer cannot function. the term ‘booting’ refers to the process of loading the operating system into a computer’s main memory from disk. It remains in the main memory until the computer is turned off.

Types of Operating System Linux Microsoft Windows MSDOS OSX OS/2 Microsoft NT Server Unix

Functions of the OS Managing computer resources Managing files and memory Maintaining security Managing tasks Multitasking (concurrent processes – running at the same time) Multiprogramming Multiprocessing Time-sharing Batch Processing Real-time processing Providing a user interface

User Interfaces Command-driven Menu-driven Graphical (GUI or WIMP) User enters a command by typing in codes or words. Menu-driven Allows the use of either a mouse, cursor-keys or keyboard to make a selection from a menu. Graphical (GUI or WIMP) Windows Icons Menus Pointers Use graphic images, menus and keystrokes to choose commands, start programs, folders, files, tasks, procedures .