Home / CSE / Artificial Intelligence :: Section 1

CSE :: Artificial Intelligence

  1. Seymour Papert of the MIT AI lab created a programming environment for children called:

  2. A.
    BASIC
    B.
    LOGO
    C.
    MYCIN
    D.
    FORTRAN
    E.
    None of the above

  3. The Strategic Computing Program is a project of the:

  4. A.
    Defense Advanced Research Projects Agency
    B.
    National Science Foundation
    C.
    Jet Propulsion Laboratory
    D.
    All of the above
    E.
    None of the above

  5. The original LISP machines produced by both LMI and Symbolics were based on research performed at:

  6. A.
    CMU
    B.
    MIT
    C.
    Stanford University
    D.
    RAMD
    E.
    None of the above

  7. In LISP, the addition 3 + 2 is entered as

  8. A.
    3 + 2
    B.
    3 add 2
    C.
    3 + 2 =
    D.
    (+ 3 2)
    E.
    None of the above

  9. Weak AI is

  10. 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 through the use of mental models implemented on a computer.
    D.
    All of the above
    E.
    None of the above

  11. In LISP, the function assigns the symbol x to y is

  12. A.
    (setq y x)
    B.
    (set y = 'x')
    C.
    (setq y = 'x')
    D.
    (setq y 'x')
    E.
    None of the above

  13. In LISP, the function returns t if <object> is a CONS cell and nil otherwise:

  14. A.
    (cons <object>)
    B.
    (consp <object>)
    C.
    (eq <object>)
    D.
    (cous = <object>)
    E.
    None of the above

  15. In a rule-based system, procedural domain knowledge is in the form of:

  16. A.
    production rules
    B.
    rule interpreters
    C.
    meta-rules
    D.
    control rules
    E.
    None of the above

  17. If a robot can alter its own trajectory in response to external conditions, it is considered to be:

  18. A.
    intelligent
    B.
    mobile
    C.
    open loop
    D.
    non-servo
    E.
    None of the above

  19. One of the leading American robotics centers is the Robotics Institute located at:

  20. A.
    CMU
    B.
    MIT
    C.
    RAND
    D.
    SRI
    E.
    None of the above