Artificial Intelligence - MCQs - 1
A. Artificial Intelligence is a field that aims to make humans more intelligentB. Artificial Intelligence is a field that aims to improve the
securityC. Artificial Intelligence is a field that aims to develop intelligent machinesD. Artificial Intelligence is a field that aims to mine the data
Ans: C
2. Who is the inventor of Artificial Intelligence?
A. Geoffrey Hinton
B. Andrew Ng
C. John McCarthy
D. Jürgen Schmidhuber
Ans: C
3. Which of the following is the branch of Artificial Intelligence?
A. Machine Learning
B. Cyber forensics
C. Full-Stack Developer
D. Network Design
Ans: A
4. What is the goal of Artificial Intelligence?
A. To solve artificial problems
B. To extract scientific causes
C. To explain various sorts of intelligence
D. To solve real-world problems
Ans: C
5. Which of the following is an application of Artificial Intelligence?
A. It helps to exploit vulnerabilities to secure the firm
B. Language understanding and problem-solving (Text analytics and NLP)
C. Easy to create a website
D. It helps to deploy applications on the cloud
Ans: B
A. PerlB. JavaC. PROLOGD. LISP
A. Face recognition systemB. ChatbotsC. LIDARD. DBMS
A. Reduces the time taken to solve the problemB. Helps in providing securityC. Have the ability to think hence makes the work easierD. All of the above
A. Depth-First SearchB. Breadth-First searchC. Optimal searchD. Linear Search
A. To discover something or an idea embedded in a programB. To search and measure how far a node in a search tree seems to be from a goalC. To compare two nodes in a search tree to see if one is better than the other isD. All of the mentioned
A. Turing TestB. AlgorithmC. Boolean AlgebraD. Logarithm
A. DefenseB. EnergyC. EducationD. Justice
A. Dartmouth UniversityB. Harvard UniversityC. Massachusetts Institute of TechnologyD. Stanford University
A. David LevyB. John McCarthyC. Joseph WeizenbaumD. Hans Berliner
A. DartmouthB. HarvardC. New YorkD. Stanford
A. A function to solve mathematical problemsB. A function which takes parameters of type string and returns an integer valueC. A function whose return type is nothingD. A function that maps from problem state descriptions to measures of desirability
A. Input, outputB. Problem, solutionC. Solution, problemD. Parameters, sequence of actions
A. Finding shortest path between a source and a destinationB. Travelling Salesman problemC. Map coloring problemD. Depth first search traversal on a given map represented as a graph
A. Depth-First SearchB. Breadth-First searchC. Linear SearchD. Optimal search
A. Uninformed searchB. Informed searchC. Simple reflex searchD. All of the mentioned
A. Depth-first searchB. Breadth-first searchC. Bidirectional searchD. None of the mentioned
A. Depth-limited searchB. Depth-first searchC. Breadth-first searchD. None of the mentioned
A. Simple searchB. Heuristic searchC. Online searchD. None of the mentioned
A. Greedy best-first searchB. Best-first searchC. Depth-first searchD. None of the mentioned
A. Constraints Satisfaction ProblemsB. Uninformed Search ProblemsC. Local Search ProblemsD. All of the mentioned
A. To discover something or an idea embedded in a programB. To search and measure how far a node in a search tree seems to be from a goalC. To compare two nodes in a search tree to see if one is better than anotherD. All of the mentioned
A. Breadth-First-SearchB. Depth-First –SearchC. Best-First-SearchD. Hill climbing
A. TrueB. False
A. QueueB. StackC. Priority QueueD. Circular Queue
B. Path cost from start node to current nodeC. Path cost from start node to current node + Heuristic costD. Average of Path cost from start node to current node and Heuristic cost