Information Systems Form 5
Information Systems Form 5
Information
Information System
: A set of related components that collect data, process data and provide
information
Business
1. To individual
2. To organizations
3. To the nation
: Make hotel room bookings and for checking the best rates
: Help plan the delivery and services
: Carry out online buying and selling
Management:
1. To individual
2. To organizations
3. To the nation
Definition
Raw and unorganised data with little value that helps user to make the right decision
Computer equipment that are used for processing and output functions
Programs that allow the computer to carry out most of the instructions related to
information processing
Personnel and end users of information system
Operating instructions for information system user
DATA
INFORMATION
PEOPLE
HARDWARE
PROCEDURE
Usage
Provides regular information about daily activities of a database.
Keep track of daily transaction in a database
Help to analyse information, recognise problems and making decisions
Forecast future trends
Store knowledge and make logical suggestion for user
: Smallest unit of data the computer can store that consist of binary 1 and 0 for
ON and OFF.
Byte
: Collection of eight bits. A byte represents a character.
Field : Unit of data consisting of one or more character.
Record : A collection of related fields.
File
: A collection of related records.
6.1.5.2 Hierarchy of data.
Hierarchy?
Meaning: A series of ordered grouping in system, beginning with the smallest unit to the biggest
Files
Records
Fields
Bytes
Bits
6.2 Software
6.2.1 Definition
6.2.1.1 Database and Database Management Systems (DBMS) definitions:
1. Database:
Structured collection of information on specific subjects. It is an electronic filing system.
2. Database Management Systems (DBMS):
A software package that accesses information from the database. It acts as an interface
between the database and the user that will enables the user to extract, modify and store
information from the database.
6.2.1.2 Benefits of the using database:
1. Minimize data redundancy - because there is no need to repeat recording the same data.
2. Data integrity is assured - because when a user modifies data in one of the files in the
database, all the same data will be automatically updated.
3. Data can be shared with the whole organisation by network.
4. Information can be accessed easily - and everyone that has the access can modify and
manage data in database.
6.2.2 Features
6.2.2.1 Relationship between attribute (field), row (record) and relation (file).
1. Vertical : field
2. Horizontal
3. All
: record
: file
Primary Key
Must have unique values
Unique value that represent each record in
a table
Foreign Key
Can have duplicate values.
Foreign key links to a primary key in another
table.
Insert / add
Delete
Retrieve
Sort
Filter
Search
Analysis Phase
Design Phase
Implementation Phase
Testing Phase
Documentation Phase
Maintenance Phase
Project Title:
Project Requirement:
1. Student ID
2. Student Name
3. Student Address
4. Student Telephone Number
5. Co-curriculum activities
6. Position in Co-curriculum
STUDENT
Student ID
Student Name
Student Address
Student Telephone Number
Field Name
CO-CURRICULUM
Co-curriculum Activities
Position in Co-curriculum
Student ID
Field Name
Data
Description
STUDENT
Cocurriculum
Type
Number
Text
Text
Number
Number
Text
Student ID
Student Name
Student Address
Student Phone No
Student ID
Co-curriculum Activities
Position In Co-curriculum
Activities
Text
Store student ID
Store student name
Store student Address
Store student phone no
Store Student ID
Store
student
co-curriculum
activities
Store student position in cocurriculum activities
6.3.2.5 Database
File Name:
6.3.2.6 Tables
Name of the table
Primary Key
Field Name
STUDENT
Student ID
Student Name
Student Address
Student Phone Number
CO-CURRICULUM
Co-curriculum Activities
Position in co-curriculum
activities
STUDENT
CO-CURRICULUM
Student ID
Student ID
Student Name
Co-curriculum activities
Student Address
Student
Phone Number
6.3.2.8
Data
Table STUDENT
6
Table CO-CURRICULUM
10
6.3.2.9 Form
Create a form:
6.3.2.10 Query
6.3.2.11 Report