<%! javax.servlet.jsp.JspWriter out = null; String funSplit(String x) { String tmp = funSplit(x,50,' '); return tmp; } String funSplit(String x, int len) { String tmp = funSplit(x,len,' '); return tmp; } String funSplit(String x, int len,char ch) { String tmp = x; String tmp1=""; int l = tmp.length(); int a,b,c; if(l<=len) return tmp; for(c=0;c=l) { tmp1 = tmp1+tmp.substring(c,l); break; } a = tmp.indexOf(ch,(c+len-5)); b = tmp.indexOf(ch,(c+len)); /*try{ this.out.println("
l="+l+", len="+len+", a="+a+", b="+b+", c="+c); }catch(Exception e){ } */ if(a<0 || b<0) { tmp1 = tmp1+tmp.substring(c,(c+len))+"-|"; c = c+len; continue; } if(b<(c+len+3)) { tmp1 = tmp1+tmp.substring(c,b+1)+"|"; c = b; continue; } if(a:"+tmp1+":"); }catch(Exception e){ } */ } return tmp1; } %> <%try{ String centerPageName="includes/homesub/general.htm",courseSel=null; courseSel = request.getParameter("cmbCourse"); if(courseSel==null) courseSel = "general"; else centerPageName = "includes/homesub/"+courseSel+".htm"; //out.print("
Course: "+courseSel); String path="",dirName="",pageName=""; char sepChar='\\'; HttpSession sn = request.getSession(); String logError=(String)sn.getAttribute("errorLogin"); //out.print("
Log error:"+logError); if(logError==null) logError="x"; String strTemp = request.getQueryString(); String strTemp1 = request.getRequestURI(); if(strTemp1.indexOf(sepChar)<0) sepChar='/'; pageName = new String(strTemp1); if(strTemp!=null) pageName = pageName + "?"+ strTemp; System.out.println("Page: "+pageName); Connection con=null; Statement st=null; ResultSet rs=null; int n1=0,n2=0; //sn.removeAttribute("errorLogin"); sn.invalidate(); sn = request.getSession(); String collegeInfo = (String)sn.getAttribute("collegeinfo"); con = getc.conn(); if(con==null) { throw new NullPointerException("Error: Some unexpected problem in database."); } st = con.createStatement(); rs = null; //} //out.println("
dir: "+dirName); sn.setAttribute("dirname",dirName); //sn.setAttribute("branchgraph","abcd"); //out.println("
logerror:"+logError); sn.removeAttribute("errorLogin"); //boolean isnewses = sn.isNew(); //if(isnewses) strTemp=", window.open('ksitadmission.htm','','scrollbars=yes, width=550,height=240');"; //else %>

Navigation


Computer Science & Engineering

  
   

In modern days, undoubtedly Computer Science has given new dimensions to the field of science and technology. Being widely integrated with almost all branches of engineering and technology, knowledge of computers and their operation is vital to engineers both at personal and development in industry later.

With a view to provide access to multiple technologies and variety of hardware and software infrastructure, KSIT had developed labs with focus on :
· Wireless Technology
· Clustering
· Thin Clients
· Dual Xeon processor based servers
· Ethernet Technology and so on, apart from normal P4 based desktops.

At the software front, the department has associated with Microsoft Academic Alliance program apart from giving importance to open source software. Softwares from IBM such as DB2 for RDBMS and Web sphere for web application development facilitates students to get an exposure to the state of art technologies.

Separate Internet Infrastructure with more than fifty machines out of the 300 plus computers in the campus are connected to 256 kbps leased line that operates round the clock. This opens the flood gates for the student community to assimilate knowledge from across the globe thus helping them to prepare for technical symposium, technical seminars and academic projects.