Class 3 Exam  >  Class 3 Tests  >  HTML for Junior Classes  >  Test: HTML Audio - Class 3 MCQ

Test: HTML Audio - Class 3 MCQ


Test Description

10 Questions MCQ Test HTML for Junior Classes - Test: HTML Audio

Test: HTML Audio for Class 3 2024 is part of HTML for Junior Classes preparation. The Test: HTML Audio questions and answers have been prepared according to the Class 3 exam syllabus.The Test: HTML Audio MCQs are made for Class 3 2024 Exam. Find important definitions, questions, notes, meanings, examples, exercises, MCQs and online tests for Test: HTML Audio below.
Solutions of Test: HTML Audio questions in English are available as part of our HTML for Junior Classes for Class 3 & Test: HTML Audio solutions in Hindi for HTML for Junior Classes course. Download more important topics, notes, lectures and mock test series for Class 3 Exam by signing up for free. Attempt Test: HTML Audio | 10 questions in 10 minutes | Mock test for Class 3 preparation | Free important questions MCQ to study HTML for Junior Classes for Class 3 Exam | Download free PDF with solutions
Test: HTML Audio - Question 1

Which of the following tag is used for audio in HTML5?

Detailed Solution for Test: HTML Audio - Question 1

<video> tag is used for video clips in HTML5. <canvas> is for graphical user interface. The audio tag defines sound, such as music or other audio streams.

Test: HTML Audio - Question 2

Which tag is used to defines multiple media resources for media elements audio and video?

Detailed Solution for Test: HTML Audio - Question 2

<video> tag is used for video clips in HTML5. <canvas> is for graphical user interface. The audio tag defines sound, such as music or other audio streams.defines multiple media resources for media elements, such as <video> and <audio>.

1 Crore+ students have signed up on EduRev. Have you? Download the App
Test: HTML Audio - Question 3

Which of the following browser does not support wav file format?

Detailed Solution for Test: HTML Audio - Question 3

Opera, firefox, chrome and internet explorer are different kinds of browsers. Out of which audio file format named wav is not supported by internet explorer.

Test: HTML Audio - Question 4

In HTML Audio/Video DOM __________ sets or returns the volume of the audio/video.

Detailed Solution for Test: HTML Audio - Question 4

Src attribute gives current source of audio/video element. The videoTrack list is returned representing available video tracks by video track attribute. Volume attribute sets the current volume of video/audio.

Test: HTML Audio - Question 5

Which of the following attribute adds audio controls, like play, pause, and volume?

Detailed Solution for Test: HTML Audio - Question 5

The audio attribute defines sound, such as music or other audio streams. Source attribute defines multiple media resources for media elements, such as <video> and <audio>. Src attribute gives current source of audio/video element. The controls attribute is a boolean attribute. When present, it specifies that audio controls should be displayed.

Test: HTML Audio - Question 6

In HTML Audio/Video DOM __________ sets or returns whether the audio/video should start playing as soon as it is loaded.

Detailed Solution for Test: HTML Audio - Question 6

Control attribute is used to set whether audio/video should display controls. AudioTrack list representing audio tracks is set by audio track. The autoplay attribute is a boolean attribute. When present, the audio will automatically start playing as soon as it can do so without stopping. A current src of audio/video is returned by currentSrc.

Test: HTML Audio - Question 7

In HTML Audio/Video DOM __________ sets or returns whether the audio/video should start over again when finished.

Detailed Solution for Test: HTML Audio - Question 7

The loop attribute is a boolean attribute. When present, it specifies that the audio will start over again, every time it is finished. With autoplay, it ensures whether video/audio should play immediately after loading page. Seeking returns whether user is currently seeking video/audio. Timeranges representing played parts of audio/video is set by played attribute.

Test: HTML Audio - Question 8

In HTML Audio/Video DOM __________ returns a MediaError object representing the error state of the audio/video.

Detailed Solution for Test: HTML Audio - Question 8

Seeking returns whether user is currently seeking video/audio. Ended attribute fires up when current playing playlist is finished. The error property returns a MediaError object. The MediaError object has a code property containing the error state of the audio/video. The group to which audio/video belongs is returned by mediaGroup.

Test: HTML Audio - Question 9

In HTML Audio/Video DOM __________ returns a TextTrackList object representing the available text tracks.

Detailed Solution for Test: HTML Audio - Question 9

The current ready state of video/audio is set by readyState. StartDate sets current date representing current time offsets. VideoTrack returns video track list representing available video tracks. The textTracks property returns a TextTrackList object. The TextTrackList object represents the available text tracks for the audio/video. Each available text track is represented by an TextTrack Object.

Test: HTML Audio - Question 10

Which of the following is not the attribute for <audio> element?

Detailed Solution for Test: HTML Audio - Question 10

<audio> element has various attributes like src, controls, autoplay, preload, loop, buffered, crossorigin, muted. Width is attribute basically use for <video> not for <audio> element. All the attributes and <audio> element is newly introduce by HTML5 to make page responsive and user friendly.

14 videos|31 docs|24 tests
Information about Test: HTML Audio Page
In this test you can find the Exam questions for Test: HTML Audio solved & explained in the simplest way possible. Besides giving Questions and answers for Test: HTML Audio, EduRev gives you an ample number of Online tests for practice

Top Courses for Class 3

14 videos|31 docs|24 tests
Download as PDF

Top Courses for Class 3