Home / CSE / Artificial Intelligence :: Section 2

CSE :: Artificial Intelligence

  1. In LISP, the function (endp <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. In LISP, which of the following function assigns the value 10 to the symbol a?

  4. A.
    (setq a 10)
    B.
    (a = b) where b = 10
    C.
    (a = 10) (d) (setq 10 a)
    D.
    None of the above

  5. In LISP, the atom that stands for "False" is

  6. A.
    t
    B.
    nil
    C.
    y
    D.
    time
    E.
    None of the above

  7. The expert system developed at MIT to solve mathematical problems is known as:

  8. A.
    RAND
    B.
    ISIS
    C.
    MACSYMA
    D.
    MOLGEN
    E.
    CMU

  9. Which approach to speech recognition avoids the problem caused by the differences in the way words are pronounced according to context?

  10. A.
    continuous speech recognition
    B.
    connected word recognition
    C.
    isolated word recognition
    D.
    speaker-dependent recognition
    E.
    None of the above

  11. A KES knowledge base contains information in the form of:

  12. A.
    associations
    B.
    actions
    C.
    free text
    D.
    schema
    E.
    All of the above

  13. In AI programming, a list may contain:

  14. A.
    cells
    B.
    fields
    C.
    pointers
    D.
    All of the above
    E.
    None of the above

  15. In LISP, the function (minusp (-20 4 8 8 1) returns

  16. A.
    T
    B.
    F
    C.
    NIL
    D.
    -20
    E.
    None of the above

  17. Special programs that assist programmers are called:

  18. A.
    heuristic processors
    B.
    symbolic programmers
    C.
    intelligent programming tools
    D.
    program recognizers
    E.
    None of the above

  19. If the English Philosopher Thomas Hobbes could be called 'grandfather' of artificial intelligence, then who could be called its father?

  20. A.
    A.M. Turning
    B.
    John McCarthy
    C.
    Allen Newell
    D.
    Herbert Simon
    E.
    None of the above