management information systems

14
Computer Software

Upload: az00z

Post on 27-Jan-2015

842 views

Category:

Technology


0 download

DESCRIPTION

by zoozy

TRANSCRIPT

Page 1: Management information systems

Computer Software

Page 2: Management information systems

Define the Software and Types of Software

Describe several important trends occurring in computer software.

Give examples of several major types of application and system software.

Explain the purpose of several popular software packages for end user productivity and collaborative computing.

Outline the functions of an operating system.

Describe the main uses of high-level, fourth-generation, object-oriented, and Web-oriented programming languages and tools.

Page 3: Management information systems

Computer Instructions or data, anything that can be stored electronically is Software.

Hardware is one that is tangible. The storage devices (Hard disk, CD’s etc.,), mouse, keyboard CPU and display devices (Monitor) are Hardware.

For example: There is a problem in the Software implies – Problem with program or data

Page 4: Management information systems

System SoftwareApplication SoftwareOpen source SoftwareProprietary Software

Page 5: Management information systems
Page 6: Management information systems

System Software includes the Operating System and all the utilities that enable the computer to function.

System software is a term referring to any computer software which manages and controls the hardware so that application software can perform a task.

Example: Operating Systems, Compiler, Loader, Linker,

Interpreter.

Page 7: Management information systems

– Helps computer carry out its basic tasks.– Includes:

•Operating systems (OS) - master control programs

• BIOS (Basic Input/Output System)—see Rdg Handout!

• Some utilities are built into OS

•Translators (program language translators/compilers)

Page 8: Management information systems
Page 9: Management information systems

Application Software includes programs that do real work for user.

Example:

Payroll systems, Inventory Control, Manage student database, Word Processor, Spreadsheet and Database Management System etc.,

Page 10: Management information systems
Page 11: Management information systems

Open source software (OSS) is computer software whose source code is available under a license that permits users to use, change, and improve the software, and to redistribute it in modified or unmodified form.

It is often developed in a public, collaborative manner.

Well-known OSS products are Linux, Netscape, Apache, etc.,

Page 12: Management information systems

Proprietary software (also called non-free software) is software with restrictions on using, copying and modifying as enforced by the proprietor. Restrictions on use, modification and copying is achieved by either legal or technical means and sometimes both.

Proponents of proprietary software are Microsoft.

Ex: CAD, Nortan Antivirus etc.,

Page 13: Management information systems

Integrated system of programs that…

Provides support

services as the computer

executes application programs

Manages the operations of

the CPU

Controls the input/out, storage

resources, and activities

of the computer system

The operating system must be loaded and activatedbefore other tasks can be accomplished

Page 14: Management information systems