recategorized by
12,497 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

3 votes
3 votes
1 answer
1
go_editor asked Jul 27, 2016
2,442 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...
0 votes
0 votes
0 answers
2
makhdoom ghaya asked Jul 30, 2016
2,363 views
Match the following $:$$\begin{array}{clcl} & \textbf{List – I} && \textbf{List – II} \\ \text{a.} &\text{Script} & \text{i.} & \text{Directed graph with labelled ...
2 votes
2 votes
1 answer
3
go_editor asked Jul 19, 2016
3,097 views
The map colouring problem can be solved using which of the following technique?Means-end analysisConstraint satisfactionAO* searchBreadth first search