Competitive Exam Questions Artificial Intelligence - Set 07 - ObjectiveBooks

Competitive Exam Questions Artificial Intelligence - Set 07

Practice Test: Question Set - 07


1. In LISP, which of the following function assigns the value 10 to the symbol a?
    (A) (setq a 10)
    (B) (a = b) where b = 10
    (C) (a = 10) (d) (setq 10 a)
    (D) None of the above

2. In LISP, the function returns the first element of a list Is
    (A) Set
    (B) Car
    (C) First
    (D) Second

3. Nils Nilsson headed a team at SRI that created a mobile robot named:
    (A) Robotics
    (B) Dedalus
    (C) Shakey
    (D) Vax

4. How many control unit(s) is/are available in SISD (single data stream, single data stream) architecture?
    (A) One
    (B) Two
    (C) More than one
    (D) None of the above

5. Strong AI is
    (A) The embodiment of human intellectual capabilities within a computer
    (B) A set of computer programs that produce output that would be considered to reflect intelligence if it were generated by humans
    (C) The study of mental faculties through the use of mental models implemented on a computer
    (D) All of the above

6. An AI technique that allows computers to understand associations and relationships between objects and events is called:
    (A) Heuristic processing
    (B) Cognitive science
    (C) Relative symbolism
    (D) Pattern matching

7. The company that grew out of research at the MIT AI lab is:
    (A) AI corp
    (B) LMI
    (C) Symbolics
    (D) Both (b) and (c)

8. Which technique is being investigated as an approach to automatic programming?
    (A) Generative CAI
    (B) Specification by example
    (C) Non-hierarchical planning
    (D) None of the above

9. The new organization established to implement the Fifth Generation Project is called:
    (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 (Strategic Computing Program)

10. The field that investigates the mechanics of human intelligence is:
    (A) History
    (B) Cognitive science
    (C) Psychology
    (D) Sociology

Show and hide multiple DIV using JavaScript View All Answers

 Next Tests: