MCQOPTIONS
Saved Bookmarks
This section includes 9 Mcqs, each offering curated multiple-choice questions to sharpen your Technical MCQs knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
Symbolis the most important class in symPy library. |
| A. | Yes |
| B. | No |
| C. | Can be yes or no |
| D. | Can not say |
| E. | |
| Answer» B. No | |
| 2. |
evalf() function evaluates a given numerical expression upto a given floating point precision upto ______ digits. |
| A. | 1 |
| B. | 10 |
| C. | 100 |
| D. | 1000 |
| Answer» D. 1000 | |
| 3. |
________ function is used to convert any arbitrary expression such that it can be used as a SymPy expression. |
| A. | evalf() |
| B. | sympify() |
| C. | lambdify() |
| D. | None of the above |
| Answer» C. lambdify() | |
| 4. |
Which number in SymPy defines as singleton classes? |
| A. | 0 |
| B. | 1 |
| C. | -1 |
| D. | Both A and B |
| Answer» E. | |
| 5. |
from sympy import Float Float(1.33333,2)6.SymPy has aRealNumberclass that acts as alias for Float. |
| A. | TRUE |
| B. | FALSE |
| C. | Can be true or false |
| D. | Can not say |
| Answer» B. FALSE | |
| 6. |
import math print (math.sqrt(25), math.sqrt(7))4.How many subclasses number class has? |
| A. | 1 |
| B. | 2 |
| C. | 3 |
| D. | 4 |
| Answer» C. 3 | |
| 7. |
The output for the below code snippet is : |
| A. | 4.0 2.6457513110645907 |
| B. | 5.0 3.6457513110645907 |
| C. | 5.0 1.6457513110645907 |
| D. | 5.0 2.6457513110645907 |
| Answer» E. | |
| 8. |
First version of SymPy published in? |
| A. | 2005 |
| B. | 2006 |
| C. | 2007 |
| D. | 2008 |
| Answer» D. 2008 | |
| 9. |
___________ is a Python library for performing symbolic computation. |
| A. | SciPy |
| B. | SymPy |
| C. | Seaborn |
| D. | rxpy |
| Answer» C. Seaborn | |