Module Code & Module Title CC4057NI Introduction To Information Systems
Module Code & Module Title CC4057NI Introduction To Information Systems
I confirm that I understand my coursework needs to be submitted online via Google Classroom under the
relevant module page before the deadline in order for my assignment to be accepted and marked. I am
fully aware that late submissions will be treated as non-submission and a marks of zero will be awarded.
Contents
1.1 Introduction............................................................................................................................ 4
1.2 Components.............................................................................................................4
1.3 Importance................................................................................................................5
2.1 Database............................................................................................................................... 6
2.2 Database Management System...............................................................................7
2.3 Importance and Roles in Organization.....................................................................7
3.1 Introduction about database...................................................................................................9
3.2 Entity.........................................................................................................................9
3.3 Attributes...................................................................................................................9
3.4 Primary Key............................................................................................................10
3.5 Foreign Key............................................................................................................11
4.1 Table with Dummy Data.......................................................................................................11
4.2 Entity Relation Diagram..........................................................................................13
5.1 Essay................................................................................................................................... 14
Bibliography............................................................................................................................... 17
CC4057NA Introduction to Information System
List of Figures
Figure 1: Database............................................................................................................5
Figure 2: Entity Relation Diagram....................................................................................12
List of Tables
Table 1: Cell Table............................................................................................................10
Table 2: Visitor Table........................................................................................................11
Table 3: Prisoner Table....................................................................................................11
Table 4: Officer Table.......................................................................................................11
Table 5: Case Table.........................................................................................................11
Table 6: Visit Table...........................................................................................................12
CC4057NA Introduction to Information System
1.1 Introduction
Information System is the organized collection and management of information. It
generally collects, organizes, stores and distributes the information required by the
organization. It also refers to the collection of multiple pieces of equipment involved in
the dissemination of information. Many organizations depend upon information systems
to carry out and manage their operations, interact with their customers and suppliers,
and compete in the marketplace.
1.2 Components
The major components of Information System include:
Hardware
It consists of all those physical things like input and output devices, medias, wires and it
major task is to input data and get output results. The size of an organization greatly
influence its hardware resources.
Software
It is used for the management of hardware devices and other system resources. It is
generally used to analyze and process raw facts and figures into meaningful
information.
Network
It connects the computer system which might be either wired or wireless. It helps in the
flow of information in an organization. It includes both physical devices like router,
switch, hub etc. and software like web browsers, DNS and many more.
Database
Its main task is to store data in an organized and systematic form. It is quite easy to
retrieve information through database and DBMS is generally used to manage the
database.
Human resources
They are one of the vital components of Information System who helps ta run and
manage the overall system. They are the end users and the whole concept of
Information System is to benefit the end users.
1.3 Importance
Information System is used by all enterprises from small store to huge companies. First
of all, it helps in the management of daily operation in an organization which make it
easy and relatively faster in decision making processes. Similarly, by increased
customer interactions between the enterprises because of Information System, it also
improves in the productivity and gaining upper hands in this competitive business era.
The communication has also been made a lot easier because of Information System.
People can simply exchange email between them which is very reliable and less time
consuming as well. This has really helped in many business organizations. For e.g. : if
certain employee had to give a very important files to their colleagues or boss and is not
able to personally submit to them then he/she can simply send it via email. Likewise, it
is not possible to write down each and every record in book and there is also the
question of the sustainability of those recorded files but if it were simply recorded in
computers then it has much longer lifespan as well as compatible than those recorded
in books.
The Information System has also become an integral part in today’s society because of
its efficient data storing capacity as all of the transactions, products details, sales and
stocks are stored within the system due to which we can easily identify the upcoming
problems and tackle it in time whether it be the restock of the nearly out of stock
products or the establishment of new branches of any enterprises by looking at those
previous stored data as a references.
CC4057NA Introduction to Information System
2.1 Database
Database is an organized and systematic collection of data through which data can be
easily retrieved. It can also be defined as the collection of tables. It is very easy to
manage the data in database as well because it allows concurrency and also provides
security and removes redundancy. Similarly, database supports multiple views of data
and multi-user environment that allows multiple user to access and manipulate data at a
same time.
Figure 1: Database
database provide a rich query set to manipulate it’s content and has a proper indexing
system.
One organization might not only have a single but many databases. For eg: in an
educational institutions, they have the database of students, employees, departments
and many more. In their context, the database is used to sort out students and
employees by giving different conditions. Salaries and admission fees are also
managed through it. Similarly, in case of department stores, they use database to keep
in check about their product so that they could quickly resupply those things that might
run out soon in the future.
d. Which attributes (columns) are the primary keys and what are the
reasons for selecting them?
e. Which attributes (columns) are the foreign keys and how do they
form the relationships between tables?
3.2 Entity
Entities are the tables of the database and in the Prison Database the entities are:
Cell
Visitor
Prisoner
Visit
Officer
Case
3.3 Attributes
In entity, there are many column which is basically known as attributes.
Some of the attributes along with their data type of different entities are:
Cell
Cell_Num : INT
PrisonerCount
Visitor
VisitorId : VARCHAR(10)
Name : VARCHAR(50)
Address : VARCHAR(50)
Prisoner
PrisonerId : VARCHAR(50)
Cell_Num : INT
Name : VARCHAR(50)
Captured_Date : DATE
Visit
VisitorId : VARCHAR(10)
PrisonerId : VARCHAR(10)
Time : TIME
Officer
OfficerId : VARCHAR(10)
Name : VARCHAR(50)
Title : VARCHAR(50)
Age : INT
Case
SN : INT
PrisonerId : VARCHAR(10)
OfficerId : VARCHAR(10)
Cell : Cell_Num
Visitor : VisitorId
Prisoner : PrisonerId
Officer : OfficerId
Case : SN
They are assigned as primary key for each entity because each of their values are
unique to each other and it also ensures row-level accessibility.
CC4057NA Introduction to Information System
They are selected as foreign key because Cell_Num, VisitorId, PrisonerId and OfficerId
are primary key of Cell, Visitor, Prisoner and Officer Table respectively with the same
data type. It also help to link or create a relationship between two tables.
Cell_Num PrisonerCount
1 548
2 210
3 652
4 98
Table 1: Cell Table
SN PrisonerId OfficerId
1 1022A B2345
2 54778B F7654
98765 89654G C65433
690 66952A A55585
Table 5: Case Table
CC4057NA Introduction to Information System
5.1 Essay
“College is nothing like schools and high schools. It will be very different from what you
expect, so try to work hard as your career depends on it else you would be left behind.”
These are the words what all students are told by their parents and to be honest my
parents told me the same.
Honestly, I have not done any sort of preparation before starting this module. As I took a
year gap, my sister had suggested me to take some classes regarding programming
and stuffs but I didn’t. Likewise, after being admitted to this college there was still like a
couple months available before starting a semester but all I did was stay at home just
sleeping, watching Netflix and stuffs and yes, games. So, I didn’t thought to prepare
anything not only about this module but as a whole.
As I started my college life and became more familiar with subjects, I thought this
module, CC4057NA, Introduction to Information System to be the easiest of all as what I
believed that all we have to read in this subjects is about the basic introduction about
the computer components and their functions like input-output and things which seems
that I was wrong. In fact we need to study a lot advanced from what I have imagined like
ERD and database and stuffs. In general, I don’t have any sort of expectation but if I
have to think about it then-maybe to be able to understand all the topic that are taught
to me and if I would be able to implement and use it in my day to day activity would
what I expect from this module.
In the present context, I am not sure about whether I am able to meet those expectation
or not but what I can say is that I know much more about database and information
system as a whole than that of yesterday or a months ago.
I personally hoped that in first semester, among all 4 subjects this might be the easiest
of all and didn’t even dare to revise any of the topic taught to me at home as I believed
CC4057NA Introduction to Information System
that I would easily score good grades in this module. Then I realized I was utterly
mistaken when I saw the 1st coursework. I found it to be quite hard to answer all those
questions. However, I’m not entirely sure whether I found it difficult because it is our first
coursework or something was lacking from my side.
As stated by Marie Lu, “Tomorrow, I will take on all of these things. I will be
unstoppable.” I also tried to do the same but unfortunately laziness emerged victory in
my attempt to study. I didn’t even dare to revise the things that are taught to me in home
as I was just busy playing games and using mobile phones. I believed that it will be
quite easy to score good grades but now I guess I kind of realized what working hard
really is and what it takes to earn good grades.
I had been staying committed to assignment despite all the distractions and difficulties.
Moreover, I’d been practicing “honesty as my policy” to meet the requirements. Getting
things done is certainly beyond making plans. Hence, managing the tasks/requirement
honestly was time consuming and nerve wrecking sometimes but I’ve worked hard and
worked the best out me. Honestly, the most difficult part about this assignment was
having to invest a lot of time for a single entity relation diagram to get a perfect relation
between them with no error. As for now, enough practices, revisions and most
importantly the consistency is all I need to get the most out of this module.
To sum up, this module and the assignment had helped me reflect on my working
pattern as a student and that giving up all the comfort was actually worthy, eventually
making a lot of positive impact on myself as well.
CC4057NA Introduction to Information System
Bibliography