PROLOG 1

PROLOG 1

University

5 Qs

quiz-placeholder

Similar activities

Discrete Structure quiz 1

Discrete Structure quiz 1

University

10 Qs

Programming Error

Programming Error

12th Grade - University

10 Qs

PPL

PPL

University

8 Qs

Arkom_INS

Arkom_INS

University

10 Qs

ITS Lab

ITS Lab

University

10 Qs

CCC Quize Part-1 By- PURVANCHAL COMPUTER CENTER (Keshav Sir)

CCC Quize Part-1 By- PURVANCHAL COMPUTER CENTER (Keshav Sir)

5th Grade - University

10 Qs

Logic Gates Quiz

Logic Gates Quiz

University

5 Qs

[AP CSP] Boolean Gate Expressions and Diagrams

[AP CSP] Boolean Gate Expressions and Diagrams

9th Grade - University

10 Qs

PROLOG 1

PROLOG 1

Assessment

Quiz

Computers

University

Medium

Created by

MADHU GAUTAM

Used 69+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is the full form of PROLOG?

Propositional Logic

Programming in Logic

Predicate Logic

Programming Logical

2.

MULTIPLE SELECT QUESTION

10 sec • 1 pt

PROLOG is a declarative language

True

False

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which one of the following is not a variable?

X_yz

a0cs

_xy

Both B and C

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

dog('Buddy', likes('Buddy', toast)). - This statement is

Rule & Horn Clause

Fact & Horn Clause

Horn Clause with Head and body

Not a Horn clause

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one from the options would return true/yes for given prolog program?

boy(john,123).

girl(jane,234).

student(john,123).

?- girl(jane,x).

?- boy('john',123).

All of above.

None of above.