MCQOPTIONS
Saved Bookmarks
This section includes 59 Mcqs, each offering curated multiple-choice questions to sharpen your Bachelor of Computer Applications (BCA) knowledge and support exam preparation. Choose a topic below to get started.
| 51. |
If you create a __destruct() function, PHP will automatically call this function at the end of the script. |
| A. | true |
| B. | false |
| C. | both a and b |
| D. | none of these |
| Answer» B. false | |
| 52. |
________ This is a programmer-defined data type, which includes local functions as well as local data. |
| A. | child class |
| B. | class |
| C. | member function |
| D. | parent Class |
| Answer» C. member function | |
| 53. |
If you create a __construct() function, PHP will automatically call this function when you create an object from a class. |
| A. | true |
| B. | false |
| C. | both a and b |
| D. | none of these |
| Answer» B. false | |
| 54. |
____________An array with strings as index. This stores element values in association with key values rather than in a strict linear index order. |
| A. | associative array |
| B. | multidimensional array |
| C. | Numeric array |
| D. | None of these |
| Answer» B. multidimensional array | |
| 55. |
Core PHP means solving a Mathematical problem by using paper and pen and Frame work means solving Mathematical problem by using a calculator. |
| A. | true |
| B. | false |
| C. | both a and b |
| D. | none of these |
| Answer» B. false | |
| 56. |
A ______ is a way to store information (in variables) to be used across multiple pages. |
| A. | cookie |
| B. | session |
| C. | abs |
| D. | sqrt |
| Answer» C. abs | |
| 57. |
___________ After submitted by data, The data has sent to a server and perform validation checks in server machine. |
| A. | Client-Side Validation |
| B. | Server Side Validation |
| C. | input type validation |
| D. | output type validation |
| Answer» C. input type validation | |
| 58. |
__________ An array containing one or more arrays and values are accessed using multiple indices |
| A. | associative array |
| B. | multidimensional array |
| C. | Numeric array |
| D. | None of these |
| Answer» C. Numeric array | |
| 59. |
_________ is a software and hardware independent tool used to transport and store data. It focuses on what data is. |
| A. | XML |
| B. | HTML |
| C. | CSS |
| D. | none of these |
| Answer» B. HTML | |