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

1 Answer

Answer :

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

Related questions

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 : 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 : 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 : 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 : 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 : When a top-level function is entered, the LISP processor do(es)? a) It reads the function entered b) It evaluates the function and the function’s operands c) It prints the results returned by the function d) All of the mentioned

Last Answer : d) All of the mentioned

Description : Prolog is A. A programming language based on logic B. A computer where each processor has its own operating system, its own memory, and its own hard disk C. Describes the structure of the contents of a database D. None of these

Last Answer : A. A programming language based on logic

Description : Massively parallel machine is A. A programming language based on logic B. A computer where each processor has its own operating system, its own memory, and its own hard disk C. Describes the structure of the contents of a database. D. None of these

Last Answer : B. A computer where each processor has its own operating system, its own memory, and its own hard disk

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 : Though local search algorithms are not systematic, key advantages would include __________ a) Less memory b) More time c) Finds a solution in large infinite space d) Less memory & Finds a solution in large infinite space

Last Answer : d) Less memory & Finds a solution in large infinite space

Description : What type of resource is most likely to be a shared common resource in a computer Network? a) Printers b) Speakers c) Floppy disk drives d) Keyboards

Last Answer : a) Printers

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 : 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 : 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 : 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 : If a hypothesis says it should be positive, but in fact, it is negative, we call it __________ a) A consistent hypothesis b) A false negative hypothesis c) A false positive hypothesis d) A specialized hypothesis

Last Answer : c) A false positive hypothesis

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

Last Answer : a) T

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 : Which of the following is not a hardware? A. Processor B. Printer C. Mouse D. Java

Last Answer : D. Java

Description : Which of the following is not a Hardware ? (1) Processor chip (2) Printer (3) Mouse (4) Java

Last Answer : Java

Description : With reference to NC machines, which of the following statements is wrong a.Both closed-loop and open-loop control systems are used b.Paper tapes, floppy tapes and cassettes are used for data storage c.Digitizers may be used as interactive input devices d.Post processor is an item of hardware

Last Answer : c.Digitizers may be used as interactive input devices

Description : Explain keyboard, hard disk, mouse and scanner related problems

Last Answer : Keyboard Problems: 1. During initialization, No keyboard error displayed or Complete non operation of the keyboard. KEYBOARD FAILURE message is displayed when booting. Solution: Check the keyboard ... and scanner software is set to the appropriate setting for the type of image being scanned.

Description : Why 8087 is referred to as Coprocessor? i) Because 8087 is used in parallel with main processor in a system, rather than serving as a main processor itself. ii) Because 8087 is used in serial with main processor in a ... math computations. a) i & iii b) ii & iii c) iii only. d) i only.

Last Answer : c) iii only.

Description : Which of the following IS NOT one of the advantages associated with a robotics implementation program? a) Low costs for hardware and software b) Robots work continuously around the clock c) Quality of manufactured goods can be improved d) Reduced company cost for worker fringe benefits

Last Answer : a) Low costs for hardware and software

Description : Which machines will be smarter than human mind? A. Reactive machine B. Limited memory C. Theory of mind D. Self-Awareness

Last Answer : D. Self-Awareness 

Description : Which machines only focus on current scenarios and react on it as per as possible best action. A. Reactive machine B. Limited memory C. Theory of mind D. None of above

Last Answer : A. Reactive machine 

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 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, 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

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

Last Answer : a) set

Description : Which of the following function returns t If the object is a symbol m LISP? a) (* ) b) (symbolp ) c) (nonnumeric ) d) (constantp )

Last Answer : b) (symbolp )

Description : In LISP, what is the function (list-length )? a) returns a new list that is equal to <:list> by copying the top-level element of b) returns the length of c) returns t if is empty d) all of the mentioned

Last Answer : b) returns the length of

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 : In LISP, the function (copy-list ) a) returns a new list that is equal to by copying the top-level element of b) returns the length of c) returns t if is empty d) all of the mentioned

Last Answer : a) returns a new list that is equal to by copying the top-level element of

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 : The first AI programming language was called: a. BASIC b. FORTRAN c. IPL d. LISP

Last Answer : c. IPL

Description : Which is not the commonly used programming language for AI? A. PROLOG B. LISP C. Perl D. Java script

Last Answer : C. Perl