Which primitive removes all but the last element from the list?
Last
First
Remove
Revoke
Browse topic-based LISP practice sets.
186 practice sets · Page 5 of 10
Which primitive removes all but the last element from the list?
Last
First
Remove
Revoke
Which is used to build the lisp procedures?
Data
Primitives
Definition
None of the mentioned
Which hides details behind abstraction boundaries?
Procedures
Procedure abstraction
Recursion
Both Procedures & Procedure abstraction
Which is used to seperate the abstraction layers?
Abstraction boundaries
Data
Procedure
All of the mentioned
What is the process of arranging procedures into layers?
Procedure
Abstraction
Abstraction layers
Procedure abstraction
Which abstractions have a prescribed behavior?
Auxiliary procedures
Procedure abstraction
Primary procedures
None of the mentioned
Which process helps to build large and complicated programs?
Macros
Procedure abstraction
Defun
None of the mentioned
Which makes it possible to print in tabulated columns?
Read
Directive
Format
Which evaluates the expression twice during execution?
Read
Eval
Format
Which primitive makes the messages consists of uppercase and lowercase letters?
Format
Directive
Read
Which evaluates the single argument and prints it on a new line?
Format
With-open-file
All of the mentioned
Which can read expressions from data-files one at a time?
With-open-file
Directive
None of the mentioned
Which is used to produce a procedure object from a procedure name?
EQ
#'
EQUAL
None of the mentioned
What is meant by keyword argument?
Arguments that follows a keyword
Lists
Data
Procedure
Which predicate tests to see if its first argument is an element of its second argument?
EQ
=
MEMBER
None of the mentioned
Which primitive tests two arguments to see if their values are the same expression?
Equal
Eql
Eq
=
What is a procedure that returns a value that signals true or false?
List
Predicates
Data
None of the mentioned
Which is used to compare patterns and datums element by element?
Procedure
Compare
Equal
Matching
Which keeps variable binding on an association list?
Match
Compare
Equal
None of the mentioned
What is the name of elements present in patterns?
Variables
Patterns
Pattern variables
Pattern elements