MCQOPTIONS
 Saved Bookmarks
				This section includes 5 Mcqs, each offering curated multiple-choice questions to sharpen your LISP Questions & Answers Procedure Definitions 2 knowledge and support exam preparation. Choose a topic below to get started.
| 1. | 
                                    Does value of an actual parameter change in the procedure? | 
                            
| A. | Yes | 
| B. | No | 
| C. | Sometimes | 
| D. | None of the mentioned | 
| Answer» D. None of the mentioned | |
| 2. | 
                                    Can the actual parameters and formal parameters be of same name? | 
                            
| A. | Yes | 
| B. | No | 
| Answer» B. No | |
| 3. | 
                                    Can the parameters be passed to procedures in LISP? | 
                            
| A. | No | 
| B. | Yes | 
| Answer» C. | |
| 4. | 
                                    Which primitive is used to define a procedure? | 
                            
| A. | defun | 
| B. | defpro | 
| C. | defin | 
| D. | def | 
| Answer» B. defpro | |
| 5. | 
                                    In LISP, symbol represents a _____ | 
                            
| A. | Data type | 
| B. | Data type and data object | 
| C. | Data structure | 
| D. | Any of Data type, data object and data structure | 
| Answer» E. | |