0% found this document useful (0 votes)
5 views5 pages

Std 12 Computer Ch-1 Creating HTML Forms Using KompoZer

The document contains a series of multiple-choice questions related to creating HTML forms using KompoZer. It covers various aspects of forms, including elements, attributes, and syntax for different input types. The questions also touch on concepts like Integrated Development Environment (IDE) and WYSIWYG.

Uploaded by

kamkarapna16
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views5 pages

Std 12 Computer Ch-1 Creating HTML Forms Using KompoZer

The document contains a series of multiple-choice questions related to creating HTML forms using KompoZer. It covers various aspects of forms, including elements, attributes, and syntax for different input types. The questions also touch on concepts like Integrated Development Environment (IDE) and WYSIWYG.

Uploaded by

kamkarapna16
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 5

Std 12

Chapter 1 Creating HTML forms using KompoZer


( 1.)Whose increase in the use has resulted in many activities becoming online ?
(A) Internet (B) Mobile (C) GPS (D) Social Networking
( 2.)What is used to fill information about various product ?
(A) Server Page (B) Home Page (C) Web Page (D) Master Page
( 3.)What is used to help the visitors of the website to input data ?
(A) Table (B) Form (C) Database (D) File
( 4.)Which of the following option is true with respect to form ?
(A) Required information are filled in the form.
(B) Well organized input of information is done using form.
(C) Form contains well organized structure.
(D) All of these
( 5)The method of adding information in the form of the webpage is similar to which type
of form ?
(A) Printed form (B) Hand written form (C) Online form (D) Offline form
(6)What does the form allow ?
(A) Interactivity (B) Control in data entry (C) Both (A) and (B) (D) None of these
(7)What is form ?
(A) Source Code (B) Container (C) Object (D) Editor
(8)Which of the following element does the form contain ?
(A) Fabel, Check box (B) Text input field, Radio button
(C) Submit button, Reset button (D) All of these
(9)What is the use of various element of form ?
(A) Enter the data (B) Validate the data (C) Both (A) and (B) (D) None of these
(10)Using which of the following a form can be designed easily ?
(A) HTME (B) WordPad (C) XME (D) Form Finer
(11)What is the full form of HTML ?
(A) Hyper Text Manage Language (B) Hyper Text Markup Language
(C) Hyper Text Marker Language (D) Hyper Text Marking Language
(12)How many parts are elements of form divided into ?
(A) Two (B) Three (C) Four (D) Five
(13)Which from the given below are the elements of form ?
(A) Form, Input (B) Text area (C) Select and Option (D) All of these
(14)Which container is used to collect different kinds of inputs from the user ?
(A) Table (B) Form (C) Report (D) Query
(15)Which tag is used to implement various elements of form ?
(A) <form>…<\form> (B) <form>…</form>
(C) <\form>…<\form> (D) </form>…</form>
(16)How many attributes does form tag have ?
(A) Two (B) Three (C) Four (D) Five
(17)Which of the given below are the attributes of the form tag ?
(A) action (B) method (C) Both (A) and (B) (D) None of these
(18)Which attribute of form element is used to specify where to send the form data when
the form is submitted ?
(A) method (B) action (C) (A) or (B) (D) None of these
(19)What does action attribute take as value ?
(A) Website name (B) Name of Webserver (C) File name (D) Name of folder
(20)After filling the data in the form, the file specified in action attribute is opened when
the user clicks on which button ?
(A) Finish button (B) OK button (C) Reset button (D) Submit button
( 21)Which attribute of form element specifies the HTTP method to be used when sending
the data ?
(A) action (B) method (C) (A) or (B) (D) None of these
( 22)How many values can method attribute of form element take ?
(A) Two (B) Three (C) Four (D) Five
( 23)Which values can method attribute of form element take ?
(A) html, http (B) get, post (C) action, method (D) Any of these
(24)Which is the default value of method attribute of form element ?
(A) get (B) post (C) action (D) (A) or (B)
(25)Which value of method attribute sends information in form of blocks using HTTP
transaction ?
(A) post (B) get (C) action (D) All of these
(26)Which of the following specifies the use of method attribute ?
(A) Specifies the address where the information has to be sent after submitting the form.
(B) Specifies the HTTP method.
(C) Both (A) and (B)
(D) None of these
(27)Which value of method attribute does not have any restriction of length of information ?
(A) post (B) get (C) action (D) All of these
(28)Which elements are used in form ?
(A) Input objects (B) Output objects (C) Process objects (D) All of these
(29)Which of the given below is an example of Input element ?
(A) Text box, Password (B) Radio button, Check box
(C) Submit button, Reset button (D) All of these
(30)Which tag is used to implement input element in the form ?
(A) <input> (B) <input >…</input> (C) (A) or (B) (D) None of these
(31)Which attribute of the input element specifies the field that is to be created in the
form ?
(A) type (B) name (C) value (D) All of these
(32)What is the use of type attribute ?
(A) To specify the field that is to be created.
(B) To specify the name to be used for the field.
(C) To specify the default value of the field.
(D) All of these
(33)Which attribute of the input element specifies the default value of the field in the form ?
(A) type (B) name (C) value (D) Any of these
(34)Which input element is used to enter text in the form ?
(A) Password (B) Text box (C) Radio button (D) Check box
(35)rom the given options below, what is the textbox used for ?
(A) Title of the webpage (B) User’s name (C) E-mail address (D) All of these
(36)Which type of data can be entered in the textbox ?
(A) Text (B) Numeric (C) Symbolic (D) All of these
(37)What is the syntax of creating textbox in the form?
(A) <input type = text name=var value=txt>
(B) <input type = “text” name=”var” value=”txt”>
(C) <input type = ‘text’ name=’var’ value=’txt’>
(D) {<input type = “text” name=”var” value=”txt”>}
(38)Which element is used to create password field in form ?
(A) Password (B) Text box (C) Radio button (D) Check box
(39)In which form are the characters typed in the password field displayed ?
(A) dots (B) asterick (C) square (D) All of these
(40)What is the syntax of creating password box in the form ?
(A) <input = “password” name=”var” >
(B) <input value = “password” name=”var” >
(C) <input type = “password” name=”var” >
(D) <input type = “password” value=”var” >
(41)What is used to select only one option from the given many options in the form ?
(A) Radio button (B) Check box (C) Text box (D) Password
(42)How many radio buttons can be selected from many radio buttons available in a single
group ?
(A) 1 (B) 2 (C) 3 (D) 4
(43)What is the shape of radio button ?
(A) Circle (B) Square (C) Triangle (D) Rectangle
(44)What appears in the circle of radio button which is selected ?
(A) Line (B) Arrow (C) Dot (D) Tick
(45)Generally what is used to select a single item ‘ from a given group of item ?
(A) Radio button (B) Check box (C) Text box (D) Password
(46)Which attribute is used to display a radio button selected by default ?
(A) check (B) select (C) checked (D) selected
(47)What is true from the following for the checked attribute of radio button ?
(A) Compulsory (B) Optional (C) Sometimes compulsory (D) Sometimes optional
(48)What is the syntax of creating radio button in the form ?
(A) <input=”radio” name=”var” value=”txt”>
(B) <input=”radio” name=”var” type=”txt”>
(C) <input =”radio” type=”var” value=”txt”>
(D) <inputtype=”radio” name=”var” value=”txt”>
(49)Which element is used to create check box field in form ?
(A) check box (B) check_box (C) box (D) box_check
(50)What is the shape of check box ?
(A) Circle (B) Square (C) Triangle (D) Rectangle
(51)What appears in the square of check box which is selected ?
(A) Line (B) Arrow (C) Dot (D) Tick
(52)Which attribute is used to display a check box selected by default ?
(A) check (B) select (C) checked (D) selected
(53)What is the syntax of creating check box in the form ?
(A) <input type = “checkbox” name=”var” value=”txt”>
(B) <input name = “checkbox” name=”var” value=”txt”>
(C) <input name = “checkbox” type=’var’ name=’txt’>
(D) <input type = “checkbox” value=”var” name=”txt”>
(54)Which button is used to send the values of data entered in the form ?
(A) Send Button (B) Enter Button (C) Submit Button (D) Reset Button
(55)Which button is used to send the values of data entered in the form to the server ?
(A) Reset Button (B) Submit Button (C) Enter Button (D) Send Button
(56)What is the syntax of creating submit button in the form ?
(A) <input type=”submit” value=”label”>
(B) <input =”submit” value=”label”>
(C) <input value=”submit” type=”label”>
(D) <input name=”submit” value=”label”>
(57)On clicking which button, the values of data entered in the form are cleared and set
back to default values ?
(A) Send Button (B) Enter Button (C) Submit Button (D) Reset Button
(58)What is the use of reset button ?
(A) Replace the data values entered in the form by its default values.
(B) Replace the data values entered in the form by blank spaces.
(C) (A) or (B)
(D) To change all the values filled in the form with the values present on the web server.
(59)What is the syntax of creating reset button in ‘ the form ?
(A) <input=”reset” value=”label”>
(B) <input type=”reset” value=”label”>
(C) <input value=”reset” name=”label”>
(D) <input value=”reset” type=”label”>
(60)Which element allows multiline text input in form?
(A) Text box (B) Text area (C) Text Line (D) Text Object
(61)Which element is used to implement text area element ?
(A) <textarea> ….. </textarea> (B) <text>….</text>
(C) </textarea>..</textarea> (D) </text>…<text>
(62)Flow many characters can be entered in text area element ?
(A) 50 (B) 64 (C) 255 (D) Unlimited
(63)To enter which type of data from the following is text area element used ?
(A) Comment (B) Report (C) Long description (D) All of these

(64)Which element is used to enter Comment, Report, Long description ?


(A) Text box (B) Text area(C) Radio Button (D) Drop Down Menu
(65)Which attribute is used to set the number of rows of text that will be visible without
scrolling up or down ?
(A) row (B) rows (C) col (D) cols
(66)What is used when displaying all the options on the screen is not required ?
(A) Radio Button (B) Dropdown Menu (C) Check box (D) Text area
(67)Which tag is used to create a dropdown menu ?
(A) <option>…</option> (B) <dropdown>…</dropdown>
(C) <list>…</list> (D) <select>…</select>
(68)Which element is used to specify the values
that are to be displayed in the menu ?
(A) <select> (B) <list> (C) <option> (D) <value>
(69)Which tag is used to create the elements within the menu ?
(A) <option>…</option> (B) <dropdown>…</dropdown>
(C) <list>…</list> (D) <select>…</select>
(70)What is true from the following for the selected attribute of radio button ?
(A) Compulsory (B) Optional (C) Sometimes compulsory (D) Sometimes optional
(71)How is designing a form using HTML tags ?
(A) Tedious (B) Very Easy (C) Motivating (D) All of these
(72)Form can be created easily with which of the following ?
(A) IED (B) ILD (C) IDE (D) IDL
(73)What is IDE ?
(A) Software application (B) Hardware application (C) Database (D) Source Code
(75)What is true for Integrated Development Environment (IDE) from the following ?
(A) It provides facility to make form easily. (B) It is software application.
(C) It provides facility to programmers to make software. (D) All of these
(76)Which facility is provided for Integrated Development Environment (IDE) from the
following ?
(A) GUI (Graphical User Interface) (B) Text/Code editor
(C) Compiler/interpreter, Debugger (D) All of these
(77)Which is the example of open source IDE from the following ?
(A) KompoZer (B) Eclipse (C) JBuilder, Netbeans (D) All of these
(78)What is full form of WYSIWYG ?
(A) What You Saw Is What You Get (B) What You Say Is What You Get
(C) What You See Is What You Get (D) What You Said is What You Get

You might also like