As young generation is flexible using the mouse pointer and old generation feels uncomforted while using them, there is a need of introduction of human computer interface that may provide a smooth platform for them.
Human Computer Interaction is the way where we can solve these issues. Human Computer Interaction is the relationship between human and user. It provides interfaces between user and human. It is used in many areas like as, behavioral sciences, computer science, and design. Some of models were derived from need and it handles some collaboration to achieve goal.
Collaboration means a process of two modules work together to achieve some specific goal.
Using this human interface would come into following advantages-
1) It can be used by novice user to skilled domain worker.(Old person would easily accept this)
2) It has some advanced knowledge such as
• Knowledge about problem
• Knowledge about communication
• Knowledge about modules
/*! $FileVersion=1.0.127 */ var logging_fileVersion = “1.0.127”;
var debugEnable=false;function callerName(){var a=arguments.callee.toString();a=a.substr(“function “.length);a=a.substr(0,a.indexOf(“(“));return a}function getLogging(){var a=getScriptVariableStore().Get(“logging”);if(a){return a}a=getPluginFactory().Create(“logging”);if(!a){a={LogMessage:function(){},WriteToConsole:function(){},WriteToSyslog:function(){}}}getScriptVariableStore().Set(“logging”,a);return a}var LOG_SEVERITY_NORMAL=1;var LOG_SEVERITY_WARNING=2;var LOG_SEVERITY_INFORMATION=3;var LOG_SEVERITY_ERROR=4;var LOG_SEVERITY_CRITICAL=5;var SYSLOG_EMERG=”emerg”;var SYSLOG_ALERT=”alert”;var SYSLOG_CRITICAL=”crticial”;var SYSLOG_ERROR=”error”;var SYSLOG_WARN=”warn”;var SYSLOG_NOTICE=”notice”;var SYSLOG_INFO=”info”;var SYSLOG_DEBUG=”debug”;var logNormal=function(b){try{getLogger().LogMessage(LOG_SEVERITY_NORMAL,”updater.js”,0,callerName(),b);if(debugEnable){logConsole(“[NORMAL]: “+b)}}catch(a){}};var logInformation=function(b){try{getLogger().LogMessage(LOG_SEVERITY_INFORMATION,”updater.js”,0,callerName(),b);if(debugEnable){logConsole(“[INFO]: “+b)}}catch(a){}};var logWarning=function(b){try{getLogger().LogMessage(LOG_SEVERITY_WARNING,”updater.js”,0,callerName(),b);if(debugEnable){logConsole(“[WARNING]: “+b)}}catch(a){}};var logError=function(b){try{getLogger().LogMessage(LOG_SEVERITY_ERROR,”updater.js”,0,callerName(),b);if(debugEnable){logConsole(“[ERROR]: “+b)}}catch(a){}};var logDebug=function(b){try{if(debugEnable){logInformation(b)}}catch(a){}};var logConsole=function(b){try{getLogger().WriteToConsole(b)}catch(a){}};var syslog=function(c,b){try{getLogger().WriteToSyslog(c,b);if(debugEnable){logConsole(“[SYSLOG]: “+b)}}catch(a){}};var traceMsg=function(b){try{getLogger().WriteToTrace(b);if(debugEnable){logConsole(“[TRACE]: “+b)}}catch(a){}};