-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomp_program.php
196 lines (189 loc) · 9.26 KB
/
comp_program.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
<html>
<head>
<link rel="stylesheet" type="text/css" href="css/basicstyle.css">
<link rel="stylesheet" type="text/css" href="css/hstyle.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/css/bootstrap.min.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.2/css/all.css">
</head>
<body>
<!---------------------------header---------------->
<div class="header2">
<a href="index.php"><img src="image/logo.png" height="40" width="10%" align="left"/></a>
<ul>
<li><a class="no_active" href="index.php">Home</a></li>
<li><a class="no_active" href="#"><i class="fas fa-caret-down"></i>About</a>
<ol class="under-about">
<li><a href="vision/vission.php">Vision & Mission</a></li>
<li><a href="director/director.php">CMD</a></li>
<li><a href="director/managing_d.php">Chairman</a></li>
</ol>
</li>
<li><a class="active" href="#"><i class="fas fa-caret-down"></i>Course</a>
<ol class="under-about1">
<li><a class="active" href="#">Computer Zone<i class="fas fa-caret-right"></i></a>
<ol class="under_comscience">
<li><a class="no_active" href="comp_basic.php">Basic</a></li>
<li><a class="active" href="#">Programming</a></li>
</ol>
</li>
<li><a href="#">Science<i class="fas fa-caret-right"></i></a>
<ol class="under_comscience1">
<li><a href="cource/junior.php">Junior(6,7,8,9,10)</a></li>
<li><a href="cource/intermediate_science.php">Intermediate</a></li>
<li><a href="cource/iitjee.php">IIT-JEE</a></li>
<li><a href="cource/medical.php">Medical</a></li>
<li><a href="cource/science_hons.php">Honours</a></li>
</ol>
</li>
<li><a href="#">Commerce<i class="fas fa-caret-right"></i></a>
<ol class="under_comscience2">
<li><a href="cource/intermediate_com.php">Intermediate</a></li>
<li><a href="cource/commerce_hons.php">Honours</a></li>
</ol>
</li>
<li><a href="#">Arts<i class="fas fa-caret-right"></i></a>
<ol class="under_comscience4">
<li><a href="cource/economics.php">Economics</a></li>
</ol>
</li>
<li><a href="#">Vocational<i class="fas fa-caret-right"></i></a>
<ol class="under_comscience5">
<li><a href="cource/bba.php">BBA</a></li>
<li><a href="cource/mba.php">MBA</a></li>
</ol>
</li>
<li><a href="#">Competition<i class="fas fa-caret-right"></i></a>
<ol class="under_comscience3">
<li><a href="cource/ssc.php">SSC</a></li>
<li><a href="cource/banking.php">Banking</a></li>
<li><a href="cource/railway.php">Railway</a></li>
</ol>
</li>
</ol>
</li>
<li><a class="no_active" href="faculty/faculty.php">Faculty</a>
</li>
<li><a class="no_active" href="gallery.php">Gallery</a></li>
<li><a class="no_active" href="contact.php">Contact Us</a></li>
</ul>
</div>
<!---------------------------Image---------------->
<div class="header-image">
<img src="image/p.jpg" width="100%" height="150px">
</div>
<div class="header-title">
<h1>Computer Zone</h1><br>
>>Programming Course
</div>
<!---------------------------course---------------->
<div class="programcourse">
<a href="cource/_c.php"><div class="box1">
<img src="cource/image/c.png" height="200px" width="100%">
<h6>C</h6>
<p class="intro">Programming Fundamentals , Overview of C , Constants & Variable , Data types, Operators and Expression , Decision Making & Branching ,
Looping , Arrays , Strings ,Functions, Structure ,Pointers ,File Management.</p>
</div></a>
<a href="cource/_cpp.php"><div class="box2">
<img src="cource/image/cpp.jpg" height="200px" width="100%">
<h6>C++</h6>
<p class="intro">
Programming Fundamentals , Overview of C++ , OOPS concepts ,Token ,Expression , Control Structures , Function ,Classes and Objects , Constructors , Destructors,
Type Conversion , Inheritance ,Pointers ,Polymorphism , Virtual Function ,File Management .
</p>
</div></a>
<a href="cource/_java.php"><div class="box3">
<img src="cource/image/java.png" height="200px" width="100%">
<h6>JAVA</h6>
<p class="intro">Fundamentals of OOPS , Java evolution ,Constants & Variables ,Data types, Decision Making & Looping , Classes and Objects ,Methods ,
Array ,String , Interfaces , Packages ,Multi threading concept ,Exception , Applet ,Managing I/O..</p>
</div></a>
<a href="cource/_php.php"><div class="box4">
<img src="cource/image/php.png" height="200px" width="100%">
<h6>PHP & MY SQL</h6>
<p class="intro">Introduction to scripting concept , Features of PHP , Version of PHP , Web servers , Data type ,Function , Variables ,Protocol ,cookies , Sessions File Handling ,\
MY SQL interaction with Command Prompt , MY SQL interaction with PHP ..</p>
</div></a>
<a href="cource/_advance_java.php"><div class="box5">
<img src="cource/image/advanced_java.jpg" height="200px" width="100%">
<h6>ADVANCE JAVA</h6>
<p class="intro">Introduction of the Abstract Window Toolkit , Basics Socket Overview , Client /server Java Data Base Client/Server , Java as a Data Base Front End ,Clent /server methodology ,Two-Tier Database Design ,Three-Tier Database Design ,
JDBC API-Connection ,Prepared Statements , Resultset , Statements,The API .</p>
</div></a>
<a href="cource/_net.php"><div class="box6">
<img src="cource/image/net.png" height="200px" width="100%">
<h6>.NET</h6>
<p class="intro">
Visual Basic overview ,Visual Basic language ,Menus ,Text Boxes ,Command Buttons ,Check Boxes , Option Buttons , List Boxes ,Scroll bar ,Sliders
,Image Control, Chart & grid controls , Frames ,Tool bar , File Handling & File control..</p>
</div></a>
<a href="cource/_oracal.php"><div class="box7">
<img src="cource/image/oracle.png" height="200px" width="100%">
<h6>ORACLE</h6>
<p class="intro">Database concept, Table Fundamentals (creating ,editing ,modifying ,deleting etc ) Data Constraints , Primary key, Foreign Key,
Oracle Function ,Queries , Sub Queries , Joins , Locks ,Triggers..</p>
</div></a>
<a href="cource/_datastructure.php"><div class="box8">
<img src="cource/image/datast.png" height="200px" width="100%">
<h6>DATA STRUCTURE</h6>
<p class="intro">Introduction to Data Structure , Arrays ,Stack ,Queues, Linked List ,Tress, Searching & Sorting in Data Structure.</p>
</div></a>
<a href="cource/_autocad.php"><div class="box9">
<img src="cource/image/autocad.jpg" height="200px" width="100%">
<h6>AUTOCAD</h6>
<p class="intro">AutoCAD is the standard design software used in the engineering, architecture, interior design and construction industries. Designers and drafters use it to create two-dimensional (2D) and three-dimensional (3D) computer drawings. Students interested in learning how to use this software can complete coursework to earn a certificate or degree or take individual non-credit classes at a higher education institution. </p>
</div></a>
<a href="cource/_html.php"><div class="box10">
<img src="cource/image/html.jpg" height="200px" width="100%">
<h6>WEB-DESIGNING</h6>
<p class="intro">In simple terms, web designing deals with creating and designing websites, internet portals and other internet entities (pages, forms, templates etc) </p>
</div></a>
<a href="cource/_matlab.php"><div class="box11">
<img src="cource/image/matlab.png" height="200px" width="100%">
<h6>MATLAB</h6>
<p class="intro">MATLAB is a high-performance language for technical computing. It integrates computation, visualization,
and programming in an easy-to-use environment where problems and solutions are expressed in familiar mathematical notation</p>
</div></a>
<a href="cource/_sap.php"><div class="box12">
<img src="cource/image/sap.png" height="200px" width="100%">
<h6>SAP</h6>
<p class="intro"> SAP created software for businesses (SAP stands for 'systems, applications, and products') that many large companies use for a variety of business-management purposes. Students use SAP software to hone management and human resource skills throughout the university program while also learning about essential software programming skills to assist in many aspects of running a business. Students who complete SAP training are experienced in creating information warehouses, designing input screens, and accessing data tables.
Certificate programs are available, as are internships, for students of any college level as part of the SAP University Alliance.
</p>
</div></a>
</div>
<!---------------------------Footer---------------->
<div class="mainfooter">
<div class="under_footer1">
<h2 style="color:#cce0ff";>e-world</h2>
<i class="fas fa-map-marker-alt"></i>
<blockquote>
<p> 2nd Floor, Room NO - 209,215, Hariom Tower,Circular Road, Ranchi, Jharkhand 834001</p>
</blockquote>
<i class="fas fa-phone-square"></i><div class="mobb">9304463336</div>
</div>
<div class="under_footer2">
<blockquote>
<h6><strong>UsefulLinks </strong></h6>
</blockquote>
<ul>
<li><a href="index.php">Homepage</a></li>
<li><a href="contact.php">Contact Us</a></li>
<li><a href="about.php">About Us</a></li>
<li><a href="#">Term & Condition</i></a></li>
</ul>
</div>
<div class="under_footer4">
<h6>Get in Touch</h6>
<form>
<input class="suscr" type="text" name="uname" placeholder="Enter Your Name.." required>
<input class="suscr" type="text" name="email" placeholder="Enter Your Email.." required>
<input class="suscr" type="text" name="mob" placeholder="Enter Your Ph.No.." required>
<input class="btnn" type="submit" value="Suscribe" name="submit">
</form>
</div>
</div>
<div class="second_footer">
©2018 ALL RIGHTS RESERVED e-world<p><a href="designby.php" target="_blank">Designed By K-9</a></p>
</div>
</body>
</html>