R4RIN
MCQS
HTML MCQ Quiz Hub
HTML Mcq Question Set 14
Choose a topic to test your knowledge and improve your HTML skills
1. Which of the following does not use a crawler to find pages for the search result?
Bing
Backrub
Yahoo
Google
2. For keeping blog comment spam down we use ___________
nofollow
meta
title
heading
3. ‘Image Alt’ tags is not used for ___
diagrams
screenshots
decorative images
infographics
4. Which tag is used for stopping duplicate content?
canonical tag
image alt tag
nofollow
meta
5. Which one of the following is used to identify an anchor link?
#
#!
#?
&
6. Which of the following map type is not supported by mapTypeId?
Hybrid
Terrain
Roadmap
Climatic map
7. Which one of the following defines properties for the map?
mapOptions
zoom
center
mapTypeId
8. Which one of the following is not google map overlay?
Polygon
Polyline
Eclipse
Marker
9. For single locations on a map, we use the overlay for _______
Marker
Polygon
Polyline
Circle
10. Polyline will not support the property of _________
Path
StrokeOpacity
Editable
Fillcolor
11. The property that is not supported by Polyline but by Polygon is __________
strokeWeight
fillOpacity
path
editable
12. The property which is not supported by the circle is _________
path
radius
center
fillColor
13. The value of fillOpacity lies between __________
0.0 and 2.0
0.0 and 1.0
2.0 and 3.0
3.0 and 4.0
14. Which one of the following is not the default control in google maps?
Pan
Street view
MapType
Climate map
15. Which control displays the current map viewport?
Scale
Overview Map
Street view
MapType
16. MapTypeControlOptions field may not contain _____
google.maps.MapTypeControlStyle.HORZONTAL_BAR
google.maps.MapTypeControlStyle.DEFAULT
google.maps.MapTypeControlStyle.DROPDOWN_MENU
google.maps.MapTypeControlStyle.LARGE
17. Photographic map lies under the map type ____________
satellite
roadmap
hybrid
terrain
18. Which of the following type will support 45 degree perspective view?
Terrain
Hybrid
Roadmap
Climate map
19. Which of the following method will return DOM object that contains map?
getCenter()
getProjection()
getDiv()
gettilt()
20. Which one of the following will set the viewport to contain given bounds?
fitBounds()
getBounds()
getHeading()
panTo()
21. Which of the following is not the property of Map()?
mapTypes
controls
overlayMapTypes
zoom
22. Which of the following event does not take a MouseEvent argument in Map()?
dbclick
drag
click
mouseover
23. Which of the following event will be fired when a user drags the map?
dragend
drag
dragstart
idle
24. Which of the following event will be called when user’s mouse exits map container?
mouseout
mouseover
mousemove
resize
25. Which event will be fired when the map changes size?
tilesloaded
zoom_changed
tilt_changed
resize
26. Which object will represent a Marker icon?
Marker
MarkerShape
MarkerImage
Marker
27. Which object shows options for rendering of scale control?
ScaleControlOptions
ScaleControlStyle
RotateControlOptions
ControlPosition
28. Which of the following will provide options for rendering overview map control?
MapTypeControlStyle
OverviewMapControlOptions
MapTypeControlOptions
PanControlOptions
29. Which will specify placement of controls on map?
ControlPosition
StreetViewControlOptions
ScaleControlStyle
ScaleControlOptions
30. Which of the following plug-in can’t be embedded by <object> element?
Java applets
Flash players
PDF readers
Map
31. What is the prefix of all the browser-specific functions?
NPP
UPP
NPN
GPN
32. When is the instance created, which plug-in API function is called?
NPP_Destroy
NPP_New
NP_Shutdown
NP_Initialize
33. Which function will be called when the last instance of a plug-in is deleted?
NPP_Destroy
NP_Initialize
NPP_New
NP_Shutdown
34. When the user leaves instance’s page which function is called?
NPP_New
NPP_Destroy
NP_Shutdown
NP_Initialize
35. Which of the following is not the directory in Windows for plug-ins?
Profile directory/Library/Internet
MOZ_PLUGIN_PATH
HKEY_CURRENT_USER
~/Library/Internet Plug-Ins
36. Which of the following is not the directory in Mac OS X for plug-ins?
/Library/Internet
~/Library/Internet
Profile directory
MOZ_PLUGIN_PATH
37. Which of the following is not a directory in Linux for plug-ins?
~/.mozilla/plugins
/usr/lib64/Mozilla/plugins
profile directory
/Library/Internet plug-ins
38. Which of the following plug-in file type is used in MS Windows?
DLL
SO
.DSO
PPC
39. The plug-in DLL can’t contain ____
Language
ProductName
FileDescription
DirectoryName
40. Which of the following is not a transmission mode that plug-in can select?
File mode
Random-access mode
Normal mode
Complex mode
41. Which method is used for sending data to URL from memory buffer?
NPN_PostURL
NPN_GetURLNotify
NPN_GetURL
NPN_PostURLNotify
42. Which of the following request is used for the browser to load a URL?
NPN_GetURL
NPN_PostURL
NPN_PostURLNotify
NPN_GetURLNotify
43. Which function helps in identifying compatibility of plug-in and browser?
NPN_UserAgent
NPN_Version
NPN_Status
NPN_GetValue
44. Which method is used to display a message on the status line?
NPN_MemFree
NPN_HandleWindow
NPN_Status
NPN_GetValue
45. Which of the following is called after plug-in is initialized to get scripting interface?
NPP_GetValue
NP_GetValue
NP_GetMIMEDescription
NP_Initialize
46. The plugin resource string 1 is associated with ________
MIME type
aiff
video
jpg
47. Windowless plug-in will not call ____________
NPN_InvalidateRegion
NPN_ForceRedraw
NPN_InvalidateRect
NPP_GetValue
48. The browser will not call the plug-in ____
NPN_InvalidateRect
NPP_Print
NPP_HandleEvent
NPP_SetValue
49. Which of the following method is not associated to handling the memory ________________
NPN_MemFlush
NPN_MemAlloc
NPN_MemFree
NPP_HandleEvent
50. Which of the following is not a semantic element?
&lt;form&gt;
&lt;article&gt;
&lt;table&gt;
&lt;span&gt;
Submit