Top 350+ Solved Information Retrival Techniques MCQ Questions Answer
Q. Who created the first web browser
a. tim berners lee
b. jacobs, lan
c. marc andeersen
d. mozilla foundation
Q. The open source software version of netscape is
a. chrome
b. mozilla
c. internet explorer
d. erwise
Q. What is the main task of a problem-solving agent?
a. solve the given problem and reach to goal
b. to find out which sequence of action will get it to the goal state
c. all of the mentioned
d. none of the mentioned
Q. 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
Q. A search algorithm takes as an input and returns as an output.
a. input, output
b. problem, solution
c. solution, problem
d. parameters, sequence of actions
Q. A problem in a search space is defined by one of these state.
a. initial state
b. last state
c. intermediate state
d. all of the mentioned
Q. The Set of actions for a problem in a state space is formulated by a
a. intermediate states
b. initial state
c. successor function, which takes current action and returns next immediate state
d. none of the mentioned
Q. The process of removing detail from a given state representation is called
a. extraction
b. abstraction
c. information retrieval
d. mining of data
Q. The is a touring problem in which each city must be visited exactly once. The aim is to find the shortest tour.
a. finding shortest path between a source and a destination
b. travelling salesman problem
c. map coloring problem
d. depth first search traversal on a given map represented as a graph
Q. Web Crawler is a/an
a. intelligent goal-based agent
b. problem-solving agent
c. simple reflex agent
d. model based agent
Q. What is the major component/components for measuring the performance of problem solving?
a. completeness
b. optimality
c. time and space complexity
d. all of the mentioned
Q. A production rule consists of
a. a set of rule
b. a sequence of steps
c. set of rule & sequence of steps
d. arbitrary representation to problem
Q. Which search method takes less memory?
a. depth-first search
b. breadth-first search
c. linear search
d. optimal search
Q. Which is the best way to go for Game playing problem?
a. linear approach
b. heuristic approach (some knowledge is stored)
c. random approach
d. an optimal approach
Q. What is Architecture of a software based on?
a. design
b. requirements
c. all of the mentioned
d. none of the mentioned view answer