Artificial Intelligence Questions and Answers
Artificial Intelligence questions with answers focus on the principles of intelligent systems, algorithms, and machine learning concepts. These programming interview questions with answers are ideal for CSE students preparing for AI-focused exams or interviews at top tech companies like Google, TCS, and Infosys. Understanding AI fundamentals—search algorithms, neural networks, and expert systems—enhances both conceptual and practical knowledge. Practice AI MCQs, explore solved examples, and download AI question PDFs to build confidence for academic assessments and placement interviews.
Artificial Intelligence
Showing 10 of
50 questions
41. The hardware features of LISP machines generally include:
- large memory and a high-speed processor
- letter-quality printers and 8-inch disk drives
- a mouse and a specialized keyboard
- both (a) and (c)
42. In 1985, the famous chess player David Levy beat a world champion chess program in four straight games by using orthodox moves that confused the program. What was the name of the chess program?
- Kaissa
- CRAY BLITZ
- Golf
- DIGDUG
43. The explanation facility of an expert system may be used to:
- construct a diagnostic model
- expedite the debugging process
- explain the system's reasoning process
- All of the above
44. A process that is repeated, evaluated, and refined is called:
- diagnostic
- descriptive
- interpretive
- iterative
45. Visual clues that are helpful in computer vision include:
- colour and motion
- depth and texture
- height and weight
- a and b above
46. In LISP, the function X (x). (2x+l) would be rendered as
- (lambda (x) (+(*2 x)l))
- (lambda (x) (+1 (* 2x)
- (+ lambda (x) 1 (*2x))
- (* lambda(x) (+2x1)
47. A natural language generation program must decide:
- what to say
- when to say something
- why it is being used
- both (a) and (b)
48. Who is considered to be the "father" of artificial intelligence?
- Fisher Ada
- John McCarthy
- Allen Newell
- Alan Turning
49. In which of the following areas may ICAI programs prove to be useful?
- educational institutions
- corporations
- department of Defence
- All of the above
50. A network with named nodes and labeled arcs that can be used to represent certain natural language grammars to facilitate parsing.
- Tree Network
- Star Network
- Transition Network
- Complete Network