Integerp and Zerop will be same __
When argument is not an integer or equal to 0
When argument is not equal to 0
When argument is a negative integer
When argument is a negative integer and not 0
9 practice sets · Page 1 of 1
Integerp and Zerop will be same __
When argument is not an integer or equal to 0
When argument is not equal to 0
When argument is a negative integer
When argument is a negative integer and not 0
What is the use of zerop?
To check object is zero
To check object is NIL
To make non-zero object to zero
It is same as integerp
Which among these are the data type predicates?
atom
symbolp
listp & numberp
atom, symbol, listp & numberp
Which of the following is used by member primitive to compare arguments?
=
equalp
equal
eql
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