in Education by
In LISP, the addition 3 + 2 is entered as _______________ (a) 3 + 2 (b) 3 add 2 (c) 3 + 2 = (d) (+ 3 2) Please answer the above question.

1 Answer

0 votes
by

The correct choice is (b) 3 add 2

Related questions

0 votes
    In LISP, the addition 3 + 2 is entered as _______________ (a) 3 + 2 (b) 3 add 2 (c) 3 + 2 = (d) (+ 3 2) Please answer the above question....
asked Oct 9, 2022 in Education by JackTerrance
0 votes
    In LISP, the addition 3 + 2 is entered as _______________ (a) 3 + 2 (b) 3 add 2 (c) 3 + 2 = (d) (+ 3 2) Please answer the above question....
asked Oct 2, 2022 in Education by JackTerrance
0 votes
    When a top-level function is entered, the LISP processor does? (a) It reads the function entered (b) It prints the ... (d) All of the mentioned Please answer the above question....
asked Sep 21, 2022 in Education by JackTerrance
0 votes
    LISP machines also are known as ___________ (a) AI workstations (b) Time-sharing terminals (c) Super mini computers (d) All of the mentioned Please answer the above question....
asked Oct 9, 2022 in Education by JackTerrance
0 votes
    LISP machines also are known as ___________ (a) AI workstations (b) Time-sharing terminals (c) Super mini computers (d) All of the mentioned Please answer the above question....
asked Oct 2, 2022 in Education by JackTerrance
0 votes
    LISP machines also are known as ___________ (a) AI workstations (b) Time-sharing terminals (c) Super mini computers (d) All of the mentioned Please answer the above question....
asked Sep 23, 2022 in Education by JackTerrance
0 votes
    In LISP, the square root of X is referenced as _____________ (a) sqrt(x) (b) (sqrt x) (c) x/2 (d) x/3 Please answer the above question....
asked Sep 21, 2022 in Education by JackTerrance
0 votes
    The original LISP machines produced by both LMI and Symbolics were based on research performed at __________ (a) CMU ... University (d) RAMD Please answer the above question....
asked Oct 22, 2022 in Education by JackTerrance
0 votes
    In LISP, the function returns t if is a CONS cell and nil otherwise __________ (a) (cons ) (b) (consp ) (c) (eq ) (d) (cous = ) Please answer the above question....
asked Oct 22, 2022 in Education by JackTerrance
0 votes
    The original LISP machines produced by both LMI and Symbolics were based on research performed at? (a) CMU (b) ... ) Stanford University (d) RAMD Please answer the above question....
asked Oct 9, 2022 in Education by JackTerrance
0 votes
    In LISP, the function returns t if is a CONS cell and nil otherwise ________ (a) (cons ) (b) (consp ) (c) (eq ) (d) (cous =) Please answer the above question....
asked Oct 9, 2022 in Education by JackTerrance
0 votes
    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’) Please answer the above question....
asked Oct 9, 2022 in Education by JackTerrance
0 votes
    In LISP, the following function (minusp (-20 4 8 8 1)) returns? (a) T (b) F (c) NIL (d) -20 Please answer the above question....
asked Oct 9, 2022 in Education by JackTerrance
0 votes
    In LISP, which of the following function assigns the value 10 to the symbol a? (a) (setq a 10) (b) (a = b) ... 10 a) (d) All of the mentioned Please answer the above question....
asked Oct 9, 2022 in Education by JackTerrance
0 votes
    In LISP, the atom that stands for “False” is ___________ (a) t (b) nil (c) y (d) time Please answer the above question....
asked Oct 9, 2022 in Education by JackTerrance
...