MCQOPTIONS
Saved Bookmarks
This section includes 9 Mcqs, each offering curated multiple-choice questions to sharpen your Javascript knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
WHICH_OF_THE_FOLLOWING_IS_NOT_A_NAVIGATOR_METHOD??$ |
| A. | postEnabled |
| B. | reference |
| C. | preference |
| D. | all of the mentioned |
| Answer» D. all of the mentioned | |
| 2. |
What_is_the_purpose_of_the_userAgent_property?$ |
| A. | Identifying the data |
| B. | Identifying the client |
| C. | Both Identifying the data and client |
| D. | None of the mentioned |
| Answer» C. Both Identifying the data and client | |
| 3. |
What is the purpose of the preference method in a navigator? |
| A. | Set Browser preference |
| B. | Set Netscape preference |
| C. | Both Set Browser & Netscape preference |
| D. | None of the mentioned |
| Answer» C. Both Set Browser & Netscape preference | |
| 4. |
What is the purpose of the platform[] property in a navigator? |
| A. | Platform of the script |
| B. | Platform where the image map was designed |
| C. | Platform where the browser was compiled |
| D. | All of the mentioned |
| Answer» D. All of the mentioned | |
| 5. |
Which of the following is not a navigator property? |
| A. | platform[]. |
| B. | plugin[]. |
| C. | userAgent[]. |
| D. | all of the mentioned |
| Answer» E. | |
| 6. |
What is the purpose of the area element? |
| A. | Area of the text |
| B. | Shape and coordinates of the hotspot |
| C. | Shape and area of the hotspot |
| D. | None of the mentioned |
| Answer» C. Shape and area of the hotspot | |
| 7. |
Which are the special tags used for image mapping? |
| A. | map and area |
| B. | map and usemap |
| C. | only map |
| D. | only usemap |
| Answer» B. map and usemap | |
| 8. |
Which is the attribute used to enable the Client-side image map? |
| A. | map |
| B. | area |
| C. | usemap |
| D. | all of the mentioned |
| Answer» D. all of the mentioned | |
| 9. |
Which side of image map can be created using JavaScript? |
| A. | Server side |
| B. | Client side |
| C. | Both Server and Client side |
| D. | None of the mentioned |
| Answer» C. Both Server and Client side | |