Future StudentsCurrent StudentsFaculty and StaffAlumniParents
ParentsMiddle of Top Bar
About ACIAdmissionAcademicsCatalogAthleticsOffices and ServicesSearch

<% 'LOAD XSL SET xsl = Server.CreateObject("MSXML2.FreeThreadedDOMDocument") xsl.async = false xsl.load("c:\\inetpub\wwwroot\media\xml\NavSideBar.xsl") 'add parameters to the xsl Set XSLTemplate = Server.CreateObject("MSXML2.XSLTemplate") Set XSLTemplate.stylesheet = xsl Set proc = XSLTemplate.createProcessor ' Set the source of the data proc.input = xml proc.addParameter "pageurl", pageurl proc.addParameter "pageid", pageid 'more parameters... proc.Transform Response.Write proc.output SET proc = Nothing SET xsl = Nothing %> <% If Request.QueryString("ID") = "" Then Response.Write("
") Else %>
<% End If %>

Terms

The Unit of Credit

The unit of credit is the semester credit.

Course Numbers

Lower division (freshman and sophomore) courses are numbered 100-299. Upper division (junior and senior) courses are numbered 300-499.

Class Standing

The class in which a regular or conditional student is ranked at the beginning of the college year is based upon the following:

  • Freshman standing - Entrance requirements have been met.
  • Sophomore standing - Completion of 28 credits of work.
  • Junior standing - Completion of 60 credits of work.
  • Senior standing - Completion of 90 credits of work
<% 'LOAD XSL SET xsl = Server.CreateObject("MSXML2.FreeThreadedDOMDocument") xsl.async = false xsl.load("c:\\inetpub\wwwroot\media\xml\NavTopMenu.xsl") Response.Write(xml.transformNode(xsl)) SET proc = Nothing SET xsl = Nothing SET xml = Nothing %>