Mock Quiz Hub

Mock Quiz Hub

Recent Updates
Added: OS Mid 1 Quiz
Added: OS Mid 2 Quiz
Added: OS Lab 1 Quiz
Time: 00:00

Quiz

Navigate through questions using the controls below

0%
Question 1 of 60 Quiz ID: q1
What is the primary difference between a problem-solving agent and a knowledge-based agent?
Question 2 of 60 Quiz ID: q2
In the context of agent representations, what does a 'structured' representation consist of?
Question 3 of 60 Quiz ID: q3
The core functions a Knowledge Base (KB) must support are TELL and ASK. What do these functions do?
Question 4 of 60 Quiz ID: q4
In the Wumpus World, why is the environment characterized as 'partially observable'?
Question 5 of 60 Quiz ID: q5
Which of the following is NOT a property of the Wumpus World as described?
Question 6 of 60 Quiz ID: q6
In logic, what defines the 'syntax' of a language?
Question 7 of 60 Quiz ID: q7
What is a 'model' in the context of logical semantics?
Question 8 of 60 Quiz ID: q8
The notation M(α) refers to:
Question 9 of 60 Quiz ID: q9
What does it mean for a sentence α to logically entail a sentence β (α ⊨ β)?
Question 10 of 60 Quiz ID: q10
An inference algorithm i that derives α from KB (KB ⊢i α) is considered sound if:
Question 11 of 60 Quiz ID: q11
Model checking as an inference method:
Question 12 of 60 Quiz ID: q12
The concept of 'grounding' ensures that:
Question 13 of 60 Quiz ID: q13
In propositional logic, which of these is an atomic sentence?
Question 14 of 60 Quiz ID: q14
What is the correct precedence for these logical operators (highest to lowest)?
Question 15 of 60 Quiz ID: q15
For the sentence P ⇒ Q to be false, what must be true?
Question 16 of 60 Quiz ID: q16
In the Wumpus world KB, what does the proposition symbol B₂,₁ represent?
Question 17 of 60 Quiz ID: q17
The rule 'A square is breezy if and only if there is a pit in a neighboring square' for square [1,1] is logically represented as:
Question 18 of 60 Quiz ID: q18
If an agent perceives nothing (no stench, no breeze) in [1,1], what sentence should be added to the KB?
Question 19 of 60 Quiz ID: q19
From the rules R₂: B₁,₁ ⇔ (P₁,₂ ∨ P₂,₁) and R₄: ¬B₁,₁, what can be directly inferred about pits near [1,1]?
Question 20 of 60 Quiz ID: q20
The process of applying inference rules (like Modus Ponens) directly to the KB to construct a proof is called:
Question 21 of 60 Quiz ID: q21
Which rule of inference is represented by this form? 'α ⇒ β, α, therefore β'
Question 22 of 60 Quiz ID: q22
The equivalence (α ⇒ β) ≡ (¬α ∨ β) is known as:
Question 23 of 60 Quiz ID: q23
According to De Morgan's Law, ¬(α ∧ β) is equivalent to:
Question 24 of 60 Quiz ID: q24
A sentence that is true in every possible model is called:
Question 25 of 60 Quiz ID: q25
A sentence is 'satisfiable' if:
Question 26 of 60 Quiz ID: q26
How are validity and satisfiability connected? A sentence α is valid if and only if:
Question 27 of 60 Quiz ID: q27
The property that states 'if KB ⊨ α then KB ∧ β ⊨ α' is called:
Question 28 of 60 Quiz ID: q28
Which of these is an application of the And-Elimination inference rule?
Question 29 of 60 Quiz ID: q29
From the biconditional α ⇔ β, which two new sentences can be derived using biconditional elimination?
Question 30 of 60 Quiz ID: q30
In the Wumpus proof, from R₂: B₁,₁ ⇔ (P₁,₂ ∨ P₂,₁) and R₄: ¬B₁,₁, what rule is used to derive ¬(P₁,₂ ∨ P₂,₁)?
Question 31 of 60 Quiz ID: q31
The final goal of the search in the 'proof as a search' problem is:
Question 32 of 60 Quiz ID: q32
The Resolution inference rule requires sentences to be in what form?
Question 33 of 60 Quiz ID: q33
Converting a sentence to Conjunctive Normal Form (CNF) involves:
Question 34 of 60 Quiz ID: q34
What is the first step in converting the biconditional B₁,₁ ⇔ (P₁,₂ ∨ P₂,₁) to CNF?
Question 35 of 60 Quiz ID: q35
After biconditional elimination, the next step to get to CNF is to:
Question 36 of 60 Quiz ID: q36
The subexpression ¬(P₁,₂ ∨ P₂,₁) ∨ B₁,₁ is transformed using De Morgan's Law into:
Question 37 of 60 Quiz ID: q37
The final step in achieving the full CNF for the converted sentence is to apply:
Question 38 of 60 Quiz ID: q38
The full CNF of B₁,₁ ⇔ (P₁,₂ ∨ P₂,₁) is:
Question 39 of 60 Quiz ID: q39
The primary limitation of model checking that motivates the use of theorem proving is:
Question 40 of 60 Quiz ID: q40
In the Wumpus world, the sentence 'There is no pit in [1,1]' (R₁: ¬P₁,₁) is an example of:
Question 41 of 60 Quiz ID: q41
If the agent moves to [2,1] and perceives a Breeze, what new sentence is added to the KB?
Question 42 of 60 Quiz ID: q42
The query ASK(KB, MAKE-ACTION-QUERY(t)) in the KB-AGENT function returns:
Question 43 of 60 Quiz ID: q43
A 'sound' inference algorithm is most critical for ensuring:
Question 44 of 60 Quiz ID: q44
A 'complete' inference algorithm is defined as one that can:
Question 45 of 60 Quiz ID: q45
The logical equivalence (α ∨ (β ∧ γ)) ≡ ((α ∨ β) ∧ (α ∨ γ)) demonstrates:
Question 46 of 60 Quiz ID: q46
In the model {P=true, Q=false}, what is the truth value of ¬P ∨ Q?
Question 47 of 60 Quiz ID: q47
Which of these sentences is satisfiable but not valid?
Question 48 of 60 Quiz ID: q48
The Wumpus world is 'static', meaning:
Question 49 of 60 Quiz ID: q49
The initial KB of a logical agent typically contains:
Question 50 of 60 Quiz ID: q50
The inference rule Modus Tollens has the form:
Question 51 of 60 Quiz ID: q51
The Resolution rule combines two clauses to produce a new clause. What clause results from resolving (A ∨ B) and (¬A ∨ C)?
Question 52 of 60 Quiz ID: q52
First-order logic, compared to propositional logic, primarily adds the ability to represent:
Question 53 of 60 Quiz ID: q53
In the context of the KB agent function, what is the purpose of the persistent counter 't'?
Question 54 of 60 Quiz ID: q54
According to the lecture, real-world applications of concepts from the Wumpus World include:
Question 55 of 60 Quiz ID: q55
The sentence ¬(P₁,₂ ∨ P₂,₁) derived in the Wumpus example is equivalent to:
Question 56 of 60 Quiz ID: q56
If a knowledge-based agent is told a new fact that contradicts its existing KB, what property ensures that this does not automatically make every sentence entailed?
Question 57 of 60 Quiz ID: q57
The process of proving KB ⊨ α by proving that KB ∧ ¬α is unsatisfiable is called:
Question 58 of 60 Quiz ID: q58
The Unit Clause heuristic used in DPLL is important because it:
Question 59 of 60 Quiz ID: q59
A 'pure symbol' in the DPLL algorithm is a symbol that:
Question 60 of 60 Quiz ID: q60
Why is propositional logic often impractical for very large, complex knowledge bases?

Quiz Summary

Review your answers before submitting

60
Total Questions
0
Answered
60
Remaining
00:00
Time Spent