Chapter: Creating HTML forms using KompoZer β’ Total: 138 MCQs
MCQ 1Create a new file
In kompozer,which dialog box opens up when clicked on File->save ?
Asave page as
Bform properties
Cform field properties
Dpage title
Correct Answer: Option D
Note: GSEB Commerce Oct-2020
MCQ 2Textarea Element
Which element allows entering unlimited numbers of charactres in HTML form ?
A<input>
B<select>
C<text area>
D<option>
Correct Answer: Option C
Note: GSEB Commerce Oct-2020
MCQ 3Create a new file
In Kompozer,when clicked on File->New option a dialog box appears with title create a new document or templet,which option is by default selected in the dialog box ?
Aa blank template
Ba new document besed on template
Ca balnk document
Dall of the above
Correct Answer: Option C
Note: GSEB Commerce Oct-2020
MCQ 4Input Elements
In html from, <input type ="reset" VALUE ="label"> commands is given. What will be the output?
Alabel
Breset
Csubmit
Dvalue
Correct Answer: Option B
Note: GSEB Commerce Oct-2020
MCQ 5Webpage
Which of the following filename is the home page of the website saved as?
Afirst.html
Bindex.html
Chome.html
Done.html
Correct Answer: Option A
Note: Book Exercies
MCQ 6HTML Forms
Which of the following is a container used to collect different kinds of inputs from the user?
AForm
BForm
CForm
DForm
Correct Answer: Option D
Note: Book Exercies
MCQ 7Forms Element
Which of the following is the tag used to implement form element?
A&ltform> ..... </form>
B&ltform> ..... &ltform>
C&/form> ..... &/form>
D&ltfrm> ..... </frm>
Correct Answer: Option C
Note: Book Exercies
MCQ 8Action attribute
Which of the following attribute of form is used to specify where to send the form data when the form is submitted?
AMethod
BAction
CSubmit
DInput
Correct Answer: Option B
Note: Book Exercies
MCQ 9Forms Element
Which of the following attribute of form specifies the HTTP method to be used when sending the data?
ASubmit
BAction
CMethod
DInput
Correct Answer: Option C
Note: Book Exercies
MCQ 10Textarea Element
Which of the following element allows multi-line text input?
ACheckbox
BPassword
CRadio button
DTextarea
Correct Answer: Option D
Note: Book Exercies
MCQ 11Select and option elements
Which of the following element is used in form to create drop-down list or menu?
AInput
BTextarea
CSelect
DForm
Correct Answer: Option C
Note: Book Exercies
MCQ 12IDE
Which of the following is a free open source web development IDE?
AHTML
BKompoZer
CSciTE
DBase
Correct Answer: Option B
Note: S-March-2020
MCQ 13Textarea Element
IN FORM, WHICH INPUT ELEMENT CAN BE USED TO ENTER COMMENT, REPORT OR A LONG DESCRIPTION A PRODUTCT.
A<input>...</input>
B<SELECT>..</SLECT>
C<comment>?</comment>
D<textarea>...</textarea>
Correct Answer: Option D
Note: null
MCQ 14Input Elements
GENERALLY WHICH INPUT ELEMENT IS USED TO SELECT A SINGLE ITEM FROM A GIVEN GROUP OF ITEM?
ATEXTBOX
BCHECKBOX
CRADIO BUTTON
DPASSWORD
Correct Answer: Option C
Note: null
MCQ 15HTML Forms
FROM THE FOLLOWING WHO ALLOWS MORE INTERACTIVITY AND CONTROL IN DATA ENTRY?
AHTMLFORM
BHTML TABLE
CHTML REPORTS
DALL OF THESE
Correct Answer: Option A
Note: null
MCQ 16Menu option of Kompozer
FROM THE FOLLOWING WHICH OPTION IS NOT IN FROM PROPERTIES DIALOG BOX OF KOMOPOZER.
AFROM NAME
BACTION URL
CMETHOD
DFIELD VALUE
Correct Answer: Option D
Note: null
MCQ 17Webpage
Which of the following is a container element used to collect different kinds of inputs from the user in Form?
AForm
BTable
CSection
DInput
Correct Answer: Option D
MCQ 18Webpage
Which of the following is the tag used to implement forms element ?
A&lt; form>...</form>
B&ltform>...<form>
C&lt/form>...</form>
DNone of these
Correct Answer: Option A
Note: S-March-2020
MCQ 19Webpage
Which of the following attribute of form specifies the HTTP method to be used when sending the data ?
Asubmit
Baction
Cmethod
Dinput
Correct Answer: Option C
MCQ 20Webpage
Which of the following values are used by method attribute?
AGET and POST
BGET and SET
CGET and PUT
DSET and POST
Correct Answer: Option A
MCQ 21Webpage
Which of the following attribute of form is used to specify where to send the form data when the form is submitted ?
Amethod
Baction
Csubmit
Dinput
Correct Answer: Option B
MCQ 22Webpage
Which of the following method sends the data as a block through the HTTP transaction?
AGet
BPost
CSet
DPut
Correct Answer: Option B
Note: S-March-2020
MCQ 23Webpage
Which of the following is a free open source web development IDE ?
AHTML
BKOMPOZER
CSCITE
DBASE
Correct Answer: Option B
MCQ 24Webpage
Which of the following element is used to create a drop down list or menu in a form?
AInput
BTextarea
CSelect
DForm
Correct Answer: Option C
MCQ 25Webpage
Which of the following stands for "WYSIWYG"?
AWhen You See Is When You Get
BWhat Your See Is When You Get
CWhat You See Is What You Get
DWhen You See Is When You Get
Correct Answer: Option C
MCQ 26Webpage
Which attribute is used to set a default valued for radio button input?
ARadio
BCheckbox
CSelected
DChecked
Correct Answer: Option D
MCQ 27Webpage
What is used to send data to the server or retrieve some information?