Nov 1, 2019

HTML lab work Exercises: 9

9) Create a hyperlink to show the information and syllabus of B.Sc. Computer Science. When
    click on the links each page should display the objective of respective course, Lesson plan,
    Course duration etc.
    (Purpose: - Introduce anchor tag to create links between pages. One can able to transfer the   
    control  to next page, previous page or to a specific page like Home page.)



HTML09.html
 
<!DOCTYPE html>
<html>
<head>
<title>BCA</title>
</head>

<body>
<h1 align="center"><font color = "green">DEPT. OF COMPUTER APPLICATION</font></h1>
<h2 align="center"><font color = "green">MAR DIONYSIUS COLLEGE</font></h2>
<h2 align="center"><font color = "green">PAZHANJI</font></h2>

<center><img src="COMPUTER.jpg" alt="description" width="30%"></center>

<h2><u>B.C.A Practical Examinations</u></h2>

<li>SEM. II
<ul>
<li><a href="Page01.html">Programming Laboratory I:HTML and Programming in C</a>
</ul>
</li>

<li>SEM. IV
<ul>
<li><a href="Page02.html">Programming Laboratory II:Data Structures and RDBMS</a>
</ul>
</li>

<li>SEM. VI
<ul>
<li><a href="Page03.html">Programming Laboratory III:Java and PHP Programming</a>
<li><a href="Page04.html">Programming Laboratory IV:Android and Linux shell Programming</a>
<li><u>B.C.A Industrial Visit and Project Work</u></li>
<ul>
<li><a href="Page05.html">Industrial Visit & Project Work (Industrial Visit- 1 Credit,Project Work- 2 Credit)</a>
</ul>
</li>

</body>
</html>


Page01.html

<!DOCTYPE html>
<html>
<head>
<title>BCA</title>
</head>

<body>
<h1 align="center"><font color = "green">DEPT. OF COMPUTER APPLICATION</font></h1>
<h2 align="center"><font color = "green">MAR DIONYSIUS COLLEGE</font></h2>
<h2 align="center"><font color = "green">PAZHANJI</font></h2>

<center><img src="COMPUTER.jpg" alt="description" width="30%"></center>

<h2><u>SEMESTER II</u></h2>
<h2>Programming Laboratory I: Lab Exam of 1st & 2nd Semester - HTML and Programming in C</h2>
<li>Course Number: 11</li>
<li>Number of Credits: 4<br></li>
<li>Course Evaluation: Internal – 20 Marks + External – 80 Marks</li>

<h2>Objective</h2>
<li>To make the students learn web designing</li>
<li>To make the students learn programming environments.</li>
<li>To practice procedural programming concepts.</li>
<li>To make the students equipped to solve mathematical or scientific problems using C</li>

<p>

<center><a href="HTML09.html">Home page<a href="Page02.html">Next page</a></center>

</body>
</html>



Page02.html

<!DOCTYPE html>
<html>
<head>
<title>BCA</title>
</head>

<body>
<h1 align="center"><font color = "green">DEPT. OF COMPUTER APPLICATION</font></h1>
<h2 align="center"><font color = "green">MAR DIONYSIUS COLLEGE</font></h2>
<h2 align="center"><font color = "green">PAZHANJI</font></h2>

<center><img src="COMPUTER.jpg" alt="description" width="30%"></center>

<h2><u>SEMESTER IV</u></h2>

<h2>Programming Laboratory II: Lab Exam of 3rd and 4th Semester - Data Structures and RDBMS</h2>
<li>Course Number: 22</li>
<li>Number of Credits: 4</li>
<li>Course Evaluation: Internal – 20 Marks + External – 80 Marks</li>


<h2>Objective</h2>
<li>To make the students equipped to solve mathematical or scientific problems using C</li>
<li>To learn how to implement various data structures.</li>
<li>To provide opportunity to students to use data structures to solve real life problems.</li>

<p>Include any 20 Data structure Lab questions and 15 DBMS Lab questions in the record book.</p>
<center><a href="Page01.html">Previous page<a href="Page03.html">Next page<a href="HTML09.html">Home page</a></center>

</body>
</html>


Page03.html

<!DOCTYPE html>
<html>
<head>
<title>BCA</title>
</head>

<body>

<h1 align="center"><font color = "green">DEPT. OF COMPUTER APPLICATION</font></h1>
<h2 align="center"><font color = "green">MAR DIONYSIUS COLLEGE</font></h2>
<h2 align="center"><font color = "green">PAZHANJI</font></h2>

<center><img src="COMPUTER.jpg" alt="description" width="30%"></center>

<h2><u>SEMESTER VI</u></h2>
<h2>Programming Laboratory III: Lab Exam of 5th Semester Java and PHP Programming</h2>
<li>Course Number: 33</li>
<li>Number of Credits: 4</li>
<li>Course Evaluation: Internal – 20 Marks + External – 80 Marks</li>

<h2>Objective</h2>
<li>To practice Java programming.</li>
<li>To practice client side and server side scripting.</li>
<li>To practice PHP Programming.</li>
<li>To practice developing dynamic websites.</li>
<li>To practice how to interact with databases through PHP.</li>

<p>Include any 20 Java Programming Lab questions and 20
PHP Programming Lab questions in the record book.</p>

<center><a href="Page04.html">Previous page <a href="Page04.html">Next page</a><a href="HTML09.html">Home page</a></center>

</body>
</html>


Page04.html

<!DOCTYPE html>
<html>
<head>
<title>BCA</title>
</head>

<body>
<h1 align="center"><font color = "green">DEPT. OF COMPUTER APPLICATION</font></h1>
<h2 align="center"><font color = "green">MAR DIONYSIUS COLLEGE</font></h2>
<h2 align="center"><font color = "green">PAZHANJI</font></h2>

<center><img src="COMPUTER.jpg" alt="description" width="30%"></center>

<h2><u>SEMESTER VI</u></h2>

<h2>Programming Laboratory IV: Programming Laboratory IV: Lab Exam of Android and Linux Shell Programming</h2>
<li>Course Number: 34</li>
<li>Number of Credits: 4</li>
<li>Course Evaluation: Internal – 20 Marks + External – 80 Marks</li>
<h2>Objective</h2>
<li>To practice Android programming.</li>
<li>To practice user interface applications.</li>
<li>To develop mobile application.</li>
<li>To practice shell programming.</li>

<p>Include any 15 Android Programming Lab questions and 15 Shell Programming
Lab questions in the record book.</p>

<center><a href="Page03.html">Previous page<a href="Page05.html">Next page<a href="HTML09.html">Home page</a></center>

</body>
</html>


Page05.html


<!DOCTYPE html>
<html>
<head>
<title>BCA</title>
</head>

<body>
<h1 align="center"><font color = "green">DEPT. OF COMPUTER APPLICATION</font></h1>
<h2 align="center"><font color = "green">MAR DIONYSIUS COLLEGE</font></h2>
<h2 align="center"><font color = "green">PAZHANJI</font></h2>

<center><img src="COMPUTER.jpg" alt="description" width="30%"></center>

<h2><u>SEMESTER VI</u></h2>

<h2>Project Work</h2>
<li>Course Number: 36</li>
<li>Contact Hours per Week: 4 (0T + 2L in V Sem + 2L in VI Sem)</li>
<li>Number of Credits: 2</li>
<li>Number of Contact Hours: 64 Hrs.</li>
<li>Course Evaluation: Internal – 20 Marks + External – 80 Marks</li>

<h2>Objective</h2>
<li>To provide practical knowledge on software development process</li>

<p>For internal evaluation, the progress of the student shall be systematically assessed through two or
three stages of evaluation at periodic intervals.
A bonafied project report shall be submitted in hard bound complete in all aspects.</p>

<h2>Industrial Visitk</h2>

<li>Number of Credits: 1</li>
<li>Course Evaluation: External – 10 Marks</li>

<h2>Guide Lines:</h2>
<p>• Minimum one day visit to National research Institutes, Laboratories, places of scientific
Importance or Software Companies.
OR
• One week Industrial Training / internship at any software firms/ Research Labs
• The Industrial visit should be done in fifth or sixth semester.
• A 10 – 20 page Industrial visit / Training report have to be submitted with certificate from
industry / institute, sufficient photos and analysis along with Project for evaluation in the sixth
semester.<p>

<center><a href="Page03.html">Previous page <a href="HTML09.html">Home page</a></center>

</div>
</body>
</html>



Output Screenshot








 

No comments:

Post a Comment