Knowledge Representations

Knowledge Representations

University

7 Qs

quiz-placeholder

Similar activities

Quiz on Machine Thinking

Quiz on Machine Thinking

University

10 Qs

Data Structure

Data Structure

University

10 Qs

AI_quiz_2

AI_quiz_2

University

12 Qs

CT-3 (UNIT-3)- Knowlegde Representation

CT-3 (UNIT-3)- Knowlegde Representation

University

10 Qs

Quiz3_DivideConquer_GreedyApproach

Quiz3_DivideConquer_GreedyApproach

University

10 Qs

AI basics

AI basics

University

12 Qs

searching quiz

searching quiz

University

10 Qs

Managing Knowledge

Managing Knowledge

University

10 Qs

Knowledge Representations

Knowledge Representations

Assessment

Quiz

Computers

University

Hard

Created by

Dhilip Kumar V TTS2750

Used 11+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which AI technique enables the computers to understand the associations and relationships between objects and events?

Heuristic Processing

Cognitive Science Relative Symbolism Pattern Matching

Relative Symbolism

Pattern Matching

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The name of the following argument form is... p → q ~ p ∴ ~ q

Denying the consequent

Disjunctive Syllogism

Modus Tollens

Denying the antecedent.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The search algorithm which is similar to the minimax search, but removes the branches that don't affect the final output is known as__.

Depth-first search

Breadth-first search

Alpha-beta pruning

None of the above

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following option is used to build complex sentences in knowledge representation?

Symbols

Connectives

Quantifier

None of the above

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In which search problem, to find the shortest path, each city must be visited once only?

Map coloring Problem

Depth-first search traversal on a given map represented as a graph

Finding the shortest path between a source and a destination

Travelling Salesman problem

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In the TSP problem of n cities, the time taken for traversing all cities, without having prior knowledge of the length of the minimum tour will be_______.

O(n)

O(n2)

O(n!)

O(n/2)

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In artificial Intelligence, knowledge can be represented as_______.

1. Predicate Logic

2. Propositional Logic

Only II

Only I

Both I and II