GUJARAT PUBLIC SCHOOL, ATLADARA
SUBJECT: -COMPUTER APPLICATIONS
(165)
Academic Name : - Roll No: -
Year : Topic :/ Ch- Date: -26/10/2024 Std : - X
2024-25 Sign &
Ch-5
Remarks
HTML
FORMS
Multiple Choice Questions
Question 1
Which element sets up an area of the web page for a form?
1. Input element
2. Form element
3. Checkbox element
4. None of these
Question 2
Which form elements can accept input from the user?
1. Input
2. GET
3. POST
4. None of these
Question 3
Which of the following code adds a text box on a form?
1. <INPUT Type = "Text">
2. <INPUT Type = "Textbox">
3. <INPUT Type = "Box">
4. None of these
Question 4
Which of the following buttons is used to clear the contents and set the values of all
the form elements to their initial state?
1. SUBMIT
2. SEND
3. RESET
4. None of these
Question 5
Which tag is used to define a selection list in a form?
1. <OPTION>
2. <SELECT>
3. <NAME>
4. <SELECTION>
Fill in the Blanks
Question 1
A Form is a collection of ............... of information on a page.
Question 2
A ............... allows a user to enter alphanumeric data that is a combination of
characters and numbers.
Question 3
A ............... is like a toggle switch, which helps the user to select or deselect one or
more than one items.
Question 4
When the user has to make a selection among the several possible
options, ............... buttons are used.
Question 5
............... programs are required to process the information present in a form.
Answer in One Word or a Sentence
Question 1
Which Input attribute of HTML form specifies the initial value to the field?
Question 2
Which button is used to clear the contents of a form?
Question 3
Which form control allows a user to make a selection of only one option among the
several possible options?
Question 4
Which attribute is used to preselect Checkbox?
Question 5
Name the form control which acts like a toggle switch which helps the user to select
or deselect more than one item.
Short Answer Type Questions
Question 1
Name the attributes which are used with the <INPUT> tag.
Question 2
Which tag helps in creating a drop-down list on a form area?
Question 3
Which attribute of <INPUT> tag specifies what type of form control will be added to
the form area?
Question 4
Which tag adds a multi-line text box on the form area?
Question 5
A form is divided into how many sections?
Long Answer Type Questions
Question 1
What do you understand by the Method attribute? Differentiate between the Get
method and the Post method.
Question 2
Explain any two input elements.
Question 3
Differentiate between:
1. Radio Button and Checkbox
2. Submit Button and Reset Button