PPL Viva Voce

Most of the students were not able to answer the following questions:- 1) Example of pure functional programming paradigm? Ans. Haskell 2) Example of Logic … Read more

Concurrency

CONCURRENCY Concurrency is naturally divided into:  1) Instruction level concurrency,  2) Statement level concurrency (executing two or more statements simultaneously),  3) Program unit level concurrency(execute … Read more

Basic elements of Prolog

Prolog is a logic programming language that is primarily used for artificial intelligence and computational linguistics applications. It is based on a formal system called … Read more