Computer Science
Computer Science
HELD AT
I.C.T CENTER,
BY
2023705010107
DECEMBER 2024
CERTIFICATION
1
This is to certify that ADEDOYIN ABDULAZEEZ BABATUNDE with matriculation
number 2023705010107 undergoes his industrial training SIWES at THE POLYTHENIC
IBADAN,OYO STATE. In partial fulfillment of the award of national diploma (ND) in
computer science, the polytechnic ibadan, undersigned by the following people:
…………………………….
. …………………………
……………………………… …………………………
HEAD OF DEPARTMENT
……………………………… …………………………
SIWES CO-ORDINATOR
DEDICATION
2
This SIWES report is dedicated to GOD Almighty, Mr. & Mrs. Adedoyin for their spiritual
and financial support during my SIWES program.
ACKNOWLEDGEMENT
3
My appreciation first goes to God almighty, the creator of Heaven and Earth for granting me
the grace and privilege to be able to complete this SIWES program successfully and on
schedule.
I am also grateful to my industrial based supervisors Mr.Adetunji and my tutors for their
thorough supervision and useful advice which helped and also contributed to the success of
the SIWES program. May the almighty God make their days on Earth longer to reap the fruit
of their labour to the fullest by the special grace of God.
Also I cannot but acknowledge my germane H.O.D, DR.MRS Y.J OGUNS and all the
lecturers in the department.
TABLE OF CONTENT
Title Pages
4
Title page i
Declaration ii
Certification iii
Dedication iv
Acknowledgement v
Table of content vi
CHAPTER ONE
1.0 Introduction 1
CHAPTER TWO
5
2.4 Company Area of Specialization
CHAPTER THREE
CHAPTER FOUR
CHAPTER FIVE
5.0 Conclusion 19
5.1 Recommendation 20
CHAPTER ONE
1.0 INTRODUCTION
This chapter gives a brief history of SIWES, its aims and objectives, as well as a short
narrative on my application and posting. It also introduces intelligent solution providers
(ISP) of Computer, where I had my SIWES training.
6
The student work experience scheme (SIWES) is a worldwide program practiced in countries
like Japan, Australia, USA, Europe, and in African countries too. It is popularly known as co-
operative education and referred to as sandwich in Europe. It is a six (6) months students
industrial work experience scheme (SIWES) taken in the third year of the degree program,
where the students go to various establishments related to their course of study.
The program was initially introduced in Nigeria by the Industrial Training Fund (I.T.F.)
which was established under Decree 47 of 1972 by the Supreme Military Council, headed by
General Yakubu Gowon. The Decree was billed to take effect from 31 st March, 1974 and had
as its core objective, the gradual reduction of the percentage of foreign participation in most
of Nigeria’s economic activities, accompanied by a systematic cooperation of locally oriented
skilled manpower into the vast economic sector.
One of the key functions of the ITF is to work as cooperative body with industry and
commerce where students in institutions of higher learning can undertake mid-career work
experience attachment in industries which are compatible with student’s area of study. The
students Industrial Work Experience Scheme (SIWES) is a skill Training program designed
to expose and prepare students for the Industrial work situation which they are likely to meet
after graduation. Participation in SIWES has become a necessary pre-condition for the award
of diploma and degree certificate in specific disciplines in most institutions of higher learning
in the country in accordance with the education policy of government.
The word SIWES (Student Industrial Work Experience Scheme) was introduce by the federal
government in the year 1973 to develop the technological, physical and social skill of our
nation, through this, adequate and intelligent student are provide the department involved the
actual challenge various discipline before they can be awarded as am National Diploma (ND)
graduate.
7
Prepare students for the industrial work situation which they are likely to meet after
graduation.
Expose students to work methods and techniques in handling equipment and
machinery that are mostly not available in their various institutions.
Provide students with an opportunity to apply their knowledge in real world situation
thereby reducing the gap between theoretical knowledge and practical work.
Enlist and strengthen employers’ involvement in the entire educational process and
prepare students for employment in Industry and Commerce
To make through explanation of the work done during my four month industrial
training.
To fulfill the requirement for national diploma in computer science.
To contribute to the body of knowledge and to enhance the understanding of the
writer about a similar or same job.
Integrity
Services
Commitment
Excellence
Professionalism
8
1.7 THE LOGBOOK
The logbook issued to student on attachment by the institution was used to record all daily
activities that took place during the period of attachment, and it was checked and endorse
by the industry based/institution based supervisors and ITF during supervision.
CHAPTER TWO
MANAGING DIRECTOR
9
2.2 BRIEF HISTORY OF I.C.T
I.C.T center is a forward-looking organization established in the year 2010. It is founded and
managed by Department of I.C.T.
It is a governmental organization in Oyo state. They operate ICT which is situated at I.C.T
Building, The polytechnic, Ibadan. Oyo State.
I.c.t center is focused on developing digital software solutions that are needed for the 21st
century.As an information and technology company, they build upcoming developers a way
into the programming world.
This company is head by the director and administrative manager next to him followed by the
supervisor and the instructors.
Bringing inspiration and innovation to every part of the world through the use of Technology.
10
The mission of I.C.T center is dedication in solving client's business challenges by providing
services in customized software application and also a learning center for upcoming
developers.
CHAPTER THREE
11
from computer science,engineering and software development aims to create
efficient,reliable, and easy to use software.
Types of software
1. System software
2. Application software
1. Console application
A console application, in the context of c#, is a computer program designed to be used via a
text-only user interface.
Console applications don’t have any graphical user interface, they will have character-based
interfaces.
12
FIG1. 3.1.2 THE CODE OF THE ADDITION OF ANY TWO NUMBERS IN
CONSOLE APPLICATION
13
FIG2. 3.1.1 THE OUTPUT OF THE ADDITION OF ANY TWO NUMBERS USING
(COMMAND PROMPT (CMD)) IN CONSOLE APPLICATIONS
A window form in C# application is one that runs on the desktop of a computer. Visual studio
form along with c# can be used to create a windows form application. Controls can be added
to the windows forms c# via toolbox in visual studio. Controls such as labels, checkbox,
radio-button etc. can be added to the form via the toolbox. It provides Graphical User
Interface (GUI) the IDE and language use in developing a windows form applications is
visual studio and C# (C-SHARP). The course has being designed primarily for programmers
new to the .NET development platform.
14
FIG 2. 3.1.3: IMAGE REPRESENTING THE DESIGN OF A WINDOW FORM
APPLICATION (LOGIN SECTION)
Web development involves designing, building, and maintaining dynamic websites, web
applications, and web services that run on web servers and are accessed through web
browsers. It encompasses various technologies, frameworks, and programming languages,
such as HTML, CSS, bootstrap, JavaScript, and PHP, to create interactive, responsive, and
scalable online solutions. Web development is divided into front-end (The part the user sees),
back-end (server-side), and full-stack development (cumulative of both front end and back
end), incorporating database integration, user interface design, and business logic
implementation to see to different business needs, providing users with beautiful and
uninterrupted online experiences. Some of the languages used are as follows
3.2.1 HTML
15
HTML (HyperText Markup Language) is the standard markup language used to create web
pages. It's the backbone of a website, providing the structure and content that the web
browser renders to the user.
3.2.2 CSS
CSS (Cascading Style Sheets) is a styling language used to control the layout, appearance,
and behavior of web pages written in HTML or XML.
16
1. Color and background (color, background-color, background-image)
2. Typography (font-size, font-family, text-align)
3. Layout (width, height, margin, padding)
4. Border and outline (border, outline, box-shadow)
5. Positioning (position, top, right, bottom, left)
17
CHAPTER FOUR
4.1 CONCLUSION
In respective of the challenges encountered in this SIWES program, there were many things
that I have experienced and learned during the four (4) months of my industrial training at
I.C.T CENTER the whole period was very educating, interesting and instructing. Through
this training I was able to gain new insight and more comprehensive understanding about the
real industry working condition and practice. It has provided me the opportunities to develop
and improve my soft and functional skills. All of this valuable experience and knowledge that
I have gained were not only acquired through direct involvement in task given but also
through other aspect of the training such as work observation, interaction with colleagues,
superior, and other people related to the field. From what I have undergone, I am very sure
that industrial training program has achieved its entire primary objectives. This program has
also prepared student to face the real working life. As a result of the program, now I am more
confidence to build my future career.
4.2 RECOMMENDATION:
3. Supervisor should always visit student monthly in their various places of attachment.
18