

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_BELOW_PROPERTIES_CAN_BE_USED_FOR_BROWSER_SNIFFING??$ |
A. | platform |
B. | appVersion |
C. | both platform and appVersion |
D. | appName |
Answer» D. appName | |
2. |
Where_is_the_information_of_the_userAgent_property_located?$ |
A. | appId |
B. | appName |
C. | platform |
D. | appVersion |
Answer» E. | |
3. |
Which is the preferred testing nowadays for scripting? |
A. | Software testing |
B. | Feature testing |
C. | Blackbox testing |
D. | Whitebox testing |
Answer» C. Blackbox testing | |
4. |
What is the vendor-neutral synonym for navigator? |
A. | staticData |
B. | purposeInformation |
C. | dataInformation |
D. | clientInformation |
Answer» E. | |
5. |
The navigator property belongs to which of the following object? |
A. | Document |
B. | Window |
C. | Navigator |
D. | Location |
Answer» D. Location | |
6. |
What is the special feature of the modern web applications? |
A. | Can alter contents without loading document |
B. | Must load the document to manipulate |
C. | Remains static |
D. | Can’t be altered at all |
Answer» B. Must load the document to manipulate | |
7. |
What is the datatype of the go() method’s parameter?$ |
A. | String |
B. | Integer |
C. | Double |
D. | Float |
Answer» C. Double | |
8. |
The length property belongs to which of the following objects? |
A. | Window |
B. | Element |
C. | History |
D. | Document |
Answer» D. Document | |
9. |
If the window has child windows, how will the browsing histories be affected? |
A. | Numerically interleaved |
B. | Chronologically interleaved |
C. | Both Numerically and Chronologically interleaved |
D. | None of the mentioned |
Answer» C. Both Numerically and Chronologically interleaved | |