Home / CSE / Artificial Intelligence :: Section 2

CSE :: Artificial Intelligence

  1. In LISP, the function returns t if <integer> is even and nil otherwise:

  2. A.
    (evenp <integer>)
    B.
    (even <integer>)
    C.
    (numeven <integer>)
    D.
    (numnevenp <integer>)
    E.
    None of the above

  3. Which of the following is an advantage of using an expert system development tool?

  4. A.
    imposed structure
    B.
    knowledge engineering assistance
    C.
    rapid prototyping
    D.
    All of the above
    E.
    None of the above

  5. An AI system developed by Daniel Bobrow to read and solve algebra word problems

  6. A.
    SHRDLU
    B.
    SIMD
    C.
    BACON
    D.
    STUDENT
    E.
    None of the above

  7. The "Turing Machine" showed that you could use a/an _____ system to program any algorithmic task.

  8. A.
    binary
    B.
    electro-chemical
    C.
    recursive
    D.
    semantic
    E.
    None of the above

  9. MCC is investigating the improvement of the relationship between people and computers through a technology called:

  10. A.
    computer-aided design
    B.
    human factors
    C.
    parallel processing
    D.
    All of the above
    E.
    None of the above

  11. The first widely-used commercial form of Artificial Intelligence (Al) is being used in many popular products like microwave ovens, automobiles and plug in circuit boards for desktop PCs. It allows machines to handle vague information with a deftness that mimics human intuition. What is the name of this AI?

  12. A.
    Boolean logic
    B.
    Human logic
    C.
    Fuzzy logic
    D.
    Functional logic
    E.
    None of the above

  13. In his landmark book Cybernetics, Norbert Wiener suggested a way of modeling scientific phenomena using not energy, but:

  14. A.
    mathematics
    B.
    intelligence
    C.
    information
    D.
    history
    E.
    None of the above

  15. Input segments of AI programming contain(s)

  16. A.
    sound
    B.
    smell
    C.
    touch
    D.
    sight and taste
    E.
    All of the above

  17. The applications in the Strategic Computing Program include:

  18. A.
    battle management
    B.
    autonomous systems
    C.
    pilot's associate
    D.
    All of the above
    E.
    None of the above

  19. In LISP, the function evaluates <object> and assigns this value to the unevaluated <sconst>.

  20. A.
    (constant <sconst> <object>)
    B.
    (defconstant <sconst> <object>)
    C.
    (eva <sconst> <object>)
    D.
    (eva <object> <sconst>)
    E.
    None of the above