Computer College - Calamba Campus: Basics of Information Systems Information Concepts
Computer College - Calamba Campus: Basics of Information Systems Information Concepts
Information Concepts:
Information: collection of facts organized in such a way that they have additional value beyond the value of the facts
themselves
Value of Information is directly linked to how it helps decision makers achieve their organization’s goals and can be
measured: in time required to make a decision, Increased profits to the company
Computer-based information system (CBIS): single set of hardware, software, databases, telecommunications, people,
and procedures configured to collect, manipulate, store, and process data into information
CBIS components
Hardware: computer equipment used to perform input, processing, and output activities
Software: computer programs that govern the operation of the computer
Database: organized collection of facts and information
Telecommunications: electronic transmission of signals for communications
Networks: connect computers and equipment in a building, around the country, and around the world
Transaction processing system (TPS): organized collection of people, procedures, software, databases, and devices used
to record completed business transactions
Knowledge Management Systems (KMS): create, store, share, and use the organization’s knowledge and experience
Artificial intelligence (AI)field in which the computer system takes on the characteristics of human intelligence
Decision support system (DSS)used to support problem-specific decision making
Hardware Components
Control unit: accesses, decodes and coordinates data in CPU and other devices
Communications devices
COMP02 LECTURE
COMPUTER COLLEGE – CALAMBA CAMPUS HANDOUT
System unit
Houses the components responsible for processing (the CPU and memory)
All other computer system devices are linked either directly or indirectly into the system unit housing
Clock speed
Series of electronic pulses produced at a predetermined rate that affects machine cycle time
Clock speed is often measured in megahertz (MHz) for millions or gigahertz(GHz) for billions of cycles per second
Types of Memory
Secondary storage
Also called permanent storage
Nonvolatile
Greater capacity and greater economy than memory
Measured in bytes: kilo, mega, giga, tera
Different access methods
Magnetic tapes
Secondary storage used primarily for backups
Magnetic disks
Direct access secondary storage, e.g., hard disk
RAID
Stores extra bits so that data can be reconstructed if system fails
SAN
Provides high-speed connections between data storage devices and computers over a network Optical disks
Direct access optical disc, e.g., CD-ROM
COMP02 LECTURE
COMPUTER COLLEGE – CALAMBA CAMPUS HANDOUT
Flash memory
Nonvolatile silicon computer chip
Input Devices
Speech-recognition technology
Input devices that recognize human speech
Digital cameras
Input device used with PC to record/store images in digital form
Terminals
Input and display devices that perform data entry and input at the same time
Touch-sensitive screens
Allow display screens to act as input devices as well as output devices
Bar-code scanners
Employs a laser scanner to read a bar-coded label
Output Devices
Sharper colors and thinner displays Printers and plotters: hard copy output
Printers: laser, inkjet
Plotters: used for general design work
COMP02 LECTURE
COMPUTER COLLEGE – CALAMBA CAMPUS HANDOUT
Overview of Software
Systems Software
Controlling operations of computer hardware
Supports application programs’ problem-solving capabilities
User interface
Allows individuals to access and command the computer system
Command-based user interface: uses text commands
Graphical user interface (GUI): uses icons and menus to send commands to the computer system
Utility programs
Application Software
Give users the ability to solve problems and perform specific tasks
Interact with systems software; systems software then directs the hardware to perform tasks
Proprietary software: unique program for a specific application, usually developed and owned by a single company
Customized package
Workgroup application software: support teamwork, whether people are in the same location or dispersed around the
world
Groupware: software that helps groups of people work together more efficiently and effectively
Enterprise Application Software
Software that benefits an entire organization
Enterprise resource planning (ERP) software: programs that manage a company’s vital business operations for an entire
multisite, global organization
COMP02 LECTURE
COMPUTER COLLEGE – CALAMBA CAMPUS HANDOUT
Data Management
Data Management
Without data and the ability to process it, an organization could not successfully complete most business activities
Data consists of raw facts
For data to be transformed into useful information, it must first be organized in a meaningful way
Field: typically a name, number, or combination of characters that describes an aspect of a business object or activity
Entity: a generalized class of people, places, or things (objects) for which data is collected, stored, and maintained
Key: field or set of fields in a record that is used to identify the record
Primary key: field or set of fields that uniquely identifies the record
Logical structure: How should data be arranged to make sense to a given user?
Data Modeling
Building a database requires two types of designs
Logical design
Abstract model of how data should be structured and arranged to meet an organization’s information needs
Entity-relationship (ER) diagrams: data models that use basic graphical symbols to show the organization
of and relationships between data
Physical design
Fine-tunes the logical database design for performance and cost considerations
ER diagram for a Customer Order Database
COMP02 LECTURE
COMPUTER COLLEGE – CALAMBA CAMPUS HANDOUT
ER diagram Showing the Relationship between the Manager, Department and Project
COMP02 LECTURE
COMPUTER COLLEGE – CALAMBA CAMPUS HANDOUT
Manipulating Databases
Linking: relates or links two or more tables using common data attributes
Interface between:
Database and application programs
Database and the user
Creating and implementing the right database system ensures that the database will support both business activities and
goals
DBMS: a group of programs used as an interface between a database and application programs or a database and the
user
Flat file
Simple database program whose records have no relationship to one another
Single user
Only one person can use the database at a time
COMP02 LECTURE
COMPUTER COLLEGE – CALAMBA CAMPUS HANDOUT
Multiple user
Allows dozens or hundreds of people to access the same database system at the same time
Examples: Oracle, Sybase, and IBM
Distributed Databases
Distributed database
Data may be spread across several smaller databases connected via telecommunications devices
Corporations get more flexibility in how databases are organized and used
Replicated database
Holds a duplicate set of frequently used data
Telecommunications
Computer network: communications media, devices, and software needed to connect two or more computer systems or
devices
Network types: personal area network (PAN), local area network (LAN), metropolitan area network (MAN), wide area
network (WAN), and international networks
The Internet
Internet Protocol (IP): communication standard that enables traffic to be routed from one network to another as needed
Uniform Resource Locator (URL): an assigned address on the Internet for each computer
Business Networks
Intranet: internal corporate network built using Internet and World Wide Web standards and protocols
Extranet: network based on Web technologies that links selected resources of a company’s intranet with its customers,
suppliers, or other business partners
Systems Development
Information systems planning: translating strategic and organizational goals into systems development initiatives
Aligning organizational goals and IS goals is critical for any successful systems development effort
Determining whether organizational and IS goals are aligned can be difficult
Common SDLCs
Prototyping
Systems investigation:
problems and opportunities are identified and considered in light of the goals of the business
Systems analysis:
study of existing systems and work processes to identify strengths, weaknesses, and opportunities for improvement
Systems design:
defines how the information system will do what it must do to obtain the problem solution
Systems implementation:
creation or acquisition of various system components detailed in the systems design, assembling them, and placing
the new or modified system into operation