software theory presentation

34
Software Theory 2 Diploma 5 14 August 2007 Alex Murch Marangu TC

Upload: alexmurch

Post on 20-Dec-2014

1.062 views

Category:

Technology


0 download

DESCRIPTION

 

TRANSCRIPT

Page 1: Software Theory Presentation

Software Theory

2 Diploma 5

14 August 2007

Alex Murch

Marangu TC

Page 2: Software Theory Presentation

2

What is software?

• Software is a set of instructions that works with computer hardware to perform tasks. These tasks are also called “operations.”

HardwareSoftwareYou (the user)

Page 3: Software Theory Presentation

3

Software is like a cassette…

Software

Page 4: Software Theory Presentation

4

Types of software

1. System software– Operating system (O.S.)– Basic input/output system (BIOS)

2. Application software– Word processing– Spreadsheet– Database

Page 5: Software Theory Presentation

5

System Software

CPU

Hard Disk

Memory

MonitorMouse

Keyboard

Scanner

CameraApplication Software

Software working with hardware

Page 6: Software Theory Presentation

6

Basic input/output system

• The software that tests hardware on startup, starts the operating system and supports the transfer of data among hardware devices– Stored in read-only memory– Almost invisible to regular users

Page 7: Software Theory Presentation

7

Operating System

• The software that controls the allocation and usage of hardware resources such as memory, central processing unit (CPU) time, disk space and peripheral devices

Page 8: Software Theory Presentation

8

O.S. Examples

• Microsoft Windows (95, 98, ME, 2000, XP)

• Linux

• UNIX

• Solaris*

Page 9: Software Theory Presentation

9

Functions of the O.S.

• Coordinate processing

• Manage system memory

• Control peripheral devices– (monitor, mouse, keyboard, etc)

• Looks for problems (malfunctions)

• Manages files on the hard disk drive

Page 10: Software Theory Presentation

10

O.S. Classification (1/4)

• Real-time operating system (R.T.O.S.)– Exact timing of operations

Page 11: Software Theory Presentation

11

O.S. Classification (2/4)

• Single user, single task– Simple devices like cell phones

Page 12: Software Theory Presentation

12

O.S. Classification (3/4)

• Single user, multi-tasking– Allows user to do many things at one time– Used with most desktop and laptop computers– Example: Windows XP

Single user, multi-tasking O.S.

1 user 1 computer

Word processor

Spreadsheet

Picture editor

Internet browser

Many tasks

Page 13: Software Theory Presentation

13

O.S. Classification (4/4)

• Multi-user operating system– Many users share system resources– Example: Solaris thin client

Multi-user O.S.

Page 14: Software Theory Presentation

14

Discussion

What is the BEST kind of operating system?

Page 15: Software Theory Presentation

15

Application Software

• Where does it fit in?

Computer Hardware

BIOS

Operating System

Application Software

You (the user)

Page 16: Software Theory Presentation

16

Types of Application Software

• Word processor• Spreadsheet• Presentation• Database• Email client• Web browser

• Desktop publishing• Accounting• Web development• Graphics and imaging• Programming• Etc…

Page 17: Software Theory Presentation

17

Word Processor Software

• Microsoft Word

• OpenOffice.org Writer*

• StarWriter

• Lotus Ami Pro

• Corel WordPerfect

Page 18: Software Theory Presentation

18

Spreadsheet Software

• Microsoft Excel

• OpenOffice.org Calc*

• StarCalc

• Quattro Pro

• Lotus 1-2-3

Page 19: Software Theory Presentation

19

Presentation Software

• Microsoft PowerPoint

• OpenOffice.org Impress*

• StarImpress

• KPresenter

Page 20: Software Theory Presentation

20

Database Software

• Microsoft Access

• OpenOffice.org Base*

• MySQL

• Sybase

• Oracle

• FileMaker

Page 21: Software Theory Presentation

21

Web Browser Software

• Mozilla Firefox

• Opera

• Netscape Navigator

• Safari

• Microsoft Internet Explorer

Page 22: Software Theory Presentation

22

Graphical User Interface (G.U.I.)

• Most application software uses a G.U.I.

• Definition:– A graphical user interface is a visual

environment that represents programs, files and options with graphical images on the screen

Page 23: Software Theory Presentation

23

G.U.I. Example

Page 24: Software Theory Presentation

24

Advantages of G.U.I.

• Less work for the user– User can simply point and click with the mouse

• Easier/faster to learn

• Hides program complexity from the user

• Simplifies multi-tasking– Easy to perform multiple tasks at once

Page 25: Software Theory Presentation

25

Disadvantages of G.U.I.

• Not all software functions are available

• Slower performance– Text-based systems work faster

Page 26: Software Theory Presentation

26

Free / Open Source Software

• What is it?– Software that is freely available for use– Design engineering is transparent

• Not patented and not for profit

• Example– OpenOffice.org

• Discussion: Why use open source software?

Page 27: Software Theory Presentation

27

Software Development Cycle

Analysis

Design

Programming

Testing

Implementation

Further Development

Page 28: Software Theory Presentation

28

Software Analysis

• Software project outline

• Discussions with software users

• Work is performed by systems analysts

Page 29: Software Theory Presentation

29

Software Design

• Project is broken down into smaller sections– And even smaller sub-sections

• Detailed specifications are created

• Programming language is selected

• Work is performed by systems analysts

Page 30: Software Theory Presentation

30

Programming

• Software design is programmed

• Specific programming language is used

• Work is performed by programmers

Page 31: Software Theory Presentation

31

Testing

• Complete testing of all program functions

• Errors (bugs) are noted and reported back to– Systems analysts who check program logic– Programmers who check syntax

Page 32: Software Theory Presentation

32

Implementation

• Software is installed for use

• Usually starts with group of advanced users– Small group size– Called a “pilot group”

• Errors are reported back to analysts and programmers

Page 33: Software Theory Presentation

33

Further Development

• After software is released to a large group of users

• More error/bug fixing

• Design/efficiency improvements

Page 34: Software Theory Presentation

34

Discussion

1. How is the software development cycle like lesson planning?

2. Compare open source software to lesson plans – are there advantages to sharing your work?