MCQOPTIONS
Saved Bookmarks
This section includes 244 Mcqs, each offering curated multiple-choice questions to sharpen your Bachelor of Business Administration in Computer Applications (BBA [CA]) knowledge and support exam preparation. Choose a topic below to get started.
| 151. |
------is a secure method as its requests do not remain in browser history. Sol: |
| A. | $_GET |
| B. | $_POST |
| C. | POST |
| D. | GET |
| Answer» D. GET | |
| 152. |
An---------tag or element can contain text ,attributes ,other elements. Sol: |
| A. | XML |
| B. | descriptive |
| C. | UTF-8 |
| D. | 1056 |
| Answer» B. descriptive | |
| 153. |
The-----class method must be defined with the same or a less restricted access modifier Sol: |
| A. | abstract |
| B. | child |
| C. | interface |
| D. | implement |
| Answer» C. interface | |
| 154. |
The----language has no predefined tags Sol: |
| A. | XML |
| B. | HTML |
| C. | UTF-8 |
| D. | 1056 |
| Answer» B. HTML | |
| 155. |
The---------defines a standard for accessing and manipulating documents: Sol: |
| A. | simpleXML |
| B. | simplexml_load_string( ). |
| C. | simplexml_load_file( filename) |
| D. | DOM |
| Answer» E. | |
| 156. |
The---------defines a standard way for accessing and manipulatingHTMLdocuments. It presents an HTML document as a tree-structure.Sol: |
| A. | simpleXML |
| B. | simplexml_load_string( ). |
| C. | simplexml_load_file( filename) |
| D. | HTML DOM |
| Answer» E. | |
| 157. |
The XML prolog is optional. If it exists, it must come first in the document Sol: |
| A. | yes |
| B. | no |
| C. | can not say |
| D. | none of these. |
| Answer» B. no | |
| 158. |
if the-----method is defined as protected, the child class method must be defined aseither protected or public, but not privateSol: |
| A. | abstract |
| B. | child |
| C. | interface |
| D. | implement |
| Answer» B. child | |
| 159. |
the _________ statement is used to perform different actions based on differentconditionsSol: |
| A. | switch |
| B. | if condition |
| C. | whie loop |
| D. | for loop |
| Answer» B. if condition | |
| 160. |
the _________ statement is used to check the action on each step and performdifferent actions based on different conditionsSol: |
| A. | if else |
| B. | else if ladder |
| C. | whie loop |
| D. | for loop |
| Answer» C. whie loop | |
| 161. |
In PHP, ______in this loop we check show true statement first then check thecondition :Sol: |
| A. | for each |
| B. | for |
| C. | whie loop |
| D. | do while |
| Answer» E. | |
| 162. |
Interfaces are declared with the------keyword. Sol: |
| A. | abstract |
| B. | child |
| C. | interface |
| D. | implement |
| Answer» D. implement | |
| 163. |
All XML elements can be accessed through the--------------- Sol: |
| A. | simpleXML |
| B. | simplexml_load_string( ). |
| C. | simplexml_load_file( filename) |
| D. | XML DOM |
| Answer» E. | |
| 164. |
The data sent by GET method can be accessed using-------environment variable. Sol: |
| A. | GET |
| B. | ? |
| C. | POST |
| D. | QUERY_STRING |
| Answer» E. | |
| 165. |
The tags in the example above (like and ) are not defined in any----standard.Sol: |
| A. | XML |
| B. | HTML |
| C. | UTF-8 |
| D. | 1056 |
| Answer» B. HTML | |
| 166. |
All------can be accessed through the XML DOM. Sol: |
| A. | simpleXML |
| B. | simplexml_load_string( ). |
| C. | simplexml_load_file( filename) |
| D. | XML element |
| Answer» E. | |
| 167. |
The data sent by GET method can be accessed using QUERY_STRING environmentvariable.Sol: |
| A. | yes |
| B. | no |
| C. | can not say |
| D. | none of these. |
| Answer» B. no | |
| 168. |
---------values must always be quoted in xml. Either single or doublequotes can beused.Sol: |
| A. | attribute |
| B. | element |
| C. | UTF-8 |
| D. | Empty XML elements. |
| Answer» B. element | |
| 169. |
-----------values must always be quoted in xml. Either single or doublequotes can beused.Sol: |
| A. | attribute |
| B. | element |
| C. | UTF-8 |
| D. | Empty XML elements. |
| Answer» B. element | |
| 170. |
We'll show how to deploy the Java class to a SOAP server using the WASP deployment tool |
| A. | yes |
| B. | no |
| C. | can not say |
| D. | none of these |
| Answer» B. no | |
| 171. |
----------values must always be quoted in xml. Either single or doublequotes can beused.Sol: |
| A. | attribute |
| B. | element |
| C. | UTF-8 |
| D. | Empty XML elements. |
| Answer» B. element | |
| 172. |
PHP divides the operators in the following groups: Sol: |
| A. | increment decrement |
| B. | logical |
| C. | string |
| D. | all the above |
| Answer» E. | |
| 173. |
In PHP, we have the following loop types: Sol: |
| A. | for each |
| B. | for |
| C. | whie loop |
| D. | all the above |
| Answer» E. | |
| 174. |
Early------- include PHPlib, Horde, and Pear. Most of the big names now launched in 2005 or later. |
| A. | php framework |
| B. | ORM |
| C. | phplib |
| D. | command link interface |
| Answer» D. command link interface | |
| 175. |
With Big Pipe part of ---------- core, developers can optimize the site load performance for the end-user significantly. |
| A. | joomla |
| B. | CMS |
| C. | MVC |
| D. | Drupal |
| Answer» E. | |
| 176. |
An iterable is any value which can be looped through with a-----loop. Sol: |
| A. | foeach() |
| B. | self |
| C. | traits |
| D. | single inheritance |
| Answer» B. self | |
| 177. |
A-----is any piece of software that makes itself available over theinternet and uses a standardized XML messaging system |
| A. | web service |
| B. | xml |
| C. | html document |
| D. | Empty XML |
| Answer» B. xml | |
| 178. |
The----------method does not have any restriction on data size to be sent. Sol: |
| A. | $_GET |
| B. | $_POST |
| C. | POST |
| D. | QUERY_STRING |
| Answer» D. QUERY_STRING | |
| 179. |
The-------method serializes a form's data into a query string Sol: |
| A. | jQuery's ajax |
| B. | serialize() |
| C. | Client-side validation |
| D. | ajaxStart |
| Answer» C. Client-side validation | |
| 180. |
With-----when submit is pressed, JavaScript will make a request to the server, interpret the results and update the current screen. |
| A. | Ajax |
| B. | Synchronous |
| C. | synchronous XML |
| D. | Asynchronous JavaScript |
| Answer» B. Synchronous | |
| 181. |
PHP supports the following data types: Sol: |
| A. | string |
| B. | interger |
| C. | float |
| D. | all the above |
| Answer» E. | |
| 182. |
An element with no content is said to be---------- Sol: |
| A. | XML TAG |
| B. | descriptive |
| C. | UTF-8 |
| D. | Empty XML elements. |
| Answer» E. | |
| 183. |
An element with no content is said to be Empty XML Elements. Sol: |
| A. | yes |
| B. | no |
| C. | can not say |
| D. | none of these |
| Answer» B. no | |
| 184. |
------------IP address of machine from which the user is viewing the current page Sol: |
| A. | REQUEST_METHOD |
| B. | DOCUMENT_ROOT |
| C. | REMOTE_ADDR |
| D. | SERVER_PORT |
| Answer» D. SERVER_PORT | |
| 185. |
--------can't be used to send word documents or images. Sol: |
| A. | $_GET |
| B. | $_POST |
| C. | POST |
| D. | GET |
| Answer» E. | |
| 186. |
New-------features bring unprecedented power into the hands of the Content Editor, with WYSIWYG editor CKEditor now bundled with the core |
| A. | joomla |
| B. | CMS |
| C. | MVC |
| D. | Drupal8 |
| Answer» E. | |
| 187. |
PHP frameworks typically follow the---------design pattern. This concept separates the manipulation of data from its presentation. |
| A. | Object-Relational Mapping |
| B. | object random map |
| C. | Model View Controller |
| D. | command link interface |
| Answer» D. command link interface | |
| 188. |
You can use function---------------if you have XMLcontent in a file. Sol: |
| A. | simpleXML |
| B. | simplexml_load_string( ). |
| C. | simplexml_load_file( filename) |
| D. | XML parser. |
| Answer» D. XML parser. | |
| 189. |
The-----method produces a long string that appears in your server logs, in the browser'sLocationSol: |
| A. | GET |
| B. | ? |
| C. | POST |
| D. | QUERY_STRING |
| Answer» B. ? | |
| 190. |
The-----------method can be used to send ASCII as well as binary data Sol: |
| A. | $_GET |
| B. | $_POST |
| C. | POST |
| D. | QUERY_STRING |
| Answer» D. QUERY_STRING | |
| 191. |
The GET method is restricted to send upto------characters only Sol: |
| A. | 1024 |
| B. | 1000 |
| C. | 255 |
| D. | 1056 |
| Answer» B. 1000 | |
| 192. |
-------This property of array returns The IP address of the server under which the currentscript is executing.Sol: |
| A. | $_SERVER |
| B. | SERVER_ADDR |
| C. | SERVER_NAME |
| D. | QUERY_STRING |
| Answer» C. SERVER_NAME | |
| 193. |
In-------method, values are visible in the URL while in POST method, values are NOTvisible in the URL.Sol: |
| A. | $_GET |
| B. | $_POST |
| C. | POST |
| D. | GET |
| Answer» E. | |
| 194. |
Drupal 8 comes with a--------editor that you can use to start adding text and images to your pages right away |
| A. | YCKOP |
| B. | WYSIWYG |
| C. | MVCEYO |
| D. | YSWAP |
| Answer» C. MVCEYO | |
| 195. |
there are two ways the browser client can send information to the web server .The -------------Method & The---------- MethodSol: |
| A. | info and pre method |
| B. | Get and post method |
| C. | implement and extend method |
| D. | none of these. |
| Answer» B. Get and post method | |
| 196. |
there are two ways the browser client can send information to the web server .The GET Method & The POST MethodSol: |
| A. | yes |
| B. | no |
| C. | can not say |
| D. | none of these. |
| Answer» B. no | |
| 197. |
------is a superglobal that holds information regarding HTTP headers, path and scriptlocation etc.Sol: |
| A. | $_SERVER |
| B. | SERVER_ADDR |
| C. | SERVER_NAME |
| D. | QUERY_STRING |
| Answer» B. SERVER_ADDR | |
| 198. |
-------has no limitation on the length of the values since they are submitted via the bodyof HTTP.Sol: |
| A. | $_GET |
| B. | $_POST |
| C. | POST |
| D. | GET |
| Answer» D. GET | |
| 199. |
Never use-----method if you have password or other sensitive information to be sent tothe server.Sol: |
| A. | GET |
| B. | ? |
| C. | POST |
| D. | QUERY_STRING |
| Answer» B. ? | |
| 200. |
GET can't be used to send binary data, like images or word documents, to the server Sol: |
| A. | yes |
| B. | no |
| C. | can not say |
| D. | none of these. |
| Answer» B. no | |