

MCQOPTIONS
Saved Bookmarks
This section includes 8 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_THE_PROPERTY_OF_THE_VIDEO_TAG??$ |
A. | width |
B. | height |
C. | breadth |
D. | area |
Answer» D. area | |
2. |
Which_of_the_following_is_the_parameter_used_to_invoke_the_Audio()_constructor?$ |
A. | File type |
B. | Music type |
C. | Both File and Music |
D. | Video type |
Answer» D. Video type | |
3. |
Which of the following attributes are common to both audio and video? |
A. | enter |
B. | control |
C. | controls |
D. | add |
Answer» D. add | |
4. |
Which of the following elements are used to include audio? |
A. | audio |
B. | video |
C. | svg |
D. | aud |
Answer» B. video | |
5. |
When is JavaScript called obtrusive? |
A. | JavaScript code is medium sized |
B. | JavaScript code is so small |
C. | JavaScript code is so large |
D. | All of the mentioned |
Answer» D. All of the mentioned | |
6. |
What is the purpose of image replacement? |
A. | To replace an image |
B. | To implement special effects |
C. | Removal of image rollovers |
D. | Implementation of image rollovers |
Answer» E. | |
7. |
Which of the following uses a lot of CPU cycles? |
A. | GUI |
B. | Statically generated graphics |
C. | Dynamically generated graphics |
D. | Images |
Answer» D. Images | |
8. |
What is the advantage of the code produced graphics being smaller than the images themselves? |
A. | Bandwidth saving |
B. | Increase in bandwidth |
C. | Dynamic advantages |
D. | Static advantage |
Answer» B. Increase in bandwidth | |