answersLogoWhite

0

Anything you create, including a knowledge database, should be simple to maintain. Maintenance costs money and time, and high maintenance systems are typically poorly designed systems.

For knowledge database systems in particular, however, a second thought comes to mind: those systems must be simple to use. The typical user of such a system is confused, possibly inexperienced, frustrated, or both, as this person suffers from a problem (the one that he or she hopes the knowledge database can solve).

In order to assist this user, rather than add to confusion and frustration, ease-of-use should be a primary design goal in developing knowledge database systems.

User Avatar

Wiki User

16y ago

What else can I help you with?

Continue Learning about Computer Science

What is the two properties of recursive procedure?

The two properties of a recursive object or routine, F, are:F must have a simple base case (or have simple base cases).F must have a set of rules that reduces all other cases towards the base case.A classic example of recursion is the definition of a factorial.Fact(0) = 1Fact(n) = n * Fact(n - 1)For computer science, writing this function in JavaScript would look like:function factorial(n) {if (n === 0) {return 1;} else {return n * factorial(n - 1);}}


What conditions must be met in order for a network to have converged?

The routers in the network are operating with consistent routing knowledge.


What is the importance of knowledge in building and A.I. System?

A device cannot have artificial intelligence withour information being programmed into it. Therefore, the computer must be gifted with some knowledge before it can figure things out on its own.


How can we ensure that our data analysis methods maintain external consistency with real-world observations?

To ensure that our data analysis methods maintain external consistency with real-world observations, we must regularly validate our findings against real-world data and outcomes. This involves cross-referencing our analysis results with existing knowledge, conducting thorough testing, and seeking feedback from experts in the field. By consistently verifying our analysis against real-world observations, we can ensure the accuracy and reliability of our data analysis methods.


When determining EOC staffing one must consider the skills knowledge and abilities required to perform critical tasks as well as the necessary to perform those tasks?

authorities

Related Questions

What must scientists base their conclusions on to avoid being impartial?

Their conclusions must be repeatedly tested by other scientists and maintain a consistent conclusion.


In Fahrenheit 451 why must fire captains have book knowledge?

Fire captains must have book knowledge in Fahrenheit 451 to effectively identify and locate hidden books in people's homes. This knowledge allows them to enforce the ban on books and maintain control over society through censorship and book burning.


Why must the transitioning build and sustain knowledge management systems?

Building and sustaining knowledge management systems while transitioning will help the business maintain their database of information. Without maintaining their information, they will have to start from the beginning.


Identify the simple subject in the sentence there are too many people on this elevator?

All elevators have a certain capacity that they must maintain. There is not a number of people that must be adhere to but a certain weight capacity.


What is a Knowledge Base. Discuss?

Knowledge base is the criteria among the four criterias which an individaual neen to satsify for him to be called a profession in his field of specialization, the knowledge must have been attainad at a particular field of training institution in a specified period of time. It is all about the the set of ways through which a profession can perform his work sufficiently:Knowledge base of a teacherKnowledge base of a doctor e.t.cAnswered by Linus John From University of Dar Es Salaam (DUCE) TanzaniaContacts +225764224280 or linusbaz@gmail.com


What simple machines make up the base of a light bulb?

The simple machine that makes up the base of a light-bulb is just a screw. That screw allows you to insert the light-bulb into the base of a lamp. You must make sure to get the grooves of the screw lined up to properly tighten the bulb into place.


What kind of knowledge must this rabbi?

Jewish knowledge


What is the role of knowledge in expert system?

importance of knowledge in expert system:1.knoledge is the enqure part of the expert system . 2.allow easy modification adding and deleting skill from the knowledge base.3.easy modification of the knowledge base is a major factor in producing a successfull programe in expert system.4.knowledge engineering must address a range of problem.5.through a knowledge we create one part without effecting the other.6.user knowledge specific to to a problem domain to provide "exper quality"performance in that application area.


What must every cell have in order to maintain its integrity and to survive?

Every cell must have a cell membrane to maintain its integrity and to survive.


What conditions must be met to mantain homeostasis?

your body must give of heat if it is going to maintain homeostasis. You eat to maintain homeostasis.


What must every cell have in order to maintain its integrity to survive?

Every cell must have a cell membrane to maintain its integrity and to survive.


How current increases when the load increases in a generator?

Power is voltage times current. If you want to maintain constant voltage and yet increase power, then current must increase. Its simple math.