LISP was basically developed to solve ________ problems.
Page:75
LISP was one of the earliest programming language. It was designed at MIT for artificial
intelligence and it has since been the defacto standard language for the AI community,
especially in the US.

For immediate value assignment ______ sign is used.
Page 37
The $ is used for immediate value assignment even if the entire pattern does not match. It
is used as follows:

Following statement returns the union of the two list in LISP.
Page : 68

Block statement in Ada is very similar to a block in _______.
Page:56

_____________ was considered good for describing algorithms.
Page:24

The declarative language among the following is CS508 C
Page:77

In Ada programming language Tagged types are used for _____
Page:59

_____ are a type of Aliasing.

How many element(s) are there in LISP list (a (b c))? CS508 1
Page:63

In __________, Enumeration type can also be used as indexes in arrays.
Page:51
