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
11. Seymour Papert of the MIT AI lab created a programming environment for children called:
- BASIC
- LOGO
- MYCIN
- FORTRAN
12. The Strategic Computing Program is a project of the:
- Defense Advanced Research Projects Agency
- National Science Foundation
- Jet Propulsion Laboratory
- All of the above
13. The original LISP machines produced by both LMI and Symbolics were based on research performed at:
- CMU
- MIT
- Stanford University
- RAMD
15. Weak AI is
- the embodiment of human intellectual capabilities within a computer.
- a set of computer programs that produce output that would be considered to reflect intelligence if it were generated by humans.
- the study of mental faculties through the use of mental models implemented on a computer.
- All of the above
16. In LISP, the function assigns the symbol x to y is
- (setq y x)
- (set y = 'x')
- (setq y = 'x')
- (setq y 'x')
17. In LISP, the function returns t if <object> is a CONS cell and nil otherwise:
- (cons <object>)
- (consp <object>)
- (eq <object>)
- (cous = <object>)
18. In a rule-based system, procedural domain knowledge is in the form of:
- production rules
- rule interpreters
- meta-rules
- control rules
19. If a robot can alter its own trajectory in response to external conditions, it is considered to be:
- intelligent
- mobile
- open loop
- non-servo
20. One of the leading American robotics centers is the Robotics Institute located at:
- CMU
- MIT
- RAND
- SRI