﻿<%@ Page Language="C#" MasterPageFile="~/MasterPage.Master" AutoEventWireup="true" CodeBehind="academic_regulations.aspx.cs" Inherits="UIT_Website.academic_regulations" Title="Untitled Page" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" runat="server">

<script language="JavaScript">
document.onkeydown = function KeyDownHandler(e)

{
        //list all CTRL + key combinations you want to disable
        var forbiddenKeys = new Array('a', 'n', 'c', 'x', 'v', 'j');
        var key;
        var isCtrl;

        if(window.event)
        {
                key = window.event.keyCode;     //IE
                if(window.event.ctrlKey)
                        isCtrl = true;
                else
                        isCtrl = false;
        }
        else
        {
                key = e.which;     //firefox
                if(e.ctrlKey)
                        isCtrl = true;
                else
                        isCtrl = false;
        }
        
        if(isCtrl)
        {
               
           alert('disabled.');
           return false;       
               
        }
        return true;
}


</script>

<script language="javascript" type="text/javascript">
var message="Right-mouse click has been disabled.";
function click(e)
{
  if (document.all)
  {
    if (event.button==2||event.button==3)
    {
      alert(message);
      return false;
    }
  }
  else
  {
    if (e.button==2||e.button==3)
    {
      e.preventDefault();
      e.stopPropagation();
      alert(message);
      return false;
    }
  }
  if (e.which)
  {
    alert("click has been disabled.")
  }
}

if (document.all) // for IE
{
  document.onmousedown=click;
}
else // for FF
{
  document.onclick=click;
}

</script> 


    <!--Main Image Frame-->
    <div id="centerDiv"><img src="images/image2.jpg" alt="Usman Institute of Technology - copyrighted pictures" title="Usman Institute of Technology - copyrighted pictures" border="0" /></div>
        
    <div class="space10"></div>   
    <div class="breadcrum"><strong>Location : </strong><a href="index.aspx">Home</a>&nbsp; > &nbsp;<a href="#">Rules & Regulation (General)</a>&nbsp; > &nbsp;<u>Academic Regulations</u></div>
    <div class="space20"></div>
    
    <!--Left column -->
    <div id="leftCol">
        <div class="heading">Academic Regulations</div>
       
        <table align="center" border="0" cellpadding="0" cellspacing="0" width="100%">
            <tr>
                <td>
                    <b><font color="#336666" face="Arial" style="FONT-SIZE: 10pt">Academic Year</font></b>
                </td>
            </tr>
            <tr>
                <td>&nbsp;
                    </td>
            </tr>
            <tr>
                <td>
                    <p align="justify">
                        <font color="#000000" face="Arial" style="FONT-SIZE: 10pt">The Academic year is 
                        divided into two semesters: Spring and Fall Semesters. New Students are admitted 
                        to the Institute </font>
                    </p>
                    <p align="justify">
                        <font color="#000000" face="Arial" style="FONT-SIZE: 10pt">only once in a 
                        year.&nbsp;Classroom teaching and laboratory work is carried out in 16 weeks. </font>
                    </p>
                </td>
            </tr>
            <tr>
                <td>
                    <br />
                    <br />
                </td>
            </tr>
            <tr>
                <td>
                    <b><font color="#336666" face="Arial" style="FONT-SIZE: 10pt">Medium of 
                    Instruction</font></b></td>
            </tr>
            <tr>
                <td>&nbsp;
                    </td>
            </tr>
            <tr>
                <td>
                    <p align="justify">
                        <font color="#000000" face="Arial" style="FONT-SIZE: 10pt">The medium of 
                        instruction and examinations for all courses is English. </font>
                    </p>
                </td>
            </tr>
            <tr>
                <td>
                    <br />
                    <br />
                </td>
            </tr>
            <tr>
                <td>
                    <b><font color="#336666" face="Arial" style="FONT-SIZE: 10pt">Credit Hours</font></b></td>
            </tr>
            <tr>
                <td>&nbsp;
                    </td>
            </tr>
            <tr>
                <td>
                    <p align="justify">
                        <font color="#000000" face="Arial" style="FONT-SIZE: 10pt">One hour lecture per 
                        week is equal to one credit hour. One lab work session of 3 hours per week is 
                        also equal to one </font>
                    </p>
                    <p align="justify">
                        <font color="#000000" face="Arial" style="FONT-SIZE: 10pt">Credit Hour. In 
                        addition, most of the courses include tutorials, laboratory work, practice 
                        sessions, discussion </font>
                    </p>
                    <p align="justify">
                        <font color="#000000" face="Arial" style="FONT-SIZE: 10pt">sessions and 
                        seminars. Some courses also involve a case study or student project/field work.
                        </font>
                    </p>
                </td>
            </tr>
            <tr>
                <td>
                    <br />
                    <br />
                </td>
            </tr>
            <tr>
                <td>
                    <b><font color="#336666" face="Arial" style="FONT-SIZE: 10pt">Duration of Course</font></b></td>
            </tr>
            <tr>
                <td>&nbsp;
                    </td>
            </tr>
            <tr>
                <td>
                    <font color="#000000" face="Arial" style="FONT-SIZE: 10pt">
                    <p align="justify">
                        Each course is of one semester duration and is executed as per course-plan, and 
                        concludes with a final examination held
                    </p>
                    <p align="justify">
                        at the end of the semester. </font>
                    </p>
                </td>
            </tr>
            <tr>
                <td>
                    <br />
                    <br />
                </td>
            </tr>
            <tr>
                <td>
                    <b><font color="#336666" face="Arial" style="FONT-SIZE: 10pt">Course Instructor</font></b></td>
            </tr>
            <tr>
                <td>&nbsp;
                    </td>
            </tr>
            <tr>
                <td>
                    <font color="#000000" face="Arial" style="FONT-SIZE: 10pt">
                    <p align="justify">
                        An instructor will be assigned to each course who will be responsible for 
                        conducting the course and awarding the
                    </p>
                    <p align="justify">
                        grades to the students. </font>
                    </p>
                </td>
            </tr>
            <tr>
                <td>
                    <br />
                    <br />
                </td>
            </tr>
            <tr>
                <td>
                    <b><font color="#336666" face="Arial" style="FONT-SIZE: 10pt">Attendance 
                    Requirement</font></b></td>
            </tr>
            <tr>
                <td>&nbsp;
                    </td>
            </tr>
            <tr>
                <td>
                    <font color="#000000" face="Arial" style="FONT-SIZE: 10pt">
                    <p align="justify">
                        Students are expected to attend the lectures and labs regularly. A student with 
                        less than 75% attendance in class
                    </p>
                    <p align="justify">
                        lectures/labs&nbsp;is not allowed to appear in the end semester&nbsp;examination. </font>
                    </p>
                </td>
            </tr>
            <tr>
                <td>
                    <br />
                    <br />
                </td>
            </tr>
            <tr>
                <td>
                    <b><font color="#336666" face="Arial" style="FONT-SIZE: 10pt">Students' 
                    Evaluation</font></b></td>
            </tr>
            <tr>
                <td>&nbsp;
                    </td>
            </tr>
            <tr>
                <td>
                    <font color="#000000" face="Arial" style="FONT-SIZE: 10pt">
                    <p align="justify">
                        Students&#8217; evaluation is an overall result of two components: sessional and end 
                        semester examination marks.
                    </p>
                    <p align="justify">
                        These components have a weightage of 55% and 45% respectively in a course having 
                        lab work and a weightage of 30%
                    </p>
                    <p align="justify">
                        and 70% respectively in a course without lab work. </font>
                    </p>
                </td>
            </tr>
            <tr>
                <td>
                    <br />
                    <br />
                </td>
            </tr>
            <tr>
                <td height="17">
                    <b><font color="#336666" face="Arial" style="FONT-SIZE: 10pt">Sessional Marks</font></b></td>
            </tr>
            <tr>
                <td>&nbsp;
                    </td>
            </tr>
            <tr>
                <td height="158">
                    <p align="justify">
                        <font color="#000000" face="Arial" style="FONT-SIZE: 10pt">Sessional marks are 
                        based on a continuous assessment of the student throughout the semester&nbsp;and 
                        these are </font>
                    </p>
                    <p align="justify">
                        <font color="#000000" face="Arial" style="FONT-SIZE: 10pt">derived from Quizzes, 
                        One- Hour Tests, Assignments and Lab work (if applicable). </font>
                    </p>
                    <font color="#000000" face="Arial" style="FONT-SIZE: 10pt"><b>Quizzes</b><br />
                    In each course, five quizzes of 5-10 minutes duration are given 
                    throughout&nbsp;the&nbsp;semester,&nbsp;without&nbsp;prior&nbsp;intimation.&nbsp;</font><p>
                        <font color="#000000" face="Arial" style="FONT-SIZE: 10pt">An instructor may 
                        give more than 5 quizzes but the average result of all quizzes will be 
                        considered. Quizzes carry a </font>
                    </p>
                    <p>
                        <font color="#000000" face="Arial" style="FONT-SIZE: 10pt">weightage of 5%.</font>
                        <font color="#000000" face="Arial" style="FONT-SIZE: 10pt"><b>
                        <br />
                        <br />
                        One-Hour Tests </b>
                        <br />
                        One-Hour Tests will be held usually in the 7th and 14th week during the semester 
                        with an announced schedule. </font>
                    </p>
                    <p>
                        <font color="#000000" face="Arial" style="FONT-SIZE: 10pt">The student, who 
                        misses any one hour test due to any reason whatsoever, will get zero mark(s). It 
                        is compulsory for </font>
                    </p>
                    <p>
                        <font color="#000000" face="Arial" style="FONT-SIZE: 10pt">all students&nbsp;to 
                        appear in the&nbsp;scheduled&nbsp;one-hour&nbsp;test&nbsp;and&nbsp;there&nbsp;shall&nbsp;be&nbsp;no compensation 
                        One-hour tests carry a </font>
                    </p>
                    <p>
                        <font color="#000000" face="Arial" style="FONT-SIZE: 10pt">weightage of 20%. <b>
                        <br />
                        <br />
                        Assignments</b><br />
                        In each course, two assignments are given. The course instructor may also give 
                        more than two assignments but the </font>
                    </p>
                    <p>
                        <font color="#000000" face="Arial" style="FONT-SIZE: 10pt">average result of all 
                        assignments will be considered. Assignments carry a weightage of 5%. <b>
                        <br />
                        <br />
                        Lab Work</b><br />
                        For courses with labs, the lab work is assessed by the instructor, which carries 
                        a weightage of 25%. </font>
                    </p>
                </td>
            </tr>
            <tr>
                <td>
                    <br />
                    <br />
                </td>
            </tr>
            <tr>
                <td>
                    <b><font color="#336666" face="Arial" style="FONT-SIZE: 10pt">End Semester Marks</font></b></td>
            </tr>
            <tr>
                <td>&nbsp;
                    </td>
            </tr>
            <tr>
                <td>
                    <font color="#000000" face="Arial" style="FONT-SIZE: 10pt">
                    <p align="justify">
                        These are the marks obtained by the student in the End Semester Examination. 
                        This examination is of three-hours
                    </p>
                    <p align="justify">
                        duration and is given at the end of the semester. </font>
                    </p>
                </td>
            </tr>
            <tr>
                <td>
                    <br />
                    <br />
                </td>
            </tr>
            <tr>
                <td>
                    <b><font color="#336666" face="Arial" style="FONT-SIZE: 10pt">Weightage Chart of 
                    Students' Evaluation</font></b></td>
            </tr>
            <tr>
                <td>&nbsp;
                    </td>
            </tr>
            <tr>
                <td height="262">
                    <table align="center" border="0" cellpadding="4" cellspacing="1" width="90%">
                        <tr>
                            <td background="vid:19-19../uit.edu/iframes/images/back.jpg" height="47" nowrap 
                                width="150">
                                <div align="center">
                                    <font face="Arial, Helvetica, sans-serif" size="2">Name of&nbsp; Examination</font>
                                </div>
                            </td>
                            <td background="vid:19-19../uit.edu/iframes/images/back.jpg" height="47" nowrap 
                                width="81">
                                <div align="center">
                                    <font face="Arial, Helvetica, sans-serif" size="2">Duration</font></div>
                            </td>
                            <td background="vid:19-19../uit.edu/iframes/images/back.jpg" height="47" nowrap 
                                width="16%">
                                <div align="center">
                                    <font face="Arial, Helvetica, sans-serif" size="2">Frequency<br />
                                    Per Semester</font></div>
                            </td>
                            <td background="vid:19-19../uit.edu/iframes/images/back.jpg" height="47" nowrap 
                                width="408">
                                <div align="center">
                                    <font face="Arial, Helvetica, sans-serif" size="2">Marks Distributions Weightage 
                                    in % of Subject</font>
                                    <p>
                                        <font face="Arial, Helvetica, sans-serif" size="2">Without Lab&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
                                        With Lab<br />
                                        %&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
                                        %</font>
                                    </p>
                                </div>
                            </td>
                        </tr>
                        <tr>
                            <td bgcolor="#e1e1e1" height="2" width="150">
                                <font face="Arial, Helvetica, sans-serif" size="2">A- Theory</font></td>
                            <td bgcolor="#e1e1e1" height="2" width="81">&nbsp;
                                </td>
                            <td bgcolor="#e1e1e1" height="2">&nbsp;
                                </td>
                            <td bgcolor="#e1e1e1" height="2" width="408">&nbsp;
                                </td>
                        </tr>
                        <tr>
                            <td align="center" bgcolor="#d6d6d6" height="17" width="150">
                                <font face="Arial, Helvetica, sans-serif" size="2">End Term Examination</font></td>
                            <td align="center" bgcolor="#d6d6d6" height="17" width="81">
                                <font face="Arial, Helvetica, sans-serif" size="2">3 Hrs.</font></td>
                            <td align="center" bgcolor="#d6d6d6" height="17">
                                <font face="Arial, Helvetica, sans-serif" size="2">1</font></td>
                            <td align="center" bgcolor="#d6d6d6" height="17" width="408">
                                <font face="Arial, Helvetica, sans-serif" size="2">
                                &nbsp;&nbsp;&nbsp;&nbsp;70&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 45</font></td>
                        </tr>
                        <tr>
                            <td align="center" bgcolor="#e1e1e1" width="150">
                                <p align="left">
                                    <font face="Arial, Helvetica, sans-serif" size="2">One-Hour Test</font>
                                </p>
                            </td>
                            <td align="center" bgcolor="#e1e1e1" width="81">
                                <font face="Arial, Helvetica, sans-serif" size="2">1 Hrs.</font></td>
                            <td align="center" bgcolor="#e1e1e1">
                                <font face="Arial, Helvetica, sans-serif" size="2">2</font></td>
                            <td align="center" bgcolor="#e1e1e1" width="408">
                                <font face="Arial, Helvetica, sans-serif" size="2">2*10=20&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 2*10=20</font></td>
                        </tr>
                        <tr>
                            <td align="center" bgcolor="#d6d6d6" width="150">
                                <p align="left">
                                    <font face="Arial, Helvetica, sans-serif" size="2">Quizzes</font>
                                </p>
                            </td>
                            <td align="center" bgcolor="#d6d6d6" width="81">
                                <font face="Arial, Helvetica, sans-serif" size="2">5-10 Mins.</font></td>
                            <td align="center" bgcolor="#d6d6d6">
                                <font face="Arial, Helvetica, sans-serif" size="2">5</font></td>
                            <td align="center" bgcolor="#d6d6d6" width="408">
                                <font face="Arial, Helvetica, sans-serif" size="2">1*5=5&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
                                1*5=5</font></td>
                        </tr>
                        <tr>
                            <td align="center" bgcolor="#e1e1e1" width="150">
                                <p align="left">
                                    <font face="Arial, Helvetica, sans-serif" size="2">Assignments</font>
                                </p>
                            </td>
                            <td align="center" bgcolor="#e1e1e1" width="81">
                                <font face="Arial, Helvetica, sans-serif" size="2">-</font></td>
                            <td align="center" bgcolor="#e1e1e1">
                                <font face="Arial, Helvetica, sans-serif" size="2">2</font></td>
                            <td align="center" bgcolor="#e1e1e1" width="408">
                                <font face="Arial, Helvetica, sans-serif" size="2">2*2.5=5&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
                                2*2.5=5</font></td>
                        </tr>
                        <tr>
                            <td align="center" bgcolor="#d6d6d6" height="2" width="150">
                                <p align="left">
                                    <font face="Arial, Helvetica, sans-serif" size="2">B - Practical</font>
                                </p>
                            </td>
                            <td align="center" bgcolor="#d6d6d6" height="2" width="81">
                                <font face="Arial, Helvetica, sans-serif" size="2">3 Hrs.</font></td>
                            <td align="center" bgcolor="#d6d6d6" height="2">
                                <font face="Arial, Helvetica, sans-serif" size="2">10-14</font></td>
                            <td align="center" bgcolor="#d6d6d6" height="2" width="408">
                                <font face="Arial, Helvetica, sans-serif" size="2">
                                &nbsp;&nbsp;-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 25</font></td>
                        </tr>
                    </table>
                    <br />
                </td>
            </tr>
            <tr>
                <td>
                    <b><font color="#336666" face="Arial" style="FONT-SIZE: 10pt">Examination 
                    Schedule</font></b></td>
            </tr>
            <tr>
                <td>&nbsp;
                    </td>
            </tr>
            <tr>
                <td>
                    <font color="#000000" face="Arial" style="FONT-SIZE: 10pt">
                    <p align="justify">
                        The Examination Department announces the end semester Examination Schedule which 
                        is displayed on the notice
                    </p>
                    <p align="justify">
                        board normally before the 15th week of the semester. </font>
                    </p>
                </td>
            </tr>
        </table>
       
    </div>
    <!--Left column Ended -->
    
    
    <!--right column -->
    <div id="rightCol">
        <img src="images/quote2.jpg" border="0" alt="Valuable Quotations by XSLogic Studios" title="Valuable Quotations by XSLogic Studios" />
    </div>
    
  
</asp:Content>

