Computer/Artificial Intelligence and Robotics (AIR) Set 1 Sample Test,Sample questions

Question:
 Backtracking is based on ____________

1. last in first out

2.first in first out

3.recursion

4.both last in first out & recursion

Posted Date:-2022-06-27 06:04:00


Question:
 First Order Logic is also known as ___________

1. first order predicate calculus

2.quantification theory

3.lower order calculus

4.all of the mentioned

Posted Date:-2022-06-27 07:27:03


Question:
 Frame problem in STRIPS Domain can be solved by _____________________

1.operator

2.frame aximoms

3.precondition

4.action

Posted Date:-2022-06-27 06:08:08


Question:
 If a logic produces only true statements and does not produce any false statement it shows which of the following property

1.completeness

2.soundness

3.consistency

4.None of These

Posted Date:-2022-06-27 06:42:41


Question:
 If it is possible to extend each pair of consistent variable instantiation to a third variable, a CSP is said to be ___________

1.arc consistent

2.i- consistent

3.path consistent.

4.2- consistent

Posted Date:-2022-06-27 05:59:50


Question:
 In a rule-based system, procedural domain knowledge is in the form of:____

1. production rules

2.rule interpreters

3.meta-rules

4.control rules

Posted Date:-2022-06-27 06:15:18


Question:
 iv. Compound Logic"

1. i. and ii.

2. i. and i

3. ii. and iii.

4. iii. and iv.

Posted Date:-2022-06-27 07:47:39


Question:
 The statement comprising the limitations of FOL is/are ____________

1.expressiveness

2.formalizing natural languages

3.many-sorted logic

4.all of the mentioned

Posted Date:-2022-06-27 07:45:45


Question:
 There exists two way to infer using semantic networks in which knowledge is represented as Frames.

1. intersection search

2. inheritance search

3.both (a) and (b)

4.None of these

Posted Date:-2022-06-27 07:37:59


Question:
 What can be viewed as a single lateral of disjunction?

1.multiple clause

2.combine clause

3.unit clause

4.None of the mentioned

Posted Date:-2022-06-27 07:31:11


Question:
 What is the nature of the sentence: ∀x ∀y (TeacherOf(x,y) ⊃ StudentOf(y,x))

1.symmetry

2.exhaustiveness

3.inverse

4.None of the above

Posted Date:-2022-06-27 06:44:32


Question:
 Which of the following algorithm is generally used CSP search algorithm?

1. breadth-first search algorithm

2.depth-first search algorithm

3.hill-climbing search algorithm

4.None of the above

Posted Date:-2022-06-27 06:27:10


Question:
 Which of the following are true for the algorithms Beam Stack Search (BSS)and Divide-and-Conquer Beam Stack Search (DCBSS).

1. bss finds the optimal path while dcbss does not. B. C. D.

2.both bss and dcbss find the optimal path

3.both bss and dcbss find the optimal path

4. neither bss and dcbss find the optimal path

Posted Date:-2022-06-27 06:34:39


Question:
 Which of the following combination of labels is not allowed for W joint in scene labelling is not allowed

1.(+,-,+)

2.(-,+,-)

3.(←,+,←)

4.(←,←,←)

Posted Date:-2022-06-27 05:58:55


Question:
 Which of the following conditions must hold for a solution to a CSP?

1.all relations in all constraints must hold

2.at least one relation in all constraints must hold.

3.more than one relation in all constraints must hold.

4. all relations in at least one constraint must hold

Posted Date:-2022-06-27 06:28:49


Question:
 Which of the following is a sound rule of inference?

1.q ∧ (p → q) → p

2.p → (p ∨ q)

3.q ∨ (p → q) → p

4.all of above

Posted Date:-2022-06-27 07:44:06


Question:
 Which of the Following problems can be modeled as CSP?

1.8-puzzle problemb.

2.8-queen problem

3.map coloring problem

4. all of the mentioned

Posted Date:-2022-06-27 06:03:06


Question:
 Which of the following statement(s) is true for Sparse-Memory Graph Search (SMGS)?

1. the boundary is defined as those nodes in closed that have at least one successor still in open

2.the nodes in closed that are not on the boundary are in the kernel

3.the number of relay nodes on each path is exactly one

4.both a & b discuss D.both a & b

Posted Date:-2022-06-27 06:25:41


Question:
 Which search algorithm imposes a fixed depth limit on nodes?

1.depth-limited search

2.depth-first search

3.iterative deepening search

4. bidirectional search

Posted Date:-2022-06-27 06:13:39


Question:
A _________ is used to demonstrate, on a purely syntactic basis, that one formula is a logical consequence of another formula.

1.deductive systems

2.inductive systems

3.reasoning with knowledge based systems

4.search based systems

Posted Date:-2022-06-27 07:25:00


Question:
• is evaluated last.

1.deductive systems

2.inductive systems

3.reasoning with knowledge based systems

4.search based systems

Posted Date:-2022-06-27 07:26:07


Question:
Choose the correct option.

1.a is true, b is true

2.a is false, b is false

3.a is true, b is false

4.a is false, b is true

Posted Date:-2022-06-27 07:32:31


Question:
From which rule does the modus ponens are derived?

1.inference rule

2.module rule

3.both inference & module rule

4.c.none of the mentioned

Posted Date:-2022-06-27 07:29:14


Question:
Graph used to represent semantic network is ______

1.undirected graph

2.directed graph

3.directed acyclic graph (dag)

4.directed complete graph

Posted Date:-2022-06-27 07:35:46


Question:
In PDDL,the Language is based on ________

1.propositional logic notation B

2.second order logic notation

3.first order logic notation

4.All of the above

Posted Date:-2022-06-27 06:10:55


Question:
Operator PUTDOWN has which of the following sequence of actions?

1.holding(x),ontable(x),holding(x)

2.holding(x),armempty, holding(x)

3.holding(x),ontable(x)

4. holding(x),ontable(x)^armempty, holding(x)

Posted Date:-2022-06-27 06:07:04


Question:
PDDL stands for_____________________

1.path data description language B.

2.planning domain description language

3. planning data description language

4.path data deleted language

Posted Date:-2022-06-27 06:09:26


Question:
STRIPS operators are made up of which three components:

1.p: precondition list , a: add list , d:delete list

2.p: postcondition list , a: add list , d:delete list

3.p: precondition list , s: sub list , d:delete list

4.p: postcondition list , s: sub list , d:delete list

Posted Date:-2022-06-27 06:12:13


Question:
STRIPS operators are made up of which three components:

1.p: precondition list , a: add list , d:delete list

2.p: postcondition list , a: add list , d:delete list

3.p: precondition list , s: sub list , d:delete list

4.p: postcondition list , s: sub list , d:delete list

Posted Date:-2022-06-27 06:12:21


Question:
The formula or sentences that can be maid true by certain valuation function are called

1.valid formula

2.satisfiable formula

3.unsatisfiable formula

4.invalid formula

Posted Date:-2022-06-27 07:20:09


Question:
The inference engine goes through which cycle?

1.match-resolve-execute

2.execute-resolve-match

3.resolve match match

4.resolve match execute

Posted Date:-2022-06-27 06:05:07


Question:
The output of MATCH routine in Inference Engine is ______

1.pattern set

2.conflict set (cs)

3.rule set

4.action set

Posted Date:-2022-06-27 06:06:07


Question:
The performance of an agent can be improved by __________

1.learning

2.observing

3.perceiving

4.sensing

Posted Date:-2022-06-27 06:35:42


Question:
The working memory of the problem solver is like its _________________

1.long term memory

2.short term memory

3.permanent memory

4. none of these

Posted Date:-2022-06-27 05:49:38


Question:
The __________algorithm explores the domain in a depth first manner.

1.backtracking

2.forward checking

3.arc consistency

4.strategic retreat

Posted Date:-2022-06-27 06:00:53


Question:
What among the following constitutes the representation of the knowledge in different forms?

1.relational method where each fact is set out systematically in columns

2.inheritable knowledge where relational knowledge is made up of objects

3.inferential knowledge

4.All of the mentioned

Posted Date:-2022-06-27 07:33:41


Question:
What are Semantic Networks?

1.a way of representing knowledge

2.data structure

3.data type

4.none of the mentioned

Posted Date:-2022-06-27 07:34:24


Question:
Which form is called as a conjunction of disjunction of literals?

1. conjunctive normal form

2.disjunctive normal form

3.normal form

4.all of the mentioned

Posted Date:-2022-06-27 07:30:15


Question:
Which is the most straightforward approach for planning algorithm?

1.best-first search

2. state-space search

3.depth-first search

4.hill-climbing search

Posted Date:-2022-06-27 06:21:56


Question:
Which is used to compute the truth of any sentence?

1.semantics of propositional logic

2.alpha-beta pruning

3.first-order logic

4.both semantics of propositional logic & alpha-beta pruning

Posted Date:-2022-06-27 07:28:08


Question:
Which of the following elements constitutes the frame structure?

1.facts or data

2. procedures and default values

3. frame names

4.frame reference in hierarchy

Posted Date:-2022-06-27 07:36:46


Question:
Which of the following is an extension of the semantic network?

1.expert systems

2.rule based expert systems

3.decision tree based networks

4.partitioned networks

Posted Date:-2022-06-27 07:42:03


Question:
Which problem can frequently occur in backward chaining algorithm?

1.repeated states

2.incompleteness

3.complexity

4.both repeated states & incompleteness

Posted Date:-2022-06-27 07:40:40


Question:
__ is/are the well known Expert System/s for medical diagnosis systems

1.mysin

2.caduceus

3.dendral

4.smh.pal

Posted Date:-2022-06-27 06:23:54


Question:
____Graph is used to represent semantic network

1.undirected

2.directed

3.undirected

4.any one of the above

Posted Date:-2022-06-27 06:43:40


Question:
____search regresses over goals and validate a plan before returning it.

1. forward state space

2.backward state space

3.goa stack

4.none of these

Posted Date:-2022-06-27 05:50:27


Question:
____search regresses over goals and validate a plan before returning it.

1. forward state space

2.backward state space

3.goa stack

4.none of these

Posted Date:-2022-06-27 05:51:19


Question:
_______ algorithm keeps track of k states rather than just one.

1.hill-climbing search

2.local beam search

3.stochastic hill-climbing search

4.random restart hill-climbing search

Posted Date:-2022-06-27 06:18:19


Question:
_______ Is an algorithm, a loop that continually moves in the direction of increasing value – that is uphill.

1.up-hill search

2.hill-climbing

3.hill algorithm

4.reverse-down-hill search

Posted Date:-2022-06-27 06:40:56


Question:
___________ are mathematical problems defined as a set of objects whose state must satisfy a number of constraints or limitations.

1. constraints satisfaction problems

2. uninformed search problems

3. local search problems

4.all of the mentioned

Posted Date:-2022-06-27 06:02:06


More MCQS

  1. Computer fundamentals
  2. Computer Basic MCQS
  3. CCC MCQ Sample Paper 1
  4. CCC Exams MCQS Sample Paper Test 2
  5. Computer Basics MCQS Paper 1
  6. Computer Basics MCQS Paper 2
  7. FUNDAMENTALS OF COMPUTERS MCQs PART 2
  8. FUNDAMENTALS OF COMPUTERS MCQs PART 1
  9. FUNDAMENTALS OF COMPUTERS MCQs PART 3
  10. Computer mcqs smaple paper 1
  11. Computer mcqs smaple paper 2
  12. Computer mcqs smaple paper 3
  13. Fundamentals of Computers
  14. Fundamentals of Computers (New) Part 1
  15. Fundamentals of Computers (New) Part 2
  16. Computer Networks MCQ Questions
  17. Computer Networks Transition from IPV4 to IPV6
  18. Computer Fundamentals (New) Part 1
  19. Computer Fundamentals (New) Part 2
  20. Computer Fundamentals (New) Part 3
  21. Computer Fundamentals (New) Part 4
  22. Computer Fundamentals (New) Part 5
  23. Computer Fundamentals (New) Part 6
  24. Computer Fundamentals (New) Part 7
  25. Computer Fundamentals (New) Part 8
  26. Operating Systems MCQs Part 1
  27. Operating Systems MCQs Part 2
  28. OS(Computer Operating Systems) Part 1
  29. OS(Computer Operating Systems) Part 2
  30. OS(Computer Operating Systems) Part 3
  31. OS(Computer Operating Systems) Part 4
  32. OS - Computer Operating Systems Part 5
  33. OS - Computer Operating Systems Part 6
  34. OS - Computer Operating Systems Part 7
  35. MS Word MCQ Questions Part 1
  36. MS Word MCQ Questions Part 2
  37. MS Word MCQ Questions Part 3
  38. MS Word MCQ Questions Part 4
  39. MS Word MCQ Questions Part 5
  40. MS Word MCQ Questions Part 7
  41. MS Word MCQ Questions Part 6
  42. Microsoft Excel MCQ Questions Part 1
  43. Microsoft Excel MCQ Questions Part 2
  44. Microsoft Excel MCQ Questions Part 3
  45. Microsoft Excel MCQ Questions Part 4
  46. Microsoft Excel MCQ Questions Part 5
  47. Microsoft Excel MCQ Questions Part 6
  48. Microsoft Excel MCQ Questions Part 7
  49. MS PowerPoint MCQ Questions PART 1
  50. MS PowerPoint MCQ Questions PART 2
  51. MS PowerPoint MCQ Questions PART 3
  52. MS PowerPoint MCQ Questions PART 4
  53. MS PowerPoint MCQ Questions PART 5
  54. MS PowerPoint MCQ Questions PART 6
  55. MS PowerPoint MCQ Questions PART 7
  56. MS Access MCQ Questions Part 1
  57. MS Access MCQ Questions Part 2
  58. MS Access MCQ Questions Part 3
  59. MS Access MCQ Questions Part 4
  60. MS Access MCQ Questions Part 5
  61. MS Access MCQ Questions Part 6
  62. MS Access MCQ Questions Part 7
  63. MS Access MCQ Questions Part 8
  64. Query of MS Access MCQS Part 1
  65. Query of MS Access MCQS Part 2
  66. Computer Communication and Networking Quiz
  67. Computer Graphics MCQ Quiz Questions and Answers
  68. Computer Basics Quiz Questions
  69. Computer Quiz Questions with Answers
  70. Computer Hardware MCQS Quiz
  71. MCQ Computer Organization & Architecture
  72. MCQ Computer Organisation - Input & output Organisation SET1
  73. MCQ Computer Organisation - Input & output Organisation SET2
  74. MCQ Computer Organisation - Input & output Organisation SET3
  75. MCQS on addressing modes SET 1
  76. MCQS on addressing modes SET 2
  77. Software Engineering MCQs SET 1
  78. Software Engineering MCQs SET 2
  79. Software Engineering MCQs Set 3
  80. Software Engineering MCQs Set 4
  81. Software Engineering MCQs Set 5
  82. Software Engineering MCQs Set 6
  83. Software Engineering MCQs Set 7
  84. mcqs data structures
  85. CCC Exam Sample MCQ Paper
  86. Computer MCQ Questions set-1
  87. Computer MCQ Questions set-2
  88. Computer MCQ Questions set-3
  89. Current affairs mcq Database management
  90. Programming arcitecture
  91. Computer Graphics MCQ Questions part 1
  92. Computer Graphics MCQ Questions part 2
  93. Computer Awareness MCQs and Quiz for Banking, IBPS, RRB, RBI, SBI Exams pART 1
  94. Computer Awareness MCQs and Quiz for Banking, IBPS, RRB, RBI, SBI Exams pART 2
  95. Computer Science MCQs
  96. Computer Mcq Question
  97. MCQs based on Fundamentals of Computer 1 set
  98. Computer Mcq Question set 2
  99. MCQ Encoding Schemes
  100. Data Entry and Keyboarding Skills MCQ
  101. Computer Science Number System
  102. Computer Network MCQ
  103. MCQ Questions on Tally
  104. MCQ Questions on Tally Set 2
  105. MCQ Questions on Tally Set 3
  106. MCQ Questions on Tally Set 4
  107. Internet Technology MCQ Questions for Competitive Exams
  108. Computer Software MCQ GK Questions
  109. Computer Organization and Architecture MCQs
  110. Basic Computer GK Questions
  111. Computer Graphics MCQ Set 1
  112. Operating System MCQ Set 1
  113. Operating System MCQ Set 2
  114. Operating System MCQ Set 3
  115. Operating System MCQ Set 4
  116. Operating System MCQ Set 5
  117. Operating System MCQ Set 6
  118. Operating System MCQ Set 7
  119. Operating System MCQ Set 8
  120. Operating System MCQ Set 9
  121. Operating System MCQ Set 10
  122. Operating System MCQ Set 11
  123. Operating System MCQ Set 12
  124. Operating System MCQ Set 13
  125. Operating System MCQ Set 14
  126. Operating System MCQ Set 15
  127. Operating System MCQ Set 16
  128. Operating System MCQ Set 17
  129. Operating System MCQ Set 18
  130. Operating System MCQ Set 19
  131. Operating System MCQ Set 20
  132. Operating System MCQ Set 21
  133. Computer Graphics MCQ Question Set 1
  134. Computer Networks MCQs
  135. Computer Networks MCQs Set-2
  136. Computer Networks MCQs Set-3
  137. Computer Networks MCQs Set-4
  138. Bachelor of Computer Applications MCQs set-1
  139. Bachelor of Computer Applications MCQs set-2
  140. NET Programming MCQ
  141. Artificial Intelligence and Robotics (AIR) Set 1
  142. Artificial Intelligence and Robotics (AIR) Set 2
  143. Computer Engineering Soft Computing Set 1
  144. Computer Engineering Soft Computing Set 2
  145. COMPUTERS AND IT MCQs QUESTIONS
  146. Ancient Indian History MCQ
Search
R4R Team
R4Rin Top Tutorials are Core Java,Hibernate ,Spring,Sturts.The content on R4R.in website is done by expert team not only with the help of books but along with the strong professional knowledge in all context like coding,designing, marketing,etc!