Top Banner
SOFTWARE IE2 Presented by:
21
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: What is software?

SOFTWARE

IE2Presented by: 

Page 2: What is software?

SoftwareIt means computer

instructions or data. Anything that can be stored electronically is software.

Page 3: What is software?

Difference of a Software Engineer from a Programmer

A programmer creates the codes that make a program run, a software engineer creates the designs the programmer implements.

Page 4: What is software?

Categories of Software

Software is often divided into two categories :

\Operating System Application Software

Page 5: What is software?

Operating System and Application Software

A layer structure showing

where the operating system software and application software are situated while running on a typical desktop computer

Page 6: What is software?

Operating System

The Operating System is the most important program that runs on a computer. Every general-purpose computer must have an operating system to run other programs.

Page 7: What is software?

Operating System

Without a computer operating system a, computer and software programs would be useless.

Page 8: What is software?

Operating System

Page 9: What is software?

Operating System Types

GUI –Graphical User Interface Multi-user Multiprocessing Multitasking Multithreading

Page 10: What is software?

Graphical User Interface

A GUI Operating System contains graphics and icons and is commonly navigate too by using a computer mouse. Example : System7.x, Windows98, Windows CE

Page 11: What is software?

Multi-user

A multi-user operating system allows for multiple users to use the same computer at the same time and different

times. Example :Linux, Windows 2000,

Unix

Page 12: What is software?

Multiprocessing

An operating system capable of supporting and utilizing more than one computer processor.

Example: Linux, Windows 2000,Unix

Page 13: What is software?

Multitasking

An operating system that is capable of allowing multiple

software processes to run at the same time.

Example :Unix, Windows 2000

Page 14: What is software?

Multithreading

Operating systems that allow different parts of a software

program to run concurrently.

Example :Linux, Windows 2000,Unix

Page 15: What is software?

Operating System

Page 16: What is software?

Basic Tasks of an Operating System

Recognizing input from the keyboardSending output to the display screenKeeping track of files and directories on the

diskControlling peripheral devices such as

disk drives and printers.

Page 17: What is software?

Applications Software

It is also called end-user programs.It includes programs that do real work

for users. It is the general designation of

computer programs for performing user tasks.

Page 18: What is software?

Applications Software

Figuratively speaking, applications software sits on

top of systems software because it is unable to run

without the operating system and system utilities.

Page 19: What is software?

Programs of an Applications Software

Database ProgramsGamesWeb Browsers Word ProcessingSpreadsheets

Page 20: What is software?

Categories of an Application Software

Vertical Application-designed for a particular type of organization.

Horizontal Application- are the most popular and widespread in departments or companies.

Page 21: What is software?

Conclusion

The operating system itself can be considered application software when performing simple calculating, measuring, rendering, and word processing tasks that not used to control

hardware via command-line interface or graphical user interface. This does not include application software bundled within

operating systems such as a software calculator or text editor.