Tag: America

  • Cloud Computing MCQ Questions & Answers Part 5

    Cloud Computing MCQ Questions & Answers Part 5

    Q 81. What is the name of Rackspace’s cloud service? A. Cloud On-Demand B. Cloud Servers C. EC2 D. None of these Show Answer Answer:-B. Cloud Servers Q 82. Point out the wrong statement. A. a composable component must be stateless B. a composable component must be modular C. a cloud cannot be created within…

  • SQL MCQ Questions and Answers 3

    SQL MCQ Questions and Answers 3

    Q 41. Which of the following query finds the total rating of the sailors who have reserved boat “103”? A. SELECT SUM(s.rating) FROM sailors s, reserves r AND r.bid = 103; B. SELECT s.rating FROM sailors s, reserves r WHERE s.sid = r.sid AND r.bid = 103 C. SELECT COUNT(s.rating) FROM sailors s, reserves r…

  • Cloud Computing MCQ Questions & Answers Part 2

    Cloud Computing MCQ Questions & Answers Part 2

    Q 21. In distributed systems, link and site failure is detected by . . . . . . . . A. polling B. token passing C. handshaking D. none of the mentioned Show Answer Answer:-C. handshaking Explanation The correct answer is Option C: Handshaking, as it is the most reliable and commonly used method in…

  • Artificial Intelligence MCQ Questions & Answers Part 10

    Artificial Intelligence MCQ Questions & Answers Part 10

    Q 91. In LISP, the function returns t if is even and nil otherwise: A. (even <integer>) B. (evenp <integer>) C. (numeven <integer>) D. (numnevenp <integer>) Show Answer Answer:-B. (evenp ) Q 92. Which of the following is an advantage of using an expert system development tool? A. imposed structure B. knowledge engineering assistance C.…

  • Artificial Intelligence MCQ Questions & Answer Part 6

    Artificial Intelligence MCQ Questions & Answer Part 6

    Q 51. A series of AI systems developed by Pat Langley to explore the role of heuristics in scientific discovery. A. RAMD B. MIT C. BACON D. DU Show Answer Answer:-C. BACON Q 52. A.M. turing developed a technique for determining whether a computer could or could not demonstrate the artificial Intelligence,, Presently, this technique…

  • Artificial Intelligence MCQ Questions & Answer Part 5

    Artificial Intelligence MCQ Questions & Answer Part 5

    Q 41. The hardware features of LISP machines generally include: 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) Show Answer Answer:-D. both (a) and (c) Q 42. In 1985, the famous chess player David Levy beat a…

  • C++ Programming Questions and Answers – String – 1

    C++ Programming Multiple Choice Questions & Answers (MCQs) focuses on “String – 1”. C++ Programming Multiple Choice Questions & Answers (MCQs) focuses on “String – 1”. Q 1.What will be the output of the following C++ code? #include #include using namespace std; int main(int argc, char const *argv[]) { char str[] = “Hello World”; coutstr;…

  • Artificial Intelligence MCQ Questions & Answer Part 4

    Artificial Intelligence MCQ Questions & Answer Part 4

    Q 31. Ambiguity may be caused by: A. syntactic ambiguity B. multiple word meanings C. unclear antecedents D. All of the above Show Answer Answer:-D. All of the above Q 32. Which company offers the LISP machine considered to be “the most powerful symbolic processor available”? A. LMI B. Symbolics C. Xerox D. Texas Instruments…

  • Artificial Intelligence MCQ Questions & Answer Part 2

    Artificial Intelligence MCQ Questions & Answer Part 2

    Q 11. Seymour Papert of the MIT AI lab created a programming environment for children called: A. BASIC B. LOGO C. MYCIN D. None of the above Show Answer Answer:-B. LOGO Explanation Seymour Papert, a researcher at the MIT AI Lab, created a programming environment for children called LOGO. LOGO is a programming language specifically…

  • Artificial Intelligence MCQ Questions & Answer Part 1

    Artificial Intelligence MCQ Questions & Answer Part 1

    Q 1. What is the term used for describing the judgmental or common sense part of problem solving? A. Value based B. Critical C. Heuristic D. Analytical Show Answer Answer:-C. Heuristic Explanation A heuristic refers to a practical approach or guiding principle used to solve problems efficiently, especially when faced with complex or ill-defined situations.…

You cannot copy content of this page