Computer Science, asked by 864938, 9 months ago

pls give mcq's for AI (artificial intelligence) class 9 fasssstttttt

Answers

Answered by aariyasarvaiya
3

Answer:

.

What is Artificial intelligence?

(a) Putting your intelligence into Computer

(b) Programming with your own intelligence

(c) Making a Machine intelligent

(d) Playing a Game

(e) Putting more memory into Computer

2.

Which is not the commonly used programming language for AI?

(a) PROLOG (b) Java (c) LISP (d) Perl (e) Java script.

3.

What is state space?

(a) The whole problem

(b) Your Definition to a problem

(c) Problem you design

(d) Representing your problem with variable and parameter

(e) A space where You know the solution.

4.

A production rule consists of

(a) A set of Rule (b) A sequence of steps

(c) Both (a) and (b) (d) Arbitrary representation to problem

(e) Directly getting solution.

5.

Which search method takes less memory?

(a) Depth-First Search (b) Breadth-First search

(c) Both (a) and (b) (d) Linear Search.

(e) Optimal search.

6.

A heuristic is a way of trying

(a) To discover something or an idea embedded in a program

(b) To search and measure how far a node in a search tree seems to be from a goal

(c) To compare two nodes in a search tree to see if one is better than the other

(d) Only (a) and (b)

(e) Only (a), (b) and (c).

7.

A* algorithm is based on

(a) Breadth-First-Search (b) Depth-First –Search

(c) Best-First-Search (d) Hill climbing.

(e) Bulkworld Problem.

8.

Which is the best way to go for Game playing problem?

(a) Linear approach (b) Heuristic approach

(c) Random approach (d) Optimal approach

(e) Stratified approach.

9.

How do you represent “All dogs have tails”.

(a) ۷x: dog(x)àhastail(x) (b) ۷x: dog(x)àhastail(y)

(c) ۷x: dog(y)àhastail(x) (d) ۷x: dog(x)àhasàtail(x)

(e) ۷x: dog(x)àhasàtail(y)

10.

Which is not a property of representation of knowledge?

(a) Representational Verification (b) Representational Adequacy

(c) Inferential Adequacy (d) Inferential Efficiency

(e) Acquisitional Efficiency.

Similar questions