Intelligent Tutoring Systems


Intelligent tutoring system is computer software which provide instructions to students similar to human tutor and provide feedback to students.
      Intelligent tutoring system term in research community first introduced by Brown in 1982 as an more innovative term for intelligent Computer Aided instruction (ICAI). Intelligent tutoring system is an interdisciplinary field which includes investigations and research studies to devise strategies and learning systems through which students can get more effective and better learning as a good teachers do.
      Difference between traditional computer based learning system or computer Aided instruction(CAI) and intelligent tutoring systems is that ITS provides feedback  and guidance to students about their learning performance without involving of any human tutor. Intelligent tutoring system has lot of advantages, their flexibility of time and place. Student can learn at any time and location through intelligent tutoring so there is no any area limitation.
      Intelligent tutoring systems mainly consists of four modules. These four modules are Interface module, Domain module, Student module and Tutor module. Students interaction with intelligent tutoring system is done in interface module. Graphical user interfaces are used to make more interactive and enjoyable interface for students.
      The Domain module is concerned with domain for which intelligent tutoring system has been designed. It includes how subject knowledge will be represented in the tutoring system. It stores and represents problems, exercises and learning content of the domain. The Student module is concerned with student progress and achievement while using tutoring system. It provides guidance and feedback to students and measure the student learning performance. The tutor module concerned with pedagogy strategies for effective teaching. It is mostly concerned with student module in a way that which pedagogy or instructions system targets to which students. Intelligent tutoring system take appropriate strategies using system feedback of students progress status.
Metacognitive Mathematics Tutor , Active Math, Wayang outpost, Mathesis and cognitive tutor are some examples of intelligent tutoring systems

Computers and Education
























Computers are now become the most important component of peoples. Most of work are depends on computers from offices to industry and from school to universities. Role of computers in education has been widely studied and computers are now main component of education system. Computers are now main part of formal and non formal education. Computer has been integrated as compulsory subject in curriculum.

Facebook Chat Box

This post is about creating facebook chat box.Facebook Chat box  can be easily developed using css and some javascript lines.Below is code of Facebook Chat Box.

Menu Bar with Hover property

Navigation is very important for website.Navigation can be obtained through Menu bars.This post about the usage of Hover Property which is used to make menu more affective and also used for focus of users.Let see below image of Menu bar.


In this menu bar, when user hover mouse(moves mouse over menu tab) on menu tab background color  will be changed .This can be obtained through Hover property of CSS.

JQuery AJAX


AJAX program can be developed through jquery library. JQuery facilitates less code to implement AJAX.Following is simple code to  understand AJAX with JQuery.

Introduction to AJAX and check user availability using AJAX

AJAX stands asynchronous Javascript and XML. AJAX is techniques to load server content without loading page.There is alot of uses in web applications.AJAX is used to upload part of webpage without loading web page.Here we will see use of AJAX through "check user availability" program.

Famous application of AJAX is google Suggest.

Three Column Div based layout

Website is mostly designed in two column layout and three column layout.Three column layout is mostly used for website.First column is mostly used for navigation links ,Second column is used for content and third column is used for widgets or ads or banner.Following is Three Column layout.