SlideShare a Scribd company logo
1 of 8
Department of Computer Science
Final PG Comprehensive Type Testing Questions
Class : MSC CS
1) In a rule-based system, procedural domain knowledge is in the form of:
a) production rules
b) rule interpreters
c) meta-rules
d) control rules
2) An AI technique that allows computers to understand associations and relationships
between objects and events is called:
a) heuristic processing
b) cognitive science
c) relative symbolism
d) pattern matching
3) The field that investigates the mechanics of human intelligence is:
a) history
b) cognitive science
c) psychology
d) sociology
4) What is the heuristic function of greedy best-first search?
a) f(n) != h(n)
b) f(n) < h(n)
c) f(n) = h(n)
d) f(n) > h(n)
5) Which is used to improve the performance of heuristic search?
a) Quality of nodes
b) Quality of heuristic function
c) Simple form of nodes
d) None of the mentioned
6) Which search uses only the linear space for searching?
a) Best-first search
b) Recursive best-first search
c) Depth-first search
d) None of the mentioned
7) Research scientists all over the world are taking steps towards building computers
with circuits patterned after the complex inter connections existing among the human
brain's nerve cells. What name is given to such type of computers?
a) Intelligent computers
b) Supercomputers
c) Neural network computers
d) Smart computers
8) Who is considered to be the "father" of artificial intelligence?
a) Fisher Ada
b) John McCarthy
c) Allen Newell
d) Alan Turning
9) What is the term used for describing the judgmental or commonsense part of problem
solving?
a) Heuristic
b) Critical
c) Value based
d) Analytical
10) The _________is the set of all states reachable from the initial state.
a) state space
b) path
c) solution state
d) both b & c
11) The activity of the neuron is an _________ process.
a) iterative
b) continuous
c) “all-or-none”
d) None of these
12) The McCulloch-Pitts neural model is also known as __________.
a) probabilistic unit
b) linear threshold gate
c) both a & b
d) none of these
13) The McCulloch-Pitts neuron is a _________device
a) unary
b) binary
c) two-valued logic
d) All of the mentioned
14) The __________function is a classification of different patterns.
a) membership
b) perceptron
c) both a& b
d) None of these
15) The _________is a neural network that models the structure and function of the part
of the brain known as the cerebellum.
a) Cerebellar Model Articulation Controller
b) Linear Associative Memory
c) Probabilistic Neural Network
d) Adaptive Resonance Theory
16) __________is a supervised version of vector quantization that can be used when we
have labelled input data.
a) Linear Associative Memory
b) Probabilistic Neural Network
c) Learning Vector Quantization
d) None of these
17) The truth values of traditional set theory is ____________ and that of fuzzy set is
__________
a) Either 0 or 1, between 0 & 1
b) Between 0 & 1, either 0 or 1
c) Between 0 & 1, between 0 & 1
d) Either 0 or 1, either 0 or 1
18) __________is extension of Crisp set with an extension of handling the concept of
Partial Truth.
a) Crisp logic
b) Fuzzy logic
c) both a & b
d) none of these
19) The room temperature is hot. Here the hot (use of linguistic variable is used) can be
represented by _______ .
a) Fuzzy Set
b) Crisp Set
c) Both a & b
d) None of these
20) The values of the set membership is represented by
a) Discrete Set
b) Degree of truth
c) Probabilities
d) Both b & c
21) probability density function concerns with
a) Probability distributions
b) Continuous variable
c) Discrete variable
d) Probability distributions for Continuous variables
22) Fuzzy Set theory defines fuzzy operators. Choose the fuzzy operators from the
following.
a) AND
b) OR
c) NOT
d) All of these
23) The operators, more linguistic in nature, called __________ that can be applied to
fuzzy set theory.
a) Hedges
b) Lingual Variable
c) Fuzzy Variable
d) None of the mentioned
24) ______________ is/are the way/s to represent uncertainty.
a) Fuzzy Logic
b) Probability
c) Entropy
d) All of the mentioned
25) _____ control system have no learning capabilities
a) fuzzy neural control
b) traditional control
c) neural control
d) fuzzy control
26) Which of the following is neuro fuzzy control
b) traditional control
c) fuzzy control
d) neural control
d) all the above
27) Fuzzy logic is usually represented as
a) IF-THEN-ELSE rules
b) IF-THEN rules
c) Both a & b
d) None of the mentioned
28) Which of the following is time dependent fuzzy logic
a) crisp and temporal logic
b) crisp logic and fuzzy logic
c) temporal and fuzzy logic
d) none of these
29) Expansion of SOM is
a) self organizing map
b) self organizing message
c) self oriented map
d) self online message
30) _____ does not require a teacher
a) unsupervised learning
b) competitive learning
c) supervised learning
d) Reinforced learning
31) A ____ is a mathematical tool that outlines the method and speed for an ANN
a) Learning function
b) Learning rate
c) Learning algorithm
d) none of these
32) Nerual networks are complex ____ with many parameters
a) exponential function
b) Non-linear function
c) Linear function
d) discrete function
33) Unsupervised learning is also known as
a) loop-organizing
b) self-organizing
c) none of these
d) self-loop
34) The association unit consists of a set of sub circuits called
a) feature patterns
b) perception
c) feature demons
d) feature detecter
35) Expansion of ART is
a) Adaptive Repeated Theory
b) Adaptive Recovery Theory
c) Adaptive Responsive Theory
d) Adaptive Resonance Theory
36) A clause of probabilistic weight change laws appears in neural models under the name
_____
a) simulated annealing
b). sequential annealing
c) seperated annealing
d) none of these
37) A perceptron is:
a) a single layer feed-forward neural network with pre-processing
b) an auto-associative neural network
c) a double layer auto-associative neural network
d) a neural network that contains feedback
38) An auto-associative network is:
a) a neural network that contains no loops
b) a neural network that contains feedback
c) a neural network that has only one loop
d) a single layer feed-forward neural network with pre-processing
39) Which of the following is true?
(i) On average, neural networks have higher computational rates than conventional
computers.
(ii) Neural networks learn by example.
(iii) Neural networks mimic the way the human brain works.
a) All of the mentioned are true
b) (ii) and (iii) are true
c) (i), (ii) and (iii) are true
d) None of the mentioned
40) Which of the following is true for neural networks?
(i) The training time depends on the size of the network.
(ii) Neural networks can be simulated on a conventional computer.
(iii) Artificial neurons are identical in operation to biological ones.
a) All of the mentioned
b) (ii) is true
c) (i) and (ii) are true
d) None of the mentioned
41) What are the advantages of neural networks over conventional computers?
(i) They have the ability to learn by example
(ii) They are more fault tolerant
(iii)They are more suited for real time operation due to their high ‘computational’
rates
a) (i) and (ii) are true
b) (i) and (iii) are true
c) Only (i)
d) All of the mentioned
42) Which of the following is true?
Single layer associative neural networks do not have the ability to:
(i) perform pattern recognition
(ii) find the parity of a picture
(iii)determine whether two or more shapes in a picture are connected or not
a) (ii) and (iii) are true
b) (ii) is true
c) All of the mentioned
d) None of the mentioned
43) Which is true for neural networks?
a) It has set of nodes and connections
b) Each node computes it’s weighted input
c) Node could be in excited state or non-excited state
d) All of the mentioned
44) Neuro software is:
a) A software used to analyze neurons
b) It is powerful and easy neural network
c) Designed to aid experts in real world
d) It is software used by Neuro surgeon
45) Why is the XOR problem exceptionally interesting to neural network researchers?
a) Because it can be expressed in a way that allows you to use a neural
network
b) Because it is complex binary operation that cannot be solved using
neural networks
c) Because it can be solved by a single layer perceptron
d) Because it is the simplest linearly inseparable problem that
exists.
46) Why are linearly separable problems of interest of neural network researchers?
a)Because they are the only class of problem that network can solve
successfully
b) Because they are the only class of problem that Perceptron can
solve successfully
c) Because they are the only mathematical functions that are continue
d) Because they are the only mathematical functions you can draw
47) Which of the following is not the promise of artificial neural network?
a) It can explain result
b) It can survive the failure of some nodes
c) It has inherent parallelism
d) It can handle noise
48) Neural Networks are complex ______________ with many parameters.
a) Linear Functions
b) Nonlinear Functions
c) Discrete Functions
d) Exponential Functions
49) The network that involves backward links from output to the input and hidden layers
is called as ____.
a) Self organizing maps
b) Perceptrons
c) Recurrent neural network
d) Multi layered perceptron
50) Which of the following is an application of Neural Network?
a) Sales forecasting
b) Data validation
c) Risk management
d) All of the mentioned
Final PG Comprehensive Type Testing Questions – April 2015
Class : MSC CS
Answer Key :
1 a 26 a
2 d 27 b
3 b 28 b
4 c 29 a
5 b 30 a
6 b 31 c
7 c 32 c
8 b 33 b
9 a 34 c
10 a 35 d
11 c 36 a
12 b 37 a
13 b 38 b
14 b 39 a
15 a 40 c
16 c 41 d
17 a 42 a
18 b 43 d
19 a 44 b
20 b 45 d
21 d 46 b
22 d 47 a
23 a 48 a
24 d 49 c
25 b 50 d

More Related Content

Similar to Soft computing one marks Q&A 50

On Inexact Newton Directions in Interior Point Methods for Linear Optimization
On Inexact Newton Directions in Interior Point Methods for Linear OptimizationOn Inexact Newton Directions in Interior Point Methods for Linear Optimization
On Inexact Newton Directions in Interior Point Methods for Linear Optimization
SSA KPI
 

Similar to Soft computing one marks Q&A 50 (20)

Object Oriented Analysis and Design one marks Q & A
Object Oriented  Analysis  and  Design one marks Q & AObject Oriented  Analysis  and  Design one marks Q & A
Object Oriented Analysis and Design one marks Q & A
 
OOM MCQ Dev by Prof PL Pradhan TGPCET, NAGPUR
OOM MCQ Dev by Prof PL Pradhan TGPCET, NAGPUROOM MCQ Dev by Prof PL Pradhan TGPCET, NAGPUR
OOM MCQ Dev by Prof PL Pradhan TGPCET, NAGPUR
 
Mcq for Online Exam Soft Computing
Mcq for Online Exam Soft Computing Mcq for Online Exam Soft Computing
Mcq for Online Exam Soft Computing
 
Ds qb 2021 rma
Ds qb 2021 rmaDs qb 2021 rma
Ds qb 2021 rma
 
Deep learning: Cutting through the Myths and Hype
Deep learning: Cutting through the Myths and HypeDeep learning: Cutting through the Myths and Hype
Deep learning: Cutting through the Myths and Hype
 
Introduction to artificial neural network
Introduction to artificial neural networkIntroduction to artificial neural network
Introduction to artificial neural network
 
Islamic University Pattern Recognition & Neural Network 2019
Islamic University Pattern Recognition & Neural Network 2019 Islamic University Pattern Recognition & Neural Network 2019
Islamic University Pattern Recognition & Neural Network 2019
 
Ec8551 communication networks mcq question bank
Ec8551   communication networks mcq question bank Ec8551   communication networks mcq question bank
Ec8551 communication networks mcq question bank
 
Top 50 ML Ques & Ans.pdf
Top 50 ML Ques & Ans.pdfTop 50 ML Ques & Ans.pdf
Top 50 ML Ques & Ans.pdf
 
Std 12 computer chapter 8 classes and objects in java important MCQs
Std 12 computer chapter 8 classes and objects in java important MCQsStd 12 computer chapter 8 classes and objects in java important MCQs
Std 12 computer chapter 8 classes and objects in java important MCQs
 
UGC-NET, GATE and all IT Companies Interview C++ Solved Questions PART - 1
UGC-NET, GATE and all IT Companies Interview C++ Solved Questions PART - 1 UGC-NET, GATE and all IT Companies Interview C++ Solved Questions PART - 1
UGC-NET, GATE and all IT Companies Interview C++ Solved Questions PART - 1
 
ML-MCQ.pdf
ML-MCQ.pdfML-MCQ.pdf
ML-MCQ.pdf
 
Neural Networks in Data Mining - “An Overview”
Neural Networks  in Data Mining -   “An Overview”Neural Networks  in Data Mining -   “An Overview”
Neural Networks in Data Mining - “An Overview”
 
this pdf very much useful for embedded c programming students
this pdf very much useful for embedded c programming studentsthis pdf very much useful for embedded c programming students
this pdf very much useful for embedded c programming students
 
Bank questions
Bank questionsBank questions
Bank questions
 
Fuzzy System and fuzzy logic -MCQ
Fuzzy System and fuzzy logic -MCQFuzzy System and fuzzy logic -MCQ
Fuzzy System and fuzzy logic -MCQ
 
Reservoir computing fast deep learning for sequences
Reservoir computing   fast deep learning for sequencesReservoir computing   fast deep learning for sequences
Reservoir computing fast deep learning for sequences
 
On Inexact Newton Directions in Interior Point Methods for Linear Optimization
On Inexact Newton Directions in Interior Point Methods for Linear OptimizationOn Inexact Newton Directions in Interior Point Methods for Linear Optimization
On Inexact Newton Directions in Interior Point Methods for Linear Optimization
 
Introduction Mathematics Intelligent Systems Syllabus
Introduction Mathematics Intelligent Systems SyllabusIntroduction Mathematics Intelligent Systems Syllabus
Introduction Mathematics Intelligent Systems Syllabus
 
NEURAL NETWORK FOR THE RELIABILITY ANALYSIS OF A SERIES - PARALLEL SYSTEM SUB...
NEURAL NETWORK FOR THE RELIABILITY ANALYSIS OF A SERIES - PARALLEL SYSTEM SUB...NEURAL NETWORK FOR THE RELIABILITY ANALYSIS OF A SERIES - PARALLEL SYSTEM SUB...
NEURAL NETWORK FOR THE RELIABILITY ANALYSIS OF A SERIES - PARALLEL SYSTEM SUB...
 

More from eeducations ever

Methods of pattern making - S. Manohari
Methods of pattern making - S. ManohariMethods of pattern making - S. Manohari
Methods of pattern making - S. Manohari
eeducations ever
 

More from eeducations ever (11)

Yokes and Types
Yokes and TypesYokes and Types
Yokes and Types
 
Introduction to Pattern making
Introduction to  Pattern makingIntroduction to  Pattern making
Introduction to Pattern making
 
Methods of Pattern Making
Methods of Pattern MakingMethods of Pattern Making
Methods of Pattern Making
 
Sewing Tools and Equipment
Sewing Tools and EquipmentSewing Tools and Equipment
Sewing Tools and Equipment
 
SEWING TOOLS AND EQUIPMENTS - S.Manohari, Msc.,
SEWING TOOLS AND EQUIPMENTS - S.Manohari, Msc.,SEWING TOOLS AND EQUIPMENTS - S.Manohari, Msc.,
SEWING TOOLS AND EQUIPMENTS - S.Manohari, Msc.,
 
Intro to pattern making - S. Manohari
Intro to pattern making - S. ManohariIntro to pattern making - S. Manohari
Intro to pattern making - S. Manohari
 
Methods of pattern making - S. Manohari
Methods of pattern making - S. ManohariMethods of pattern making - S. Manohari
Methods of pattern making - S. Manohari
 
Ph d regulation_2019 bharathidasan university
Ph d regulation_2019 bharathidasan universityPh d regulation_2019 bharathidasan university
Ph d regulation_2019 bharathidasan university
 
Complier design one mark Q & A 50 by S. Yamini
Complier design one mark Q & A 50 by S. YaminiComplier design one mark Q & A 50 by S. Yamini
Complier design one mark Q & A 50 by S. Yamini
 
Embedded based microprocessor system one marks 50 questions and answers by S...
Embedded based microprocessor system one marks 50 questions and answers  by S...Embedded based microprocessor system one marks 50 questions and answers  by S...
Embedded based microprocessor system one marks 50 questions and answers by S...
 
Advanced Fashion: Standard and Promotion by s. manohari
Advanced Fashion:  Standard and Promotion by s. manohariAdvanced Fashion:  Standard and Promotion by s. manohari
Advanced Fashion: Standard and Promotion by s. manohari
 

Recently uploaded

Vishram Singh - Textbook of Anatomy Upper Limb and Thorax.. Volume 1 (1).pdf
Vishram Singh - Textbook of Anatomy  Upper Limb and Thorax.. Volume 1 (1).pdfVishram Singh - Textbook of Anatomy  Upper Limb and Thorax.. Volume 1 (1).pdf
Vishram Singh - Textbook of Anatomy Upper Limb and Thorax.. Volume 1 (1).pdf
ssuserdda66b
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
QucHHunhnh
 
Spellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please PractiseSpellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please Practise
AnaAcapella
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
heathfieldcps1
 
Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functions
KarakKing
 

Recently uploaded (20)

ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docx
 
Vishram Singh - Textbook of Anatomy Upper Limb and Thorax.. Volume 1 (1).pdf
Vishram Singh - Textbook of Anatomy  Upper Limb and Thorax.. Volume 1 (1).pdfVishram Singh - Textbook of Anatomy  Upper Limb and Thorax.. Volume 1 (1).pdf
Vishram Singh - Textbook of Anatomy Upper Limb and Thorax.. Volume 1 (1).pdf
 
Dyslexia AI Workshop for Slideshare.pptx
Dyslexia AI Workshop for Slideshare.pptxDyslexia AI Workshop for Slideshare.pptx
Dyslexia AI Workshop for Slideshare.pptx
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptxSKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
 
Spellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please PractiseSpellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please Practise
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
 
Fostering Friendships - Enhancing Social Bonds in the Classroom
Fostering Friendships - Enhancing Social Bonds  in the ClassroomFostering Friendships - Enhancing Social Bonds  in the Classroom
Fostering Friendships - Enhancing Social Bonds in the Classroom
 
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17  How to Extend Models Using Mixin ClassesMixin Classes in Odoo 17  How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
 
Graduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - EnglishGraduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - English
 
Towards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxTowards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptx
 
Food safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfFood safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdf
 
Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functions
 
How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17
 
ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibit
 

Soft computing one marks Q&A 50

  • 1. Department of Computer Science Final PG Comprehensive Type Testing Questions Class : MSC CS 1) In a rule-based system, procedural domain knowledge is in the form of: a) production rules b) rule interpreters c) meta-rules d) control rules 2) An AI technique that allows computers to understand associations and relationships between objects and events is called: a) heuristic processing b) cognitive science c) relative symbolism d) pattern matching 3) The field that investigates the mechanics of human intelligence is: a) history b) cognitive science c) psychology d) sociology 4) What is the heuristic function of greedy best-first search? a) f(n) != h(n) b) f(n) < h(n) c) f(n) = h(n) d) f(n) > h(n) 5) Which is used to improve the performance of heuristic search? a) Quality of nodes b) Quality of heuristic function c) Simple form of nodes d) None of the mentioned 6) Which search uses only the linear space for searching? a) Best-first search b) Recursive best-first search c) Depth-first search d) None of the mentioned 7) Research scientists all over the world are taking steps towards building computers with circuits patterned after the complex inter connections existing among the human brain's nerve cells. What name is given to such type of computers? a) Intelligent computers b) Supercomputers c) Neural network computers
  • 2. d) Smart computers 8) Who is considered to be the "father" of artificial intelligence? a) Fisher Ada b) John McCarthy c) Allen Newell d) Alan Turning 9) What is the term used for describing the judgmental or commonsense part of problem solving? a) Heuristic b) Critical c) Value based d) Analytical 10) The _________is the set of all states reachable from the initial state. a) state space b) path c) solution state d) both b & c 11) The activity of the neuron is an _________ process. a) iterative b) continuous c) “all-or-none” d) None of these 12) The McCulloch-Pitts neural model is also known as __________. a) probabilistic unit b) linear threshold gate c) both a & b d) none of these 13) The McCulloch-Pitts neuron is a _________device a) unary b) binary c) two-valued logic d) All of the mentioned 14) The __________function is a classification of different patterns. a) membership b) perceptron c) both a& b d) None of these 15) The _________is a neural network that models the structure and function of the part of the brain known as the cerebellum. a) Cerebellar Model Articulation Controller b) Linear Associative Memory c) Probabilistic Neural Network
  • 3. d) Adaptive Resonance Theory 16) __________is a supervised version of vector quantization that can be used when we have labelled input data. a) Linear Associative Memory b) Probabilistic Neural Network c) Learning Vector Quantization d) None of these 17) The truth values of traditional set theory is ____________ and that of fuzzy set is __________ a) Either 0 or 1, between 0 & 1 b) Between 0 & 1, either 0 or 1 c) Between 0 & 1, between 0 & 1 d) Either 0 or 1, either 0 or 1 18) __________is extension of Crisp set with an extension of handling the concept of Partial Truth. a) Crisp logic b) Fuzzy logic c) both a & b d) none of these 19) The room temperature is hot. Here the hot (use of linguistic variable is used) can be represented by _______ . a) Fuzzy Set b) Crisp Set c) Both a & b d) None of these 20) The values of the set membership is represented by a) Discrete Set b) Degree of truth c) Probabilities d) Both b & c 21) probability density function concerns with a) Probability distributions b) Continuous variable c) Discrete variable d) Probability distributions for Continuous variables 22) Fuzzy Set theory defines fuzzy operators. Choose the fuzzy operators from the following. a) AND b) OR c) NOT d) All of these
  • 4. 23) The operators, more linguistic in nature, called __________ that can be applied to fuzzy set theory. a) Hedges b) Lingual Variable c) Fuzzy Variable d) None of the mentioned 24) ______________ is/are the way/s to represent uncertainty. a) Fuzzy Logic b) Probability c) Entropy d) All of the mentioned 25) _____ control system have no learning capabilities a) fuzzy neural control b) traditional control c) neural control d) fuzzy control 26) Which of the following is neuro fuzzy control b) traditional control c) fuzzy control d) neural control d) all the above 27) Fuzzy logic is usually represented as a) IF-THEN-ELSE rules b) IF-THEN rules c) Both a & b d) None of the mentioned 28) Which of the following is time dependent fuzzy logic a) crisp and temporal logic b) crisp logic and fuzzy logic c) temporal and fuzzy logic d) none of these 29) Expansion of SOM is a) self organizing map b) self organizing message c) self oriented map d) self online message 30) _____ does not require a teacher a) unsupervised learning b) competitive learning c) supervised learning d) Reinforced learning
  • 5. 31) A ____ is a mathematical tool that outlines the method and speed for an ANN a) Learning function b) Learning rate c) Learning algorithm d) none of these 32) Nerual networks are complex ____ with many parameters a) exponential function b) Non-linear function c) Linear function d) discrete function 33) Unsupervised learning is also known as a) loop-organizing b) self-organizing c) none of these d) self-loop 34) The association unit consists of a set of sub circuits called a) feature patterns b) perception c) feature demons d) feature detecter 35) Expansion of ART is a) Adaptive Repeated Theory b) Adaptive Recovery Theory c) Adaptive Responsive Theory d) Adaptive Resonance Theory 36) A clause of probabilistic weight change laws appears in neural models under the name _____ a) simulated annealing b). sequential annealing c) seperated annealing d) none of these 37) A perceptron is: a) a single layer feed-forward neural network with pre-processing b) an auto-associative neural network c) a double layer auto-associative neural network d) a neural network that contains feedback 38) An auto-associative network is: a) a neural network that contains no loops b) a neural network that contains feedback c) a neural network that has only one loop d) a single layer feed-forward neural network with pre-processing
  • 6. 39) Which of the following is true? (i) On average, neural networks have higher computational rates than conventional computers. (ii) Neural networks learn by example. (iii) Neural networks mimic the way the human brain works. a) All of the mentioned are true b) (ii) and (iii) are true c) (i), (ii) and (iii) are true d) None of the mentioned 40) Which of the following is true for neural networks? (i) The training time depends on the size of the network. (ii) Neural networks can be simulated on a conventional computer. (iii) Artificial neurons are identical in operation to biological ones. a) All of the mentioned b) (ii) is true c) (i) and (ii) are true d) None of the mentioned 41) What are the advantages of neural networks over conventional computers? (i) They have the ability to learn by example (ii) They are more fault tolerant (iii)They are more suited for real time operation due to their high ‘computational’ rates a) (i) and (ii) are true b) (i) and (iii) are true c) Only (i) d) All of the mentioned 42) Which of the following is true? Single layer associative neural networks do not have the ability to: (i) perform pattern recognition (ii) find the parity of a picture (iii)determine whether two or more shapes in a picture are connected or not a) (ii) and (iii) are true b) (ii) is true c) All of the mentioned d) None of the mentioned 43) Which is true for neural networks? a) It has set of nodes and connections b) Each node computes it’s weighted input c) Node could be in excited state or non-excited state d) All of the mentioned 44) Neuro software is: a) A software used to analyze neurons b) It is powerful and easy neural network c) Designed to aid experts in real world d) It is software used by Neuro surgeon
  • 7. 45) Why is the XOR problem exceptionally interesting to neural network researchers? a) Because it can be expressed in a way that allows you to use a neural network b) Because it is complex binary operation that cannot be solved using neural networks c) Because it can be solved by a single layer perceptron d) Because it is the simplest linearly inseparable problem that exists. 46) Why are linearly separable problems of interest of neural network researchers? a)Because they are the only class of problem that network can solve successfully b) Because they are the only class of problem that Perceptron can solve successfully c) Because they are the only mathematical functions that are continue d) Because they are the only mathematical functions you can draw 47) Which of the following is not the promise of artificial neural network? a) It can explain result b) It can survive the failure of some nodes c) It has inherent parallelism d) It can handle noise 48) Neural Networks are complex ______________ with many parameters. a) Linear Functions b) Nonlinear Functions c) Discrete Functions d) Exponential Functions 49) The network that involves backward links from output to the input and hidden layers is called as ____. a) Self organizing maps b) Perceptrons c) Recurrent neural network d) Multi layered perceptron 50) Which of the following is an application of Neural Network? a) Sales forecasting b) Data validation c) Risk management d) All of the mentioned
  • 8. Final PG Comprehensive Type Testing Questions – April 2015 Class : MSC CS Answer Key : 1 a 26 a 2 d 27 b 3 b 28 b 4 c 29 a 5 b 30 a 6 b 31 c 7 c 32 c 8 b 33 b 9 a 34 c 10 a 35 d 11 c 36 a 12 b 37 a 13 b 38 b 14 b 39 a 15 a 40 c 16 c 41 d 17 a 42 a 18 b 43 d 19 a 44 b 20 b 45 d 21 d 46 b 22 d 47 a 23 a 48 a 24 d 49 c 25 b 50 d