Home / CSE / Artificial Intelligence :: Section 1

CSE :: Artificial Intelligence

  1. The hardware features of LISP machines generally include:

  2. A.
    large memory and a high-speed processor
    B.
    letter-quality printers and 8-inch disk drives
    C.
    a mouse and a specialized keyboard
    D.
    both (a) and (c)
    E.
    None of the above

  3. In 1985, the famous chess player David Levy beat a world champion chess program in four straight games by using orthodox moves that confused the program. What was the name of the chess program?

  4. A.
    Kaissa
    B.
    CRAY BLITZ
    C.
    Golf
    D.
    DIGDUG
    E.
    None of the above

  5. The explanation facility of an expert system may be used to:

  6. A.
    construct a diagnostic model
    B.
    expedite the debugging process
    C.
    explain the system's reasoning process
    D.
    All of the above
    E.
    both (b) and (c)

  7. A process that is repeated, evaluated, and refined is called:

  8. A.
    diagnostic
    B.
    descriptive
    C.
    interpretive
    D.
    iterative
    E.
    None of the above

  9. Visual clues that are helpful in computer vision include:

  10. A.
    colour and motion
    B.
    depth and texture
    C.
    height and weight
    D.
    a and b above
    E.
    None of the above

  11. In LISP, the function X (x). (2x+l) would be rendered as

  12. A.
    (lambda (x) (+(*2 x)l))
    B.
    (lambda (x) (+1 (* 2x)
    C.
    (+ lambda (x) 1 (*2x))
    D.
    (* lambda(x) (+2x1)
    E.
    None of the above

  13. A natural language generation program must decide:

  14. A.
    what to say
    B.
    when to say something
    C.
    why it is being used
    D.
    both (a) and (b)
    E.
    None of the above

  15. Who is considered to be the "father" of artificial intelligence?

  16. A.
    Fisher Ada
    B.
    John McCarthy
    C.
    Allen Newell
    D.
    Alan Turning
    E.
    None of the above

  17. In which of the following areas may ICAI programs prove to be useful?

  18. A.
    educational institutions
    B.
    corporations
    C.
    department of Defence
    D.
    All of the above
    E.
    None of the above

  19. A network with named nodes and labeled arcs that can be used to represent certain natural language grammars to facilitate parsing.

  20. A.
    Tree Network
    B.
    Star Network
    C.
    Transition Network
    D.
    Complete Network
    E.
    None of the above