Definitions Flashcards

(14 cards)

1
Q

What is Horn Clause?

A

A logical statement where at most one literal is not negated.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is Transitive Relation?

A

A <= B AND B <= C -> A <= C

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is a Reflexive Relation?

A

A <= A

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is a Symmetric Relationship?

A

A <= B <-> B <= A

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is an Anti-Symmetric Relationship?

A

A <= B AND B <= A <-> A = B

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is an Equivalence Relation?

A

A relation that is Reflexive, Symmetric, and Transitive

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is a Pre-Order relationship?

A

A relation that is reflexive and transitive

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is a Partial-Order relationship?

A

A relation that is reflexive, anti-symmetric, and transitive

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is NP-Hard?

A

A language is NP-Hard if all problems in NP can be reduced to it.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is NP-Complete?

A

A Language is NP-Complete if it is NP-Hard and in NP

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What are the 7 equivalent statements of computability?

A
  1. A is recursively numerable
  2. A is Semi-Decidable
  3. A is a Type-0 Language
  4. A =TM(M) for a Turing Machine M
  5. Xa is computable
  6. A is the domain of a Computable Function
  7. A is the Co-Domain (range) of a computable function
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is the Special Halting Problem (K)?

A

The decision is whether the Turing Machine M will halt on a given input. This is shown to be undecidable using a representation of itself as input.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is H0?

A

H0 is the Halting Problem on the empty tape. H0 is known to be undecidable.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is Rice’s Theorem?

A

The statement that trying to analyse the functional behaviour of a TM is in general not possible

How well did you know this?
1
Not at all
2
3
4
5
Perfectly