Top Banner
Software Information Systems and Management
17

Software Information Systems and Management. Software Computer programs: A sequence of instructions for the computer. Systems Software The set of programs.

Jan 03, 2016

Download

Documents

Margery French
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 Information Systems and Management. Software Computer programs: A sequence of instructions for the computer. Systems Software The set of programs.

Software

Information Systems and Management

Page 2: Software Information Systems and Management. Software Computer programs: A sequence of instructions for the computer. Systems Software The set of programs.

SoftwareComputer programs:

A sequence of instructions for the computer.

Systems Software

The set of programs designed to coordinate the activities and functions of the hardware and various programs throughout the computer system.

Applications Software

Programs that help users solve their particular computer problems

Page 3: Software Information Systems and Management. Software Computer programs: A sequence of instructions for the computer. Systems Software The set of programs.

Systems Software• Operating Systems (OS)

A set of computer programs that controls the computer hardware and acts as an interface with application programs

• User InterfaceThe element of the OS that allows individuals to access and command the computer system.

• Graphical User Interface (GUI)

Uses icon and menus to send commands

Page 4: Software Information Systems and Management. Software Computer programs: A sequence of instructions for the computer. Systems Software The set of programs.

Memory Management• Controls how memory is accessed

• Virtual Memory– Allocate space on the hard drive to

supplement primary memory capacity

• Paging– Process of swapping programs or

parts of programs between primary memory and the hard drive

Page 5: Software Information Systems and Management. Software Computer programs: A sequence of instructions for the computer. Systems Software The set of programs.

Capabilities• Multitasking

– More than one task resident in PC primary memory

• Time-Sharing– More than one person can use the

computer at the same time

• Scalability– The ability of the computer to handle an

increasing number of concurrent users

Page 6: Software Information Systems and Management. Software Computer programs: A sequence of instructions for the computer. Systems Software The set of programs.

Computers and Humans

• Computers– Fast

– Accurate

– Dumb

• Humans– Slow

– Innacurate

– Smart

Page 7: Software Information Systems and Management. Software Computer programs: A sequence of instructions for the computer. Systems Software The set of programs.

More Capability• Network Capability

– Aids users in connecting to a network

• Access to System Resources– User identification and passwords

• File Management– Ensure files in secondary storage are

available when needed– Ensures files are protected from

unauthorized access

Page 8: Software Information Systems and Management. Software Computer programs: A sequence of instructions for the computer. Systems Software The set of programs.

Even More Capability

• Virus detection

• File compression

• Spam and pop-up blockers

• Middleware: software that allows different systems to communicate and transfer data back and forth

Page 9: Software Information Systems and Management. Software Computer programs: A sequence of instructions for the computer. Systems Software The set of programs.

Application Software

Page 10: Software Information Systems and Management. Software Computer programs: A sequence of instructions for the computer. Systems Software The set of programs.

Proprietary Software

A one-of-a-kind program for a specific application, usually developed and owned by a single company

Page 11: Software Information Systems and Management. Software Computer programs: A sequence of instructions for the computer. Systems Software The set of programs.

Off-the-Shelf Software

Existing software program that is purchased

• Must meet 90% of functional requirements

• Sports Jacket

Page 12: Software Information Systems and Management. Software Computer programs: A sequence of instructions for the computer. Systems Software The set of programs.

Personal Application Software

• Software Suite– A collection of application programs

packaged in a bundle

• Workgroup Application Software– Software that supports teamwork even in

multiple locations

• Enterprise Application Software– ERP

Page 13: Software Information Systems and Management. Software Computer programs: A sequence of instructions for the computer. Systems Software The set of programs.

Programming Languages

Sets of keywords, symbols, and a system of rules for constructing statements by which humans can communicate instructions to be executed by a computer.

Page 14: Software Information Systems and Management. Software Computer programs: A sequence of instructions for the computer. Systems Software The set of programs.

The Evolution of Programming Languages

1. Machine Language– Consists of 1s and 0s– The only language computers understand

2. Assembly language– Substitutes mnemonics or macros for

numeric code

3. Third Generation (Procedure Oriented)

4. Fourth Generation (Event based)

5. 5GL (Incorporates AI)

Page 15: Software Information Systems and Management. Software Computer programs: A sequence of instructions for the computer. Systems Software The set of programs.

Language Translation

• Source Code

• Object Code

• Compiler

• Interpreter

Page 16: Software Information Systems and Management. Software Computer programs: A sequence of instructions for the computer. Systems Software The set of programs.

Software Crisis

• Excess Demand

• Development Backlog

• Hidden Backlog

• Can 4GL’s Help

• Why the Hesitation

• No Standards

• Erodes Organizational Power

Page 17: Software Information Systems and Management. Software Computer programs: A sequence of instructions for the computer. Systems Software The set of programs.

Software

Information Systems and Management