17
System Concepts & Components Dr. Dania Bilal IS582 Spring 2009

System Concepts & Components Dr. Dania Bilal IS582 Spring 2009

Embed Size (px)

Citation preview

Page 1: System Concepts & Components Dr. Dania Bilal IS582 Spring 2009

System Concepts & Components

Dr. Dania Bilal

IS582

Spring 2009

Page 2: System Concepts & Components Dr. Dania Bilal IS582 Spring 2009

Definition

• System– Hardware

• Physical parts of computer

– Software• Programs: Execute set of instructions

– Has interrelated set of components – There is interaction among components– Has interaction with world outside of it

(environment)

Page 3: System Concepts & Components Dr. Dania Bilal IS582 Spring 2009

Type of Software

• Application software– Set of computer programs written to perform

specific task– Word, Execl, PowerPoint– Runs on top of operating software (Windows)

• Operating software/system– Computer program allows computer to work

Page 4: System Concepts & Components Dr. Dania Bilal IS582 Spring 2009

System Fundamentals

• Decomposition– Breaking system into smaller components based on

functions

• Modularity– Results from decomposition

• Coupling– Independence of modules ( on each other (operate

concurrently and/or independently)

• Cohesion – Extent of subsystem (can be a module or submodule)

in performing single function or task)

Page 5: System Concepts & Components Dr. Dania Bilal IS582 Spring 2009

System Characteristics

• Purpose• Components (modules, submodules)• Boundary (limits separate system from

other systems)• Environment (Whatever outside boundary,

e.g., users)• Interfaces (Intermediary b/w user

(environment) & system)• Constraints (capacity, speed, capabilities)

Page 6: System Concepts & Components Dr. Dania Bilal IS582 Spring 2009

Types of IS

• Transaction Processing Systems (TPS)

• Management Information Systems (MIS)

• Decision Support Systems (DSS)

• Expert Systems

• Information Retrieval Systems (IRs)

Page 7: System Concepts & Components Dr. Dania Bilal IS582 Spring 2009

TPS

• Designed to handle a large volume of transactions to keep track of processes – Billing, payroll, order tracking and processing,

accounts payable and receivable, securities, trading, etc.

• Purposes– Improve accuracy, productivity, efficiency– Speed up processes

Page 8: System Concepts & Components Dr. Dania Bilal IS582 Spring 2009

MIS

• Takes raw data from one or more TPS

• Analyzes data & provides reports for activities that can be helpful to managers for decision making

Page 9: System Concepts & Components Dr. Dania Bilal IS582 Spring 2009

DSS

• Uses information from raw data, documents, business/graphical models to identify and solve problems and make decisions.

• Provides projections based on data in hand or assumptions

• Has 3 parts: Database, model base, user interface

• Mathematical rules provide interrelationships among different data– Used to predict future data or find best solutions to

problems

Page 10: System Concepts & Components Dr. Dania Bilal IS582 Spring 2009

ES

• Knowledge of experts is captured in a computer to solve problems

• Based on Artificial Intelligence to recognize, formulate, solve problems, and learn from experience

• Software are called shells

• Not successful in all disciplines– Most fruitful in medicine for diagnosis

Page 11: System Concepts & Components Dr. Dania Bilal IS582 Spring 2009

IRs

• Store and search for documents, information within documents, and metadata about documents

• Use standards and protocols for storage and retrieval based on specific search algorithms

• Types– Bibliographic (ex: library online catalog)– Numeric (statistical IR)– Combined

Page 12: System Concepts & Components Dr. Dania Bilal IS582 Spring 2009

Library Automated System

• Composed of software and hardware• Software environments:

– Off-the-shelf (turnkey) - unshared • Independent

– Off-the-shelf (turnkey) - shared• Union catalog• Consortia

– Open source (independent or shared)– In-house

• Based on open source or • Program totally developed onsite

Page 13: System Concepts & Components Dr. Dania Bilal IS582 Spring 2009

System Functionality

• Modular– Module(s) that operate independently and but

not concurrently

• Integrated (ILS)– Modules that operate independently and

concurrently– Share common database

Page 14: System Concepts & Components Dr. Dania Bilal IS582 Spring 2009

System Interfaces

• Windows-based– Based on Windows operating system

• Web-based– Requires WWW browser for use

• Character-based (DOS)– Obsolete in many environments

Page 15: System Concepts & Components Dr. Dania Bilal IS582 Spring 2009

ILS Modules & Functions

Page 16: System Concepts & Components Dr. Dania Bilal IS582 Spring 2009

Modules

• OPAC (Online Public Access Catalog)• Cataloging

– Authority control

• Circulation• Inventory control• Acquisitions• Serials Management• Interlibrary loan• Media booking• Management (reports, database indexing)• Maintenance

Page 17: System Concepts & Components Dr. Dania Bilal IS582 Spring 2009

Function of Each Module

StudentsBe prepared to discuss the function of each

module. Here are some questions to think about:• What is the purpose of OPAC?• What is OPAC based on? (what makes the

records appear the way they do)?• What is the Circulation module based on?• Can the OPAC module exist without the

Cataloging module?• Can the circulation module exist with a

cataloging module?