SRM Institute of Science and Technology
SRM Institute of Science and Technology
SRM Institute of Science and Technology
QUESTION BANK
Regulation – 2018
QUESTION BANK
UNIT V
Expert system-Architecture- Pros and Cons of expert system- Rule based systems- Frame based expert
system- Natural language processing-Levels of NLP- Syntactic and Semantic Analysis- Information
retrieval- Information Extraction- Machine translation- NLP Applications- Advance topics in Artificial
Intelligence-Cloud Computing and intelligent agent- Business intelligence and analytics- Sentiment
Analysis- Deep learning Algorithms- Planning and logic in intelligent agents
PART-A (Multiple Choice Questions)
Q. Questions Course Competen
Outcom ce
No e BT Level
1 MYCIN falls under the category of
a) Shell
b) Rule-based expert system 5 1
c) Frame based expert system
d) None of these
2 The core part of decision making for the expert system lies in the
a) Knowledge base
b) Explanations 5 1
c) Inference mechanism
d) Facts
3 A rule of ‘If you are wearing a cardigan, then it is cold’ falls under the
semantics of
a) Recommendation
5 1
b) Heuristic
c) Relation
d) Directive
4 A when needed method is invoked in frame based expert system
a) By an event when changed
b) In the decision making, as required 5 1
c) By any action that need some data
d) All of the above
5 The interpreters in expert systems are termed as 5 1
a) Frames
b) Explanations
c) Shells
d) None of the above
6 The process of coding the knowledge in expert system is
a) Knowledge base
b) Knowledge engineering 5 1
c) Knowledge acquisition
d) None of the above
7 In fuzzy expert system, conversion is crisp value is done by
a) Inference mechanism
b) Defuzzification 5 1
c) Composition
d) Fuzzification
8 Semantic analysis is based on
a) Transitive networks
b) Context sensitive grammars 5 1
c) Any grammars
d) Knowledge representation
9 Which of the following checks the correctness of the sentence
grammatically?
a) ATN
5 1
b) RTN
c) Indexing
d) Wrappers
10 In case grammar, the agent case is always a compulsory case with any
verb.
a) It as to be with dative
5 1
b) The above statement is true
c) The case grammar can have instrumental case too
d) It depends on the verb
11 In which of the following, the context and the relations among the
sentences are important?
a) Conceptual dependency
5 1
b) Case grammars
c) Discourse and pragmatic processing
d) None of the above
12 Suppose we want to identify fraud transactions in bank, under this
scenario, we would look up on
a) High precision
5 1
b) High Recall
c) Precision and recall = 1 value
d) None of the above
13 Which of the text pre processing task would return ‘learn’ if the input
word is ‘learnt’?
a) Text standardisation
5 1
b) Term stripping
c) Stemming
d) None of the above
14 Which of the following does not exist in the Boolean model? 5 1
a) Ranking
b) Weighting
c) Indexing
d) All of these
15 Pattern analytics intends to
a) Hide the meaningful patterns for processing
b) Select the useful patterns and study them 5 1
c) Discover the meaningful patterns
d) All the above
16 Sentiment analysis is not about
a) Finding the opinion about the person on some product
b) Determining the polarity from the text 5 1
c) Feature based sentiment classification
d) Finding sentiments in the text
17 Which of the statement is not true about big data?
a) It discovers hidden patterns from a variety of data
b) Analytics of big data helps in better business decisions
c) Hadoop, NoSQL and MapReduce are the technologies 5 1
associated with it
d) Social media activity, web logs are data sources for big data
i)
18 Which of the following includes major tasks of NLP?
a) Automatic summarization
b) Discourse analysis 5 1
c) Machine translation
d) All the above
19 What is meant by compositional semantics?
a) Determining the meaning
b) Logical connectives 5 1
c) Semantics
d) None of the above
20 What is meant by quasi logical form?
a) Sits between syntactic and logical form
b) Logical connectives 5 1
c) All the above
d) None of the above
21 Among the given options, which search algorithm requires less
memory?
a) Optimal search
5 1
b) Depth first search
c) Breadth first search
d) Linear search
22 Which algorithm is used in the game tree to make decision of
win/Lose?
a) Heuristic search algorithm
5 1
b) DFS/BFS algorithm
c) Greedy search Algorithm
d) Min/Max algorithm
23 The component of an expert system is 5 1
a) Knowledge base
b) Inference engine
c) User interface
d) All the above
24 Which rule is applied for the simple reflex agent?
a) Simple action rule
b) Simple and condition action rule 5 1
c) Condition action rule
d) None of the above
25 Which agent deals with happy and unhappy states?
a) simple reflex agent
b) model based agent 5 1
c) learning agent
d) utility based agent
PART-B(4 MARKS)
1 Develop an expert system for library that would recommend book for
5 2
its project work. Assume suitable data.
2 Write a program to associate different news in newspaper and prioritise
5 3
them with reference to your context.
3 Develop the retrieval system using indexing technique for some set of
5 2
text documents.
4 Explain the different levels of natural language processing. 5 3
5 With a neat sketch, explain the architecture, characteristic features and
5 3
roles of expert system.
6 Write in detail about the process of information extraction and Machine
5 3
translation
7 Compare the convolutional neural networks, recurrent neural networks 5 3
and summarize their pros and cons.
Note:
2. CO – Course Outcomes
BT1 – Remember BT2 – Understand BT3 – Apply BT4 – Analyze BT5 – Evaluate BT6 – Create