recategorized by
12,652 views

2 Answers

3 votes
3 votes

Answer : C

What is a knowledge representation?
It is a medium of human expression.
It is a medium for pragmatically efficient computation.
Knowledge representation techniques :

All of these, in different ways, involve hierarchical representation of data.

Lists - linked lists are used to represent hierarchical knowledge
Trees - graphs which represent hierarchical knowledge. LISP, the main programming language of AI, was developed to process lists and trees.
Semantic networks - nodes and links - stored as propositions.
Schemas - used to represent commonsense or stereotyped knowledge.
Frames - Describe objects. Consist of a cluster of nodes and links manipulated as a whole. Knowledge is organised in slots. Frames are hierarchically organised. 
Scripts  - Describe event rather than objects. Consist of stereotypically ordered causal or temporal chain of events.

Reference : KRT

0 votes
0 votes
Script represent stereotype

Frame represent record like

Associate represent graph like

Option c is correct
Answer:

Related questions

2.5k
views
1 answers
3 votes
go_editor asked Jul 27, 2016
2,522 views
High level knowledge which relates to the use of sentences in different contexts and how the context affect the meaning of the sentences?MorphologicalSyntacticSemanticPra...
2.4k
views
0 answers
0 votes
makhdoom ghaya asked Jul 30, 2016
2,421 views
Match the following $:$$\begin{array}{clcl} & \textbf{List – I} && \textbf{List – II} \\ \text{a.} &\text{Script} & \text{i.} & \text{Directed graph with labelled ...
3.2k
views
1 answers
2 votes
go_editor asked Jul 19, 2016
3,224 views
The map colouring problem can be solved using which of the following technique?Means-end analysisConstraint satisfactionAO* searchBreadth first search