Home / CSE / Artificial Intelligence :: Section 3

CSE :: Artificial Intelligence

  1. In LISP, the function (list-length <list>)

  2. A.
    returns a new list that is equal to <list> by copying the top-level element of <list>
    B.
    returns the length of <list>
    C.
    returns t if <list> is empty.
    D.
    All of the above
    E.
    None of the above

  3. ART (Automatic Reasoning Tool) is designed to be used on:

  4. A.
    LISP machines
    B.
    personal computers
    C.
    microcomputers
    D.
    All of the above
    E.
    None of the above

  5. Which particular generation of computers is associated with artificial intelligence?

  6. A.
    Second
    B.
    Fourth
    C.
    Fifth
    D.
    Third
    E.
    None of the above

  7. Shaping teaching techniques to fit the learning patterns of individual students is the goal of:

  8. A.
    decision support
    B.
    automatic programming
    C.
    intelligent computer-assisted instruction
    D.
    expert systems
    E.
    None of the above

  9. Which of the following function returns t If the object is a symbol m LISP?

  10. A.
    (* <object>)
    B.
    (symbolp <object>)
    C.
    (nonnumeric <object>)
    D.
    (constantp <object>)
    E.
    None of the above

  11. The integrated circuit was invented by Jack Kilby of:

  12. A.
    MIT
    B.
    Texas Instruments
    C.
    Xerox
    D.
    All of the above
    E.
    None of the above

  13. People overcome natural language problems by:

  14. A.
    grouping attributes into frames
    B.
    understanding ideas in context
    C.
    identifying with familiar situations
    D.
    both (b) and (c)
    E.
    None of the above

  15. The Cedar, BBN Butterfly, Cosmic Cube and Hypercube machine can be characterized as

  16. A.
    SISD
    B.
    MIMD
    C.
    SIMD
    D.
    MISD
    E.
    None of the above