MCQs > IT & Programming > Programming Languages MCQs > Artificial Intelligence (AI) MCQs

Artificial Intelligence (AI) MCQ

Artificial Intelligence (AI) MCQ

1. _____ can serve as search engines, site reminders, or personal surfing assistants.

Answer

Correct Answer: Shopping and information agents

Note: This Question is unanswered, help us to find answer for this one

2. _____ is a string function that returns the number of characters in a string value.

Answer

Correct Answer: LENGTH

Note: This Question is unanswered, help us to find answer for this one

3. When you learn a method like sorting, programmers say you are learning a(n) ____.

Answer

Correct Answer: Algorithm

Note: This Question is unanswered, help us to find answer for this one

4. _____ is a relational set operator.

Answer

Correct Answer: MINUS

Note: This Question is unanswered, help us to find answer for this one

5. Using algorithms in decision making has the advantage of ________ and the disadvantage of ________.

Answer

Correct Answer: Always working; requiring effortful thinking

Note: This Question is unanswered, help us to find answer for this one

6. One of the requirements of a computer that can support artificial intelligence (ai) is to _____.

Answer

Correct Answer: Be able to deal with new situation based on previous learning

Note: This Question is unanswered, help us to find answer for this one

7. Alan turing is known for developing ________.

Answer

Correct Answer: A test that tests a machine's ability to display intelligent behavior

Note: This Question is unanswered, help us to find answer for this one

8. Ai applications are ways in which ai methodologies are applied to ____ and provide services.

Answer

Correct Answer: Solve problems

Note: This Question is unanswered, help us to find answer for this one

9. A(n) _____ is an artificial intelligence application that can be used for web marketing.

Answer

Correct Answer: Intelligent agent

Note: This Question is unanswered, help us to find answer for this one

10. A form of artificial intelligence that can perform many complex, _______ tasks.

Answer

Correct Answer: Repetitive

Note: This Question is unanswered, help us to find answer for this one

11. ___________ are representations of actual objects.

Answer

Correct Answer: Models

Note: This Question is unanswered, help us to find answer for this one

12. _______ is an important part of the follow-up after an interview.

Answer

Correct Answer: Building models

Note: This Question is unanswered, help us to find answer for this one

13. _____ are software capable of reasoning and following rule-based processes.

Answer

Correct Answer: Intelligent Agents

Note: This Question is unanswered, help us to find answer for this one

14. ____ is an application of artificial intelligence that can be used for web marketing.

Answer

Correct Answer: Intelligent agents

Note: This Question is unanswered, help us to find answer for this one

15. ____ artificial intelligence is very popular in the programming of robots.

Answer

Correct Answer: Behavior based

Note: This Question is unanswered, help us to find answer for this one

16. A problem is first connected to its proposed solution during the _____ stage.

Answer

Correct Answer: Formalization

Note: This Question is unanswered, help us to find answer for this one

17. A* algorithm is based on

Answer

Correct Answer: Best-First-Search

Note: This Question is unanswered, help us to find answer for this one

18. An AI system developed by Terry A. Winograd to permit an interactive dialogue about a domain he called blocks-world.

Answer

Correct Answer: SHRDLU

Note: This Question is unanswered, help us to find answer for this one

19. Graphic interfaces were first used in a Xerox product called:

Answer

Correct Answer: Smalltalk

Note: This Question is unanswered, help us to find answer for this one

20. Output segments of AI programming contain(s)

Answer

Correct Answer: All of these

Note: This Question is unanswered, help us to find answer for this one

21. How many control unit(s) is/are available in SISD (single data stream, single data stream) architecture?

Answer

Correct Answer: One

Note: This Question is unanswered, help us to find answer for this one

22. The Strategic Computing Program is a project of the:

Answer

Correct Answer: Defense Advanced Research Projects Agency

Note: This Question is unanswered, help us to find answer for this one

23. Weak AI is

Answer

Correct Answer: The study of mental faculties through the use of mental models implemented on a computer.

Note: This Question is unanswered, help us to find answer for this one

24. Which of the following, is a component of an expert system?

Answer

Correct Answer: All of these

Note: This Question is unanswered, help us to find answer for this one

25. In LISP, which of the following function assigns the value 10 to the symbol a?

Answer

Correct Answer: (setq a 10)

Note: This Question is unanswered, help us to find answer for this one

26. Shaping teaching techniques to fit the learning patterns of individual students is the goal of:

Answer

Correct Answer: Intelligent computer-assisted instruction

Note: This Question is unanswered, help us to find answer for this one

27. A computer program that contains expertise in a particular domain is called an:

Answer

Correct Answer: Expert system

Note: This Question is unanswered, help us to find answer for this one

28. The Personal Consultant is based on:

Answer

Correct Answer: All of these

Note: This Question is unanswered, help us to find answer for this one

29. In a rule-based system, procedural domain knowledge is in the form of:

Answer

Correct Answer: Production rules

Note: This Question is unanswered, help us to find answer for this one

30. High-resolution, bit-mapped displays are useful for displaying:

Answer

Correct Answer: All of these

Note: This Question is unanswered, help us to find answer for this one

31. Elementary linguistic units which are smaller than words are:

Answer

Correct Answer: All of these

Note: This Question is unanswered, help us to find answer for this one

32. If a robot can alter its own trajectory in response to external conditions, it is considered to be:

Answer

Correct Answer: Intelligent

Note: This Question is unanswered, help us to find answer for this one

33. In LISP, the atom that stands for "true" is

Answer

Correct Answer: T

Note: This Question is unanswered, help us to find answer for this one

34. Strong AI is

Answer

Correct Answer: The embodiment of human intellectual capabilities within a computer.

Note: This Question is unanswered, help us to find answer for this one

35. In LISP, the function assigns . the value of a to b is

Answer

Correct Answer: (setq b a )

Note: This Question is unanswered, help us to find answer for this one