171k views
1 vote
What are the three forms of aProlog term?

User Jauboux
by
5.3k points

1 Answer

2 votes

Answer Explanation:

There are mainly three types of aProlog term these are variables ,constant and structure

  • variables: variables are the values which can according to program in the software the example of variables are A,B etc
  • canstant: a constant is a value that does not change with the program it is always same it does not effect on the programming.

example of costant are 123,? ,% etc

  • structure : structure is the collection of the data value it also consist the function and the operation

example of constant are eats(chocolate food),play(cricket hockey)

User Bhupesh
by
5.5k points