software and tools for software development h system software h application software h software for...

36
Software and Tools for Software Development System Software Application Software Software for Software Development

Upload: harry-blankenship

Post on 11-Jan-2016

229 views

Category:

Documents


3 download

TRANSCRIPT

Page 1: Software and Tools for Software Development H System Software H Application Software H Software for Software Development

Software and Tools for Software Development

System Software Application Software

Software for Software Development

Page 2: Software and Tools for Software Development H System Software H Application Software H Software for Software Development

Software Growth

1000s of types of software products

now sold at local discount and even hardware stores like Lowes

price depends on demand and sophistication of product

Page 3: Software and Tools for Software Development H System Software H Application Software H Software for Software Development

System Software Programs

Supervisor Resident Transient

Manages Resources Controls

Input/Output Communications

WordProcessing

User

Application Programs

Systems Programs

RAM

On

Off

Hardware

Page 4: Software and Tools for Software Development H System Software H Application Software H Software for Software Development

Operating Systems Manage resources (files,memory) control input and output processes lets user put in commands

Page 5: Software and Tools for Software Development H System Software H Application Software H Software for Software Development

MS-DOS (PC-DOS) Microsoft Windows OS/2 Macintosh System

7.5 UNIX/Linux

Commonly Used Operating Systems (OS)

Example DOS Commands

Dir DebugFormat FdiskAssign EdlinDiskcopy Diskcomp

Page 6: Software and Tools for Software Development H System Software H Application Software H Software for Software Development

OS Classification Single User Single Tasking Multitasking Multi-user Multiprocessing

Page 7: Software and Tools for Software Development H System Software H Application Software H Software for Software Development

Memory Management by OS Buffer Random Access Memory (RAM) Virtual Memory Paging Swapping Thrashing

Page 8: Software and Tools for Software Development H System Software H Application Software H Software for Software Development

Other important OS functions Printing Spooling Device Driver Management Interrupt Processing Security Administration

Page 9: Software and Tools for Software Development H System Software H Application Software H Software for Software Development

Application Software and Packages Software that solves a specific

problem makes the computer useful special-purpose to general purpose Billion dollar business productivity, graphics, business,

personal info, video, engineering, sound

Page 10: Software and Tools for Software Development H System Software H Application Software H Software for Software Development

So Much More

Advantages and Disadvantages of Suites

Accounting Programs Paint Programs versus Draw Programs

CAD and CAM Computer-Generated Animation

Home Entertainment

Page 11: Software and Tools for Software Development H System Software H Application Software H Software for Software Development

Integrated Packages and Software Suites integrated packages - combines

word processing, spreadsheet, dB and graphics into one ( Microsoft Works, ClarisWorks, LotusWorks)

price, common environment are advantages

less features or versatility are disadvantages

Page 12: Software and Tools for Software Development H System Software H Application Software H Software for Software Development

Integrated Packages and Software Suites a suite is a collection of full-

featured, stand-alone productivity products ( Microsoft Office, Lotus SmartSuite, and PerfectOffice)

common structure and interface are advantages

more expensive and more disk space are disadvantages

Page 13: Software and Tools for Software Development H System Software H Application Software H Software for Software Development

Other Software Applications PIM

Contact Management Calendar and Schedule Management Task and Project Management Mail Merge and Print

LotusWorks

WeeklySchedule

Page 14: Software and Tools for Software Development H System Software H Application Software H Software for Software Development

More Software Applications

Accounting and Personal Finance

Painting, Drawing, and Photo-Editing

CAD and CAM

Page 15: Software and Tools for Software Development H System Software H Application Software H Software for Software Development

Accounting Programs

large firms automatically computerized accounting but for small firms it was to costly

today with more affordable software like QuickBooks, DacEasy and Solomon, small firms enjoy the same productivity

Page 16: Software and Tools for Software Development H System Software H Application Software H Software for Software Development

Personal Finance Programs keep track of checking accounts,

saving accounts, loan balances financial calculators, categorize

expenses, print check Quicken by Intuit, Microsoft Money

Page 17: Software and Tools for Software Development H System Software H Application Software H Software for Software Development

Painting Programs

paint programs use a technique called bit mapping

turn on individual pixels pixel is a picture element every monitor is made up of pixel the number of pixels on the screen

is called the resolution

Page 18: Software and Tools for Software Development H System Software H Application Software H Software for Software Development

Painting

can create freehand images on the screen or use the prepared shapes

good for creative artists PC paintbrush

Page 19: Software and Tools for Software Development H System Software H Application Software H Software for Software Development

Draw

Instead of turning on individual picture elements, draw programs use vector graphics (i.e. do their drawing with vectors)

objects are created with vectors that can be move around or erased easily

CorelDraw, Adobe Illustrator and Claris MacDraw

Page 20: Software and Tools for Software Development H System Software H Application Software H Software for Software Development

Presentation Graphics

software for making and delivering presentations

Microsoft PowerPoint, Adobe Freelance

Page 21: Software and Tools for Software Development H System Software H Application Software H Software for Software Development

Photo Editing

like a picture created with a high-resolution paint program, a digitized photograph or a photograph captured with a digital camera is a bit-mapped image

digital image processing software allows you to manipulate images

Adobe Photoshop

Page 22: Software and Tools for Software Development H System Software H Application Software H Software for Software Development

Photo Editing

can remove “red” eye, remove imperfections

crop, distort, combine photographs create fabricated images that show

no evidence of tampering (tabloids) experts are questioning whether

photographs should be allowed as evidence in courts

Page 23: Software and Tools for Software Development H System Software H Application Software H Software for Software Development

3-D modeling Software

create three-dimensional objects objects can be rotated, stretched

and combined with other model objects to create 3-D scenes

used in modern films

Page 24: Software and Tools for Software Development H System Software H Application Software H Software for Software Development

CAD/CAM

Computer-Aided Design/Computer-Aided Manufacturing

3-D graphics engineers, designers and architects products range from computer chips

to public buildings when design in completed, translated

directly into template for manufacturing

Page 25: Software and Tools for Software Development H System Software H Application Software H Software for Software Development

Animation

creating motion form still pictures create frame by frame computer automates the repetitive

process instead of drawing every frame,

can create key frames and objects and the software fills in the gaps

added 3-D

Page 26: Software and Tools for Software Development H System Software H Application Software H Software for Software Development

More Software Applications

Page 27: Software and Tools for Software Development H System Software H Application Software H Software for Software Development

More Software Applications

Page 28: Software and Tools for Software Development H System Software H Application Software H Software for Software Development

And More Software Applications

Animation Graphics- Morphing

Home Entertainment

Page 29: Software and Tools for Software Development H System Software H Application Software H Software for Software Development

Digitized Video

a hardware circuit board on a computer accepts input from a TV or VCR and converts the images to digital format at a rate of of between 15 and 30 frames a second, capturing full-motion video

full-motion video - a term applied to video movies that can be edited and shown on a computer after being digitized

Page 30: Software and Tools for Software Development H System Software H Application Software H Software for Software Development

Digitized Video

QuickTime for Macs, Windows and Video

once the video clips are digitized they can be edited, morphed, cropped just like other images

heavy hardware demands - LARGE hard disk

good data compression

Page 31: Software and Tools for Software Development H System Software H Application Software H Software for Software Development

The Synthetic Musician

sound can be digitized - digitally recorded or synthesized - synthetically generated

sound card any sound can be captured with an

audio digitizer and stored as a data file

to play a digitized sound, convert to analog and play through a speaker

Page 32: Software and Tools for Software Development H System Software H Application Software H Software for Software Development

Software for Developing Software Programming Languages Design Tools Computer Aided Software

Engineering

Page 33: Software and Tools for Software Development H System Software H Application Software H Software for Software Development

Programming Development

Define the Problem Develop an Algorithm

Code the Program Test the Program

Prepare Documentation

Start

Input Data

Process

Output Infor.

Stop

Page 34: Software and Tools for Software Development H System Software H Application Software H Software for Software Development

Programming Languages

BASIC COBOL FORTRAN Pascal C

Object-Oriented C++ Visual BASIC

call random-seedwrite (*,’(a)’)’Pick a card.’

Let X = 5Print X

SELECT CASE value CASE IS = 1 Print “Hello”;

Page 35: Software and Tools for Software Development H System Software H Application Software H Software for Software Development

Program instructions written in a

programming language to solve a problem

many programming languages each has its own strengths

compiled or interpreted

Page 36: Software and Tools for Software Development H System Software H Application Software H Software for Software Development

Questions?