logo

CuriousTab

CuriousTab

Discussion


Home Computer Science Artificial Intelligence Comments

  • Question
  • In LISP, the function assigns the symbol x to y is


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

  • Correct Answer
  • (setq y 'x') 


  • Artificial Intelligence problems


    Search Results


    • 1. In LISP, the function evaluates both <variable> and <object> is

    • Options
    • A. set
    • B. setq
    • C. add
    • D. eva
    • E. None of the above
    • Discuss
    • 2. A bidirectional feedback loop links computer modelling with:

    • Options
    • A. artificial science
    • B. heuristic processing
    • C. human intelligence
    • D. cognitive science
    • E. None of the above
    • Discuss
    • 3. Programming a robot by physically moving it through the trajectory you want it to follow is called:

    • Options
    • A. contact sensing control
    • B. continuous-path control
    • C. robot vision control
    • D. pick-and-place control
    • E. None of the above
    • Discuss
    • 4. In LISP, the function X (x). (2x+l) would be rendered as

    • Options
    • 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
    • Discuss
    • 5. Computer accounts and user accounts in your domain have been seperated into OUs for administrative purpose. You want to require strong passwords for the local user accounts only. What should you do?

    • Options
    • A. Set a Group Policy on each local computer to enable the passwords must meet complexity requirements policy
    • B. Set a Group Policy on the domain to enable the passwords must meet complexity requirements policy
    • C. Set a Group Policy on all OUs containing computer accounts to enable the passwords must meet complexity requirements policy
    • D. Set a Group Policy on all OUs containing user accounts to enable the passwords must meet complexity requirements policy
    • E. None of above
    • Discuss
    • 6. What is the term used for describing the judgmental or commonsense part of problem solving?

    • Options
    • A. Heuristic
    • B. Critical
    • C. Value based
    • D. Analytical
    • E. None of the above
    • Discuss
    • 7. Who is considered to be the "father" of artificial intelligence?

    • Options
    • A. Fisher Ada
    • B. John McCarthy
    • C. Allen Newell
    • D. Alan Turning
    • E. None of the above
    • Discuss
    • 8. Which type of actuator generates a good deal of power but tends to be messy?

    • Options
    • A. electric
    • B. hydraulic
    • C. pneumatic
    • D. (B) and (c) above
    • E. None of the above
    • Discuss
    • 9. The new organization established to implement the Fifth Generation Project is called:

    • Options
    • A. ICOT (Institute for New Generation Computer Technology)
    • B. MITI (Ministry of International Trade and Industry)
    • C. MCC (Microelectronics and Computer Technology Corporation)
    • D. SCP (Stategic Computing Program)
    • E. None of the above
    • Discuss
    • 10. A network with named nodes and labeled arcs that can be used to represent certain natural language grammars to facilitate parsing.

    • Options
    • A. Tree Network
    • B. Star Network
    • C. Transition Network
    • D. Complete Network
    • E. None of the above
    • Discuss


    Comments

    There are no comments.

Enter a new Comment