A Technical Report On Student
A Technical Report On Student
A Technical Report On Student
PRESENTED BY
OLATIGBE NASIF OLAKUNLE
FPTB /CS/ND/18/128228
SUBMITTED TO
THE DEPARTMENT OF COMPUTER SCIENCE
SCHOOL OF SCIENCE AND TECHNOLOGY
FEDERAL POLYTECHNIC, BAUCHI.
APRIL, 2020
DECLARATION
This is to declare that technical report was carried out by me and has
not been presented by anybody else.
TITLE PAGE…………………………………………………………………………………………………………………………
DECLARATION…………………………………………………………………………………………………………………….
CERTIFICATION…………………………………………………………………………………………………………………….
DEDICATION…………………………………………………………………………………………………………………………
ACKNOWLEDGEMENT………………………………………………………………………………………………………….
TABLE OF CONTENTS …………………………………………………………………………………………………………..
CHAPTER ONE ……………………………………………………………………………………………………………………
1.0 BRIEF HISTORY OF SIWES…………………………………………………………………………………………..
1.1 HISTORICAL BACKGROUND OF SIWES ……………………………………………………………………..
1.2 AIM AND OBJECTIVE OF SIWES…………………………………………………………………………………
1.3 IMPORTANCE OF SIWES ………………………………………………………………………………………….
1.4 ROLES OF STUDENT ……………………………………………………………………………………………….
1.5 OBJECTIVE OF THE REPORT …………………………………………………………………………………….
1.6 THE LOGBOOK………………………………………………………………………………………………………
CHAPTER TWO……………………………………………………………………………………………………………
2.0 BRIEF HISTORY OF THE ORGANISATION……………………………………………………………..
2.1 AIM AND OBJECTIVE OF THE ORGANISATION…………………………………………………….
2.2 ARCHIEVEMENT AND PROGRESS………………………………………………………………………..
CHAPTER THREE…………………………………………………………………………………………………………….
3.0 EXPERIENCE…………………………………………………………………………………………………………
3.1 INTRODUCTION TO WEB DESIGN/DEVELOPMENT…………………………………………….
HTML PROGRAMMING……………………………………………………………………………………
CSS (CASCADING STYLE SHEET)………………………………………………………………………..
INTRODUCTION TO PHP……………………………………………………………………………………
3.2 INTRODUCTION TO NETWORKING……………………………………………………………………
CHAPER ONE
• BRIEF HISTORY OF SIWES
CHAPTER THREE
3.0 EXPERIENCE
The four month industrial attachment has been great one for me, because it has
exposed me to a lot of things that ordinarily I would have learn both theoretically
and also the practical aspect of it. The following is a summary and a breakdown of
what I learn during my four month (IT).
• Web design/ development
• Programming languages
• Software and hardware maintenance
• Networking
• Computer assembly language
• HYBRID APPLICATION: is partially native web application that uses both the
languages of native and web application. Example: Facebook and
Whatsapp.
HTML
HTML stands for hypertext markup language, is a language of web application
which determine the display and placement of web element or web page, web
element are the items which are display in the web page such as forms, table, lists
headings, paragraphs, image, video file, audio file, buttons etc. the latest version
of HTML is html 5 which is standardized in 2012. HTML uses tags. The tags specify
the particular to apply. It is declared that HTML supports more than 200 different
tags.
The basic structure of a tag is <tag>……</tag>. Most tags in HTML need closing
tag. The difference between opening and closing tag is a forward slash in closing.
][MNB
B
INTRODUCTION TO PHP
PHP started out as a small open source project that evolved as more and more
people found out how useful it was. Rasmus Lerdorf unleashed the first version of
PHP way back in 1994.
• PHP is a recursive acronym for PHP: “hypertext preprocessor”.
• PHP is a server side scripting language that embedded In HTML. It is used to
manage dynamic content, databases, session tracking, even build entire e-
commerce sites.
• It is integrated with a number of popular databases, including MySQL, post
gre SQL, Oracle, Sybase, Informix, Microsoft SQL server.
• PHP is pleasingly zippy in its execution, especially when compiled as an
apache module on the Unix side. The MySQL server, once started, executes
even very complex queries with huge result sets in record-setting time.
• PHP is forgiving: PHP language tries to be as forgiving as possible.
• PHP syntax is C-like.]
Common uses of PHP
• PHP performs system functions i.e from files on a system it can create,
open, read, write and close them.
• PHP can handle forms i.e gather data from files, save data to a file,
through PHP.
• You delete, modify element within your database through PHP.
• Access cookies variables and set cookies.
• It can encrypt data.
Characteristics of PHP
• Simplicity.
• Efficiency.
• Security.
• Flexibility
• Familiarity.
EXAMPLE OF HTML PROGRAM USING PHP
<?php
Include “db.php”;
If (isset($_POST[‘submit’])){
$username=$_POST[‘username’];
$password=$_POST[‘
3.2 INTRODUCTION TO NETWORKING
“In the beginning, there were no networks. Life was bad.”