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
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. 
Chapter 6 Review System Software: Operating Systems and Utilities.
UNIX Chapter 01 Overview of Operating Systems Mr. Mohammad A. Smirat.
Software: Systems and Application Software
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
Course: Introduction to Computers
Systems Software Operating Systems.
Computer Software.
SOFTWARE.
Lesson 4 Computer Software
Lesson 4: What Is Software?
How do people communicate with computers?
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.
Type of Software There are two main types of software They are System software Application software Hardware System Software (OS) Application Software.
AS Computing Software definitions.
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.
4 - 1 Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved.
Information Technology
 2002 Prentice Hall Chapter 4 Software Basics: The Ghost in the Machine.
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.
Chapter 4: System Software The Power Behind the Computer.
Types of Software Module 5.12.
© 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.
Foundation year Lec.3: Computer SoftwareLec.3: Computer Software Lecturer: Dalia Mirghani Year: 2014/2015.
Software refer to all the programs that can be run on the computer.
Copyright©2008 N.AlJaffan®KSU1 Chapter 7 Operating System and Utility Programs.
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.
Principles of Information Systems, Sixth Edition Software: Systems and Application Software Chapter 4.
By Shreya Mozumdar 6B.  An operating system (OS) is a program that, after being loaded onto the computer, manages all the other programs on the computer.
Chapter 3: Software Explain the difference between systems software and application software
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.
Computer software: There are at least six step developmental procedures the programmer: Define problem Make or buy decision Design program Code program.
Systems Software. Systems software Applications software such as word processing, spreadsheet or graphics packages Operating systems software to control.
Graphical User Interfaces (GUI’s ). & Command-Line Interfaces.
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.
Allows the user and the computer to communicate with each other.
Nature & Types of Software
Software, O/S & Interfaces
5 SYSTEM SOFTWARE CHAPTER
5 SYSTEM SOFTWARE CHAPTER
5 SYSTEM SOFTWARE CHAPTER
Software, O/S & Interfaces
What is Computer Software?
Introduction to Computer Software
SOFTWARE TECHNOLOGIES
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.
Fundamentals of Computer Hardware & software
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 .