Top Banner
SOFTWARE: the power behind the machine By Mrs. Gonzales
38
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: SOFTWARE: the power behind the machine By Mrs. Gonzales.

SOFTWARE:the power behind the machine

By Mrs.

Gonzales

Page 2: SOFTWARE: the power behind the machine By Mrs. Gonzales.

WHAT IS SOFTWARE?

Software is the general name given to all the programs (set of instructions) that the computers use to perform different tasks.

Page 3: SOFTWARE: the power behind the machine By Mrs. Gonzales.

TYPES OF SOFTWARE. (MONDAY)

These are programs developed to carry out specific tasks or solve problems.

They include entertainment software such as games, home or personal software such as CD-ROM encyclopaedias, productivity software such as Word processing and spreadsheet packages, and specialist software such as desktop publishing and graphics packages.

This is software that manages and supports the resources and operations of a computer system.

It enables the running of application software and the management of the system resources.

Application Software

System Software

Page 4: SOFTWARE: the power behind the machine By Mrs. Gonzales.

APPLICATION SOFTWARE Application software can also be categorised

as follows:

1) General-purpose software2) Integrated software3) Specialised software4) Customised software5) Custom-written software

Page 5: SOFTWARE: the power behind the machine By Mrs. Gonzales.

GENERAL-PURPOSE SOFTWARE

This is software that is not written for any specific business or organisation but can be used or adapted to suit their specific needs.

• Students’ Report

• Business Accounting

SPREADSHEETS

• Letters to Parents

• Business Memo

WORD PROCESSING

Page 6: SOFTWARE: the power behind the machine By Mrs. Gonzales.

INTEGRATED SOFTWARE

This is a set of related programs combined in a unified package that allows data to be transferred easily between the programs.

Microsoft Office

Open Office

People Soft iWork

Page 7: SOFTWARE: the power behind the machine By Mrs. Gonzales.

SPECIALIZED SOFTWARE

This is a software that is written for a specific task rather than for a broad application area.

These programs provide facilities specifically for the purpose for which they were designed.

Page 8: SOFTWARE: the power behind the machine By Mrs. Gonzales.

WORD PROCESSING PACKAGES

Page 9: SOFTWARE: the power behind the machine By Mrs. Gonzales.

SPREADSHEET PACKAGES

Page 10: SOFTWARE: the power behind the machine By Mrs. Gonzales.

DATABASE PACKAGES

Page 11: SOFTWARE: the power behind the machine By Mrs. Gonzales.

CUSTOMISED SOFTWARE

This refers to general-purpose software which has been modified to meet the needs of an individual or organisation.

These packages are customised through the writing of code or macros.

Page 12: SOFTWARE: the power behind the machine By Mrs. Gonzales.

CUSTOM-WRITTEN SOFTWARE

This is software written to meet the specific needs of a company, which is, a solution that is tailored to achieve a company’s goals, based on their specialised requirements.

These are written by programmers.

Page 13: SOFTWARE: the power behind the machine By Mrs. Gonzales.

SYSTEM SOFTWARE It enables the

running of application software and the management of the system resources.

Three major categories of system resources:

Operating system Utility programs Language

translators

Page 14: SOFTWARE: the power behind the machine By Mrs. Gonzales.

SYSTEM SOFTWARE System software

acts as a buffer between the hardware and application software.

The diagram shows a conceptual arrangement of hardware, system software, application software and the user.

UserApplication Software

System Software

UtilitiesOperating

System

Hardware

Language Translators

Page 15: SOFTWARE: the power behind the machine By Mrs. Gonzales.

OPERATING SYSTEM

An operating system is a set of programs that governs the operation of a computer.

For most PCs and larger computers, the operating system is switched on as soon as you turn on, or ‘boot’, the computer.

BOOTING

This is the process of loading operating system software into a computer’s main memory from disk.

The operating system remains in main memory until the computer is turned off.

Page 16: SOFTWARE: the power behind the machine By Mrs. Gonzales.

Types of operating systems

Older Operating systems include the following:

MS-DOS Windows 3.X Windows 95 Windows 98 Windows ME Windows 2000

Operating systems in use today include the following:

Windows XP Windows NT Windows Vista Windows 7 Apple Operating Systems

– (OS9 and OSX) OS/2 Linux Unix

Page 17: SOFTWARE: the power behind the machine By Mrs. Gonzales.

Functions of the operating system

The function of an operating system depends on the size and complexity of the computer system.

Examples of systems: Single user Multi-access system

Functions:

Managing computer resources

Managing files and memory

Maintaining security Managing tasks Multiprocessing Online processing Providing a user

interface

Page 18: SOFTWARE: the power behind the machine By Mrs. Gonzales.

USER INTERFACES

There are three types of user interfaces, both for operating systems and application software:

Command-driven interface Menu-driven interface Graphical user interface

Page 19: SOFTWARE: the power behind the machine By Mrs. Gonzales.

COMMAND-DRIVEN INTERFACE

Page 20: SOFTWARE: the power behind the machine By Mrs. Gonzales.

MENU-DRIVEN INTERFACE

Page 21: SOFTWARE: the power behind the machine By Mrs. Gonzales.

GRAPHICAL USER INTERFACE

Page 22: SOFTWARE: the power behind the machine By Mrs. Gonzales.

THE WINDOWS DESKTOP (XP)

Page 23: SOFTWARE: the power behind the machine By Mrs. Gonzales.

THE WINDOWS DESKTOP (VISTA)

Page 24: SOFTWARE: the power behind the machine By Mrs. Gonzales.

THE WINDOWS DESKTOP (7)

Page 25: SOFTWARE: the power behind the machine By Mrs. Gonzales.

THE WINDOWS DESKTOP (7)

Page 26: SOFTWARE: the power behind the machine By Mrs. Gonzales.

FILE MANAGEMENT OPERATIONS USING WINDOWS

Naming a file

Directories or folders

Windows Explorer

Page 27: SOFTWARE: the power behind the machine By Mrs. Gonzales.

NAMING A FILE

Each file on your computer has to be given a name to identify it.

A file name usually consists in DOS can be no longer than eight characters; file names in later operating systems can be much longer.

A file name usually consists of two parts: the name and the extension, separated by a dot. The extension tells you and the computer what type of type of file it is. (Refer to handout)

Example: records.doc

Page 28: SOFTWARE: the power behind the machine By Mrs. Gonzales.

DIRECTORIES OR FOLDERS

The root drive of the hard disk is C:\

For a floppy disk the drive is A:\

For CD/ROM drive is D:\

For flash drives and additional devices connected through USB is E:\ or F:\ or G:\ and so on.

Page 29: SOFTWARE: the power behind the machine By Mrs. Gonzales.

DIRECTORIES OR FOLDERS

When we continuously add files to the disk they can eventually become complicated to locate especially if there is a long list of files to look through.

We can keep files of a certain type together so they can be easily accessed. This is done by storing them in a directory or folder.

These are used to hold documents, programs, files and even further subdirectories and folders.

Page 30: SOFTWARE: the power behind the machine By Mrs. Gonzales.

DIRECTORIES OR FOLDERS

Page 31: SOFTWARE: the power behind the machine By Mrs. Gonzales.

DIRECTORIES OR FOLDERS

Page 32: SOFTWARE: the power behind the machine By Mrs. Gonzales.

WINDOWS EXPLORER

Windows Explorer is a utility program that allows easy navigation.

This utility is used for file management functions in Windows operating systems.

It can be used to move, copy, rename, duplicate and delete files, and to browse through the directory.

Windows Explorer displays the file structure in a hierarchical ‘tree’.

Page 33: SOFTWARE: the power behind the machine By Mrs. Gonzales.

WINDOWS 98 EXPLORER WINDOW

Page 34: SOFTWARE: the power behind the machine By Mrs. Gonzales.

WINDOWS XP EXPLORER WINDOW

Page 35: SOFTWARE: the power behind the machine By Mrs. Gonzales.

WINDOWS VISTA EXPLORER WINDOW

Page 36: SOFTWARE: the power behind the machine By Mrs. Gonzales.

WINDOWS 7 EXPLORER WINDOW

Page 37: SOFTWARE: the power behind the machine By Mrs. Gonzales.

UTILITY PROGRAMS

Utility programs are system software programs which provide useful services, such as performing common tasks and ‘housekeeping’ routines.

Functions performed by utility programs:

Backup File defragmentation Disk repair Virus protection Language

translators

Page 38: SOFTWARE: the power behind the machine By Mrs. Gonzales.

UTILITIES

Windows Disk Defragmenter in System tools