MCQOPTIONS
Saved Bookmarks
This section includes 10 Mcqs, each offering curated multiple-choice questions to sharpen your Html knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
The plug-in DLL can’t contain ______________ |
| A. | Language |
| B. | ProductName |
| C. | FileDescription |
| D. | DirectoryName |
| Answer» E. | |
| 2. |
Which of the following plug-in file type is used in MS Windows? |
| A. | .DLL |
| B. | .SO |
| C. | .DSO |
| D. | PPC |
| Answer» B. .SO | |
| 3. |
Which of the following is not a directory in Linux for plug-ins? |
| A. | ~/.mozilla/plugins |
| B. | /usr/lib64/Mozilla/plugins |
| C. | profile directory |
| D. | /Library/Internet plug-ins |
| Answer» E. | |
| 4. |
Which of the following is not the directory in Mac OS X for plug-ins? |
| A. | /Library/Internet |
| B. | ~/Library/Internet |
| C. | Profile directory |
| D. | MOZ_PLUGIN_PATH |
| Answer» E. | |
| 5. |
Which of the following is not the directory in Windows for plug-ins? |
| A. | Profile directory/Library/Internet |
| B. | MOZ_PLUGIN_PATH |
| C. | HKEY_CURRENT_USER |
| D. | ~/Library/Internet Plug-Ins |
| Answer» E. | |
| 6. |
When the user leaves instance’s page which function is called? |
| A. | NPP_New |
| B. | NPP_Destroy |
| C. | NP_Shutdown |
| D. | NP_Initialize |
| Answer» C. NP_Shutdown | |
| 7. |
Which function will be called when the last instance of a plug-in is deleted? |
| A. | NPP_Destroy |
| B. | NP_Initialize |
| C. | NPP_New |
| D. | NP_Shutdown |
| Answer» E. | |
| 8. |
When is the instance created, which plug-in API function is called? |
| A. | NPP_Destroy |
| B. | NPP_New |
| C. | NP_Shutdown |
| D. | NP_Initialize |
| Answer» C. NP_Shutdown | |
| 9. |
What is the prefix of all the browser-specific functions? |
| A. | NPP |
| B. | UPP |
| C. | NPN |
| D. | GPN |
| Answer» D. GPN | |
| 10. |
Which of the following plug-in can’t be embedded by element? |
| A. | Java applets |
| B. | Flash players |
| C. | PDF readers |
| D. | Map |
| Answer» E. | |