Explore topic-wise InterviewSolutions in .

This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.

1.

In the 16th century, a Czech rabbi reportedly created a living clay man whose name has become a synonym for an artificial human. What was the clay man’s name?(a) Frankenstein(b) Golem(c) Paracelsus(d) HalI had been asked this question in homework.This intriguing question originated from LISP Programming topic in portion LISP Programming of Artificial Intelligence

Answer»

The CORRECT OPTION is (b) Golem

The BEST explanation: NONE.

2.

Which of the following have computers traditionally done better than people?(a) storing information(b) responding flexibly(c) computing numerically(d) both storing information & computing numericallyThis question was addressed to me in an interview.The origin of the question is LISP Programming in chapter LISP Programming of Artificial Intelligence

Answer»

The CORRECT answer is (d) both storing INFORMATION & COMPUTING numerically

Best explanation: None.

3.

The area of AI that investigates methods of facilitating communication between people and computers is ___________(a) natural language processing(b) symbolic processing(c) decision support(d) roboticsI have been asked this question during a job interview.This intriguing question originated from LISP Programming topic in chapter LISP Programming of Artificial Intelligence

Answer»

Correct ANSWER is (a) NATURAL LANGUAGE processing

To elaborate: NONE.

4.

What part of the manufacturing process relate to each stage of the process and to the process as a whole?(a) field service(b) design(c) distribution(d) project managementThe question was posed to me by my school principal while I was bunking the class.I would like to ask this question from LISP Programming in chapter LISP Programming of Artificial Intelligence

Answer» RIGHT ANSWER is (d) PROJECT management

To ELABORATE: NONE.
5.

The characteristics of the computer system capable of thinking, reasoning and learning are known as ____________(a) machine intelligence(b) human intelligence(c) artificial intelligence(d) virtual intelligenceThis question was posed to me at a job interview.I need to ask this question from LISP Programming topic in division LISP Programming of Artificial Intelligence

Answer» RIGHT OPTION is (C) ARTIFICIAL intelligence

Explanation: NONE.
6.

Which of the following function returns t if the object is a number in LISP?(a) (number )(b) (numberp )(c) (numericp )(d) (numeric )This question was posed to me in an interview for job.My doubt is from LISP Programming topic in chapter LISP Programming of Artificial Intelligence

Answer» RIGHT answer is (b) (numberp )

EASIEST EXPLANATION: NONE.
7.

Which approach to speech recognition avoids the problem caused by the differences in the way words are pronounced according to context?(a) continuous speech recognition(b) connected word recognition(c) isolated word recognition(d) speaker-dependent recognitionThis question was posed to me in an online quiz.The question is from LISP Programming topic in section LISP Programming of Artificial Intelligence

Answer» RIGHT CHOICE is (c) isolated word recognition

For explanation: NONE.
8.

How many ALU(s) is/are control by one control unit is SIMD (single instruction stream, multiple data stream) architecture?(a) one or more ALUs(b) One ALU(c) Only two ALU(d) Impossible to sayThis question was addressed to me in an interview.Enquiry is from LISP Programming topic in section LISP Programming of Artificial Intelligence

Answer» CORRECT OPTION is (a) ONE or more ALUs

The EXPLANATION: NONE.
9.

What are the two subfields of Natural language processing?(a) context and expectations(b) generation and understanding(c) semantics of pragmatics(d) recognition and synthesisI got this question in examination.My question is based upon LISP Programming in portion LISP Programming of Artificial Intelligence

Answer» CORRECT answer is (b) generation and understanding

For explanation I WOULD say: NONE.
10.

LISP machines also are known as ___________(a) AI workstations(b) Time-sharing terminals(c) Super mini computers(d) All of the mentionedThis question was posed to me in my homework.The question is from LISP Programming topic in chapter LISP Programming of Artificial Intelligence

Answer»

The CORRECT choice is (a) AI workstations

To explain I would say: NONE.

11.

Special programs that assist programmers are called ____________(a) heuristic processors(b) symbolic programmers(c) intelligent programming tools(d) program recognizersThis question was posed to me in quiz.My enquiry is from LISP Programming in section LISP Programming of Artificial Intelligence

Answer» CORRECT choice is (C) intelligent programming tools

The BEST I can explain: NONE.
12.

In LISP, the function (minusp (-20 4 8 8 1)) returns?(a) T(b) F(c) NIL(d) -20This question was addressed to me in class test.My doubt stems from LISP Programming in portion LISP Programming of Artificial Intelligence

Answer» CORRECT ANSWER is (a) T

Best EXPLANATION: NONE.
13.

In AI programming, a list may contain ___________(a) cells(b) fields(c) pointers(d) all of the mentionedThe question was asked by my school principal while I was bunking the class.This interesting question is from LISP Programming in division LISP Programming of Artificial Intelligence

Answer»

Correct ANSWER is (d) all of the mentioned

To EXPLAIN I would say: NONE.

14.

A KES knowledge base contains information in the form of ___________(a) associations(b) actions(c) free text(d) all of the mentionedThe question was posed to me by my school teacher while I was bunking the class.This interesting question is from LISP Programming topic in portion LISP Programming of Artificial Intelligence

Answer»

The CORRECT ANSWER is (d) all of the mentioned

Easy EXPLANATION: NONE.

15.

In LISP, the atom that stands for “False” is ___________(a) t(b) nil(c) y(d) timeThis question was posed to me by my school teacher while I was bunking the class.My query is from LISP Programming topic in section LISP Programming of Artificial Intelligence

Answer» CORRECT CHOICE is (B) nil

For explanation I would SAY: None.
16.

In LISP, which of the following function assigns the value 10 to the symbol a?(a) (setq a 10)(b) (a = b) where b = 10(c) (a = 10) (d) (setq 10 a)(d) All of the mentionedI had been asked this question in quiz.The doubt is from LISP Programming in section LISP Programming of Artificial Intelligence

Answer» RIGHT CHOICE is (a) (SETQ a 10)

Explanation: NONE.
17.

The expert system developed at MIT to solve mathematical problems is known as ___________(a) RAND(b) ISIS(c) MACSYMA(d) MOLGENI got this question in examination.My enquiry is from LISP Programming topic in portion LISP Programming of Artificial Intelligence

Answer»

The CORRECT OPTION is (C) MACSYMA

The EXPLANATION: NONE.

18.

In LISP, the following function (minusp (-20 4 8 8 1)) returns?(a) T(b) F(c) NIL(d) -20This question was addressed to me during an interview.I need to ask this question from LISP Programming topic in section LISP Programming of Artificial Intelligence

Answer» CORRECT ANSWER is (a) T

The EXPLANATION: NONE.
19.

In LISP, what is the function assigns the symbol x to y?(a) (setq y x)(b) (set y = ‘x’)(c) (setq y = ‘x’)(d) (setq y ‘x’)The question was asked during an online exam.The origin of the question is LISP Programming in chapter LISP Programming of Artificial Intelligence

Answer»

The correct option is (d) (SETQ y ‘X’)

To EXPLAIN I WOULD say: None.

20.

If a robot can alter its own trajectory in response to external conditions, it is considered to be ____________(a) intelligent(b) mobile(c) open loop(d) non-servoI got this question in final exam.I'd like to ask this question from LISP Programming topic in portion LISP Programming of Artificial Intelligence

Answer» RIGHT OPTION is (a) intelligent

For EXPLANATION: NONE.
21.

In a rule-based system, what is the form of procedural domain knowledge?(a) production rules(b) rule interpreters(c) meta-rules(d) control rulesI had been asked this question in an interview for internship.Origin of the question is LISP Programming in section LISP Programming of Artificial Intelligence

Answer» RIGHT OPTION is (a) production rules

The BEST explanation: NONE.
22.

In LISP, the function returns t if is a CONS cell and nil otherwise ________(a) (cons )(b) (consp )(c) (eq )(d) (cous =)This question was posed to me in my homework.My question comes from LISP Programming in section LISP Programming of Artificial Intelligence

Answer»

The CORRECT answer is (b) (consp )

The best I can EXPLAIN: NONE.

23.

What is Weak AI?(a) the embodiment of human intellectual capabilities within a computer(b) a set of computer programs that produce output that would be considered to reflect intelligence if it were generated by humans(c) the study of mental faculties using mental models implemented on a computer(d) all of the mentionedThis question was addressed to me by my school teacher while I was bunking the class.This interesting question is from LISP Programming in division LISP Programming of Artificial Intelligence

Answer»

Right OPTION is (C) the study of mental faculties using mental models implemented on a computer

The best I can EXPLAIN: None.

24.

In LISP, the addition 3 + 2 is entered as _______________(a) 3 + 2(b) 3 add 2(c) 3 + 2 =(d) (+ 3 2)This question was addressed to me by my college director while I was bunking the class.My question is from LISP Programming in portion LISP Programming of Artificial Intelligence

Answer»

The CORRECT choice is (B) 3 add 2

For explanation I would SAY: None.

25.

The original LISP machines produced by both LMI and Symbolics were based on research performed at?(a) CMU(b) MIT(c) Stanford University(d) RAMDI had been asked this question at a job interview.I would like to ask this question from LISP Programming in division LISP Programming of Artificial Intelligence

Answer»

Right CHOICE is (B) MIT

The BEST explanation: NONE.

26.

Which of the following is a project of the Strategic Computing Program?(a) Defense Advanced Research Projects Agency(b) National Science Foundation(c) Jet Propulsion Laboratory(d) All of the mentionedI got this question by my school principal while I was bunking the class.Question is taken from LISP Programming in portion LISP Programming of Artificial Intelligence

Answer»

Correct CHOICE is (a) DEFENSE Advanced RESEARCH PROJECTS Agency

Explanation: None.

27.

Prior to the invention of time-sharing, the prevalent method of computer access was ____________(a) batch processing(b) telecommunication(c) remote access(d) all of the mentionedThis question was posed to me in an interview for job.The above asked question is from LISP Programming in section LISP Programming of Artificial Intelligence

Answer» CORRECT CHOICE is (a) BATCH processing

For EXPLANATION I would say: NONE.
28.

Seymour Papert of the MIT AI lab created a programming environment for children called ___________(a) BASIC(b) LOGO(c) MYCIN(d) FORTRANThis question was addressed to me during an interview for a job.I'm obligated to ask this question of LISP Programming in division LISP Programming of Artificial Intelligence

Answer» CORRECT OPTION is (B) LOGO

To ELABORATE: NONE.
29.

DEC advertises that it helped to create “the world’s first expert system routinely used in an industrial environment,” called XCON or __________(a) PDP-11(b) Rl(c) VAX(d) MAGNOMThis question was posed to me in an online interview.This key question is from LISP Programming topic in chapter LISP Programming of Artificial Intelligence

Answer»

The CORRECT ANSWER is (B) Rl

Explanation: NONE.