March 6, 2012

Define and then add facts in working memory by using clips commands

Define and then add facts in working memory by using clips commands e.g. “A patient has 101 degree Fahrenheit temperature, yellow spots, red rash and infected throat.” Note: Temperature, spots, rash and throat are the parameters of a patient. “Disease is diagnosed as allergy”Note: Disease is a parameter of title diagnose Novidat and Evil are […]

Application of Expert System with Fuzzy Logic in Teachers‘ Performance Evaluation

Application of Expert System with Fuzzy Logic in Teachers‘ Performance Evaluation (Download reference research paper) Goal of this research paper is to show the implementation of artificial intelligence in form of fuzzy logics and expert systems. With the help of teachers’ performance assessment, it is easily explained that how the fuzzy variables can be used […]

Expert System Applications in E-learning Environment: Analysis on Current Trends and Future Prospects

Expert System Applications in E-learning Environment: Analysis on Current Trends and Future Prospects (Download reference research paper) This research paper focuses on trends of electronic learning system with ES integration. It is definitely a revolution from learning aspect where all the content is easily available, backed up and can be presented in different attractive layouts. […]

RULE BASED EXPERT SYSTEM FOR SELECTING SOFTWARE DEVELOPMENT METHODOLOGY

RULE BASED EXPERT SYSTEM FOR SELECTING SOFTWARE DEVELOPMENT METHODOLOGY This article is about “RULE BASED EXPERT SYSTEM FOR SELECTING SOFTWARE DEVELOPMENT METHODOLOGY” in which i have attached a reference research paper with the courtesy of “jatit.org”. I have studied it and listed few important points below. (Download reference research paper) Goals of this Research paper: […]

Degree of multiprogramming is increase CPU utilization

Degree of multiprogramming is increase CPU utilization Multi-programming is affecting CPU utilization and always increases the CPU utilization because it organizes jobs in such ways where CPU executes one job at a time. Meanwhile the remaining jobs kept in memory by operating system. As all the jobs can fit in the memory due to limited […]

JDK and Netbeans

JDK and Netbeans JDK means Java Development Kit and Netbeans is an IDE is Integrated Development Environment a software which helps not only in managing java projects but it provides editor and running, testing, debugging environment as well. JDK helps Netbeans to be equipped with the libraries which helps the IDE to run the java […]

Response helps in WEB

Response helps in WEB Response helps Web to get response back from server against the request being made by client. It is clear that if a request received by the server and a thread is created with method “Service()” to serve the request either by method doPost() or doGet() so finally server will provide the […]

Request helps in WEB

Request helps in WEB Request helps Web to sends request from client to server. When a user access a URL either containing localhost or online http so this action is called request. Now if we specifically talk about an input form in which two types of request can be made to server “POST” & “GET”. […]