The original LISP machines produced by both LMI and Symbolics were based on research performed

at __________

a) CMU

b) MIT

c) Stanford University

d) RAMD

1 Answer

Answer :

b) MIT

Related questions

Description : The original LISP machines produced by both LMI and Symbolics were based on research performed at? a) CMU b) MIT c) Stanford University d) RAMD

Last Answer : b) MIT

Description : The original LISP machines produced by both LMI and Symbolics were based on research performed at A : CMU B : MIT C : Stanford University D : RAMD

Last Answer : B : MIT

Description : The original LISP machines produced by both LMI and Symbolics were based on research performed at A : CMU B : MIT C : Stanford University D : RAMD

Last Answer : B : MIT

Description : The original LISP machines produced by both LMI and Symbolics were based on research performed at A : CMU B : MIT C : Stanford University D : RAMD

Last Answer : B : MIT

Description : The company that grew out of research at the MIT AI lab is ____________ a) AI corp b) LMI c) Symbolics d) Both LMI & Symbolics

Last Answer : d) Both LMI & Symbolics

Description : Which company offers the LISP machine considered “the most powerful symbolic processor available”? a) LMI b) Symbolics c) Xerox d) Texas Instruments

Last Answer : b) Symbolics

Description : A series of Artificial Intelligence systems, developed by Pat Langley to explore the role of heuristics in scientific discovery is ________ a) RAMD b) BACON c) MIT d) DU

Last Answer : b) BACON

Description : One of the leading American robotics centers is the Robotics Institute located at? a) CMU b) MIT c) RAND d) SRI

Last Answer : a) CMU

Description : One of the leading American robotics centers is the Robotics Institute located at? a) CMU b) MIT c) RAND d) SRI

Last Answer : a) CMU

Description : Which of these schools was not among the early leaders in Artificial Intelligence research? a) Dartmouth University b) Harvard University c) Massachusetts Institute of Technology d) Stanford University

Last Answer : b) Harvard University

Description : Which of these schools was not among the early leaders in AI research? A. Dartmouth University B. Harvard University C. Massachusetts Institute of Technology D. Stanford University E. None of the above

Last Answer : B. Harvard University 

Description : From where the term ‘hacker’ first came to existence? a) MIT b) Stanford University c) California d) Bell’s Lab

Last Answer : a) MIT

Description : ART (Automatic Reasoning Tool) is designed to be used on __________ a) LISP machines b) Personal computers c) Microcomputers d) All of the mentioned

Last Answer : a) LISP machines

Description : 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) large memory and a high-speed processor & a mouse and a specialized keyboard

Last Answer : d) large memory and a high-speed processor & a mouse and a specialized keyboard

Description : One of the leading American robotics centers is the Robotics Institute located at RAND MIT CMU SRI

Last Answer : CMU

Description : A certain Professor at the Stanford University coined the word ‘artificial intelligence’ in 1956 at a conference held at Dartmouth college. Can you name the Professor? a) David Levy b) John McCarthy c) Joseph Weizenbaum d) Hans Berliner

Last Answer : b) John McCarthy

Description : A certain Professor at the Stanford University coined the word 'artificial intelligence' in 1956 at a conference held at Dartmouth College. Can you name the Professor? A. David Levy B. John McCarthy C. Joseph Weizenbaum D. Hans Berliner E. None of the above

Last Answer : B. John McCarthy 

Description : The hardware feature of LISP machines generally includes _____________ a) Large memory and high-speed processorb) Letter quality printers and eight-inch disk drives c) A mouse and specialized keyboard d) A mouse and specialized keyboard, Letter quality printers and eight-inch disk drives

Last Answer : d) A mouse and specialized keyboard, Letter quality printers and eight-inch disk drives

Description : Texas Instruments Incorporated produces a low-cost LISP machine called __________ a) The Computer-Based Consultant b) The Explorer c) Smalltalk d) The Personal Consultant

Last Answer : b) The Explorer

Description : To invoke the LISP system, you must enter __________ a) AI b) LISP c) CL (Common Lisp) d) Both LISP and CL

Last Answer : b) LISP

Description : Artificial intelligence is A . It uses machine-learning techniques. Here program can learn From past experience and adapt themselves to new situations B. Computational procedure that takes some ... performs tasks that would require intelligence when performed by humans D . None of these

Last Answer : C. Science of making machines performs tasks that would require intelligence when performed by humans

Description : In LISP, the function X (x). (2x+l) would be rendered as __________ a) (lambda (x) (+(*2 x)l)) b) (lambda (x) (+1 (* 2x) c) (+ lambda (x) 1 (*2x)) d) (* lambda(x) (+2×1)

Last Answer : a) (lambda (x) (+(*2 x)l))

Description : In LISP, the function returns the list that results after the first element is removed (the rest f the list), is __________ a) car b) last c) cons d) cdr

Last Answer : d) cdr

Description : The world's first university-based executive education was created in 1931 at MIT under the sponsorship which stalwart of GM?

Last Answer : Answer: Alfred P. Sloan

Description : The expert system developed at MIT to solve mathematical problems is known as ___________ a) RAND b) ISIS c) MACSYMA d) MOLGEN

Last Answer : c) MACSYMA

Description : Seymour Papert of the MIT AI lab created a programming environment for children called ___________ a) BASIC b) LOGO c) MYCIN d) FORTRAN

Last Answer : b) LOGO

Description : The integrated circuit was invented by Jack Kilby of _____________ a) MIT b) Texas Instruments c) Xerox d) All of the mentioned

Last Answer : b) Texas Instruments

Description : The conference that launched the AI revolution in 1956 was held at? a) Dartmouth b) Harvard c) New York d) Stanford

Last Answer : a) Dartmouth

Description : The conference that launched the AI revolution in 1956 was held at: A. Dartmouth B. Harvard C. New York D. Stanford E. None of the above

Last Answer : A. Dartmouth 

Description : In LISP, the function evaluates both and is _____________ a) set b) setq c) add d) eva

Last Answer : a) set

Description : To invoke the LISP system, you must enter a. AI b. LISP c. both b and c d. None of the above

Last Answer : d. None of the above

Description : When a top-level function is entered, the LISP processor does? a) It reads the function entered b) It prints the result returned by the function c) Large memory and high-speed processor d) All of the mentioned

Last Answer : b) It prints the result returned by the function

Description : How can you evaluate 1.25 + sqrt (144) in LISP? a) 1.25+sqrt (1.44) b) (1.25+sqrt (1.44)) c) (+1.25 sqrt (1.44) d) All of the mentioned

Last Answer : c) (+1.25 sqrt (1.44)

Description : In LISP, the square root of X is referenced as _____________ a) sqrt(x) b) (sqrt x) c) x/2 d) x/3

Last Answer : b) (sqrt x)

Description : Which of the following function returns t if the object is a number in LISP? a) (number ) b) (numberp ) c) (numericp ) d) (numeric )

Last Answer : b) (numberp )

Description : In LISP, the function (minusp (-20 4 8 8 1)) returns? a) T b) F

Last Answer : a) T

Description : In LISP, the atom that stands for “False” is ___________ a) t b) nil c) y d) time

Last Answer : b) nil

Description : 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) All of the mentioned

Last Answer : a) (setq a 10)

Description : In LISP, the following function (minusp (-20 4 8 8 1)) returns? a) T b) F c) NIL d) -20

Last Answer : a) T

Description : In LISP, what is the function assigns the symbol x to y? a) (setq y x) b) (set y = ‘x’) c) (setq y = ‘x’) d) (setq y ‘x’)

Last Answer : d) (setq y ‘x’)

Description : In LISP, the function returns t if is a CONS cell and nil otherwise ________ a) (cons ) b) (consp ) c) (eq ) d) (cous =)

Last Answer : b) (consp )

Description : In LISP, the addition 3 + 2 is entered as _______________ a) 3 + 2 b) 3 add 2

Last Answer : b) 3 add 2

Description : Which combines inductive methods with the power of first-order representations? a) Inductive programming b) Logic programming c) Inductive logic programming d) Lisp programming

Last Answer : c) Inductive logic programming

Description : In LISP, the function evaluates and assigns this value to the unevaluated . a) (constant ) b) (defconstant ) c) (eva ) d) (eva )

Last Answer : b) (defconstant )

Description : In LISP, the function returns t if is even and nil otherwise ___________ a) (evenp ) b) (even ) c) (numeven ) d) (numnevenp )

Last Answer : a) (evenp )

Description : Which is not the commonly used programming language for AI? a) PROLOG b) Java c) LISP d) Perl

Last Answer : d) Perl

Description : Which is the first AI programming language? a) BASIC b) FORTRAN c) IPL(Inductive logic programming) d) LISP

Last Answer : d) LISP

Description : In LISP, the atom that stands for “true” is _____________ a) t b) ml c) y d) time

Last Answer : a) t

Description : What was originally called the “imitation game” by its creator? a) The Turing Test b) LISP c) The Logic Theorist d) Cybernetics

Last Answer : a) The Turing Test

Description : Claude Shannon described the operation of electronic switching circuits with a system of mathematical logic called _____________ a) LISP b) XLISP c) Neural networking d) Boolean algebra

Last Answer : c) Neural networking