Creating HTML Form Using Kompozer: Previous Years' Board Paper - Question Bank

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 14

Chapter 1

Weightage:
Creating HTML Form Using KompoZer
8 marks
Previous Years’ Board Paper - Question Bank

Textual Exercise
(1) Which of the following is a container used to collect different kinds of inputs from the user ?
(A) Form (B) Webpage (C) Text (D) Input
(2) Which of the following element is used to create an HTML form ?
(A) Textarea (B) form (C) select & option (D) Input
(3)Which of the following is the tag used to implement form element?
(A) <form>…..</form> (B) <form>….<form>
(C) </form>….</form> (D) <frm>….</frm>
(4) Which of the following attribute of form is used to specify where to send the form data when the form is
submitted?
(A) method (B) action (C) submit (D) input
(5) Which of the following attribute of form specifies the HTTP method to be used when sending the data?
(A) submit (B) action (C) method (D) input
(6) Which of the following values are used by method attribute?
(A) GET & POST (B) GET & SET
(C) GET & PUT (D) SET & POST
(7) Which of the following method allows only a limited amount of information to be sent at a time?
(A) GET (B) POST (C) SET (D) PUT
(8) Which of the following method sends the data as a block through the HTTP transaction?
(A) GET (B) SET (C) PUT (D) POST
(9) Which of the following attribute of the input element specifies the field that is to be created in the form ?
(A) input (B) type (C) name (D) value
(10) Which of the following element allows multi-line text input ?
(A) Form (B) Input (C) Image (D) Textarea
(11) Which of the following element is used to create a drop down list or menu in a form ?
(A) Input (B) Textarea (C) Select (D) Form
(12) Which of the following is a free open source web development IDE ?
(A) HTML (B) Kompozer (C) Scite (D) Base
(13) Which of the following stands for “WYSIWYG” ?
(A) When You See IS When You Get
(B) When You See Is When You Get
(C) What You See Is What You Get
(D) When You See Is What You Get

Std. 12 (Science) | Oct. – 2014


(14) In HTML, which of the following element is not used to create a form ?
(A) Form (B) Input (C) Image (D) Textarea
(15) What is the default value for method attribute of <form>element ?
(A) GET (B) POST (C) Both (A) and (B) (D) None of these
(16) Which attribute is used to specify the default value of the text filed in the HTML form ?
(A) Name (B) Value (C) Type (D) Initial value
(17) Which of the following attribute is used with the <textarea>element ?
(A) size (B) height (C) width (D) cols
(18) Which of the following is an example of open source IDE ?
(A) KompoZer (B) Eclipse (C) JBuilder (D) All of these
(19) In KompoZer, which menu – option is used to view the different toolbars and status bar ?
(A) View Show/Hide (B) Tools Show/Hide
(C) Format View tools (D) Insert Show/Hide
(20) In KompoZer, which key is used to close site manager ?
(A) F2 (B) F5 (C) F7 (D) F9
(21) In KompoZer, which toolbar is used to create a new file, open a file, save a file or publish aweb page ?
(A) Composition toolbar (B) Format Toolbar – 1
(C) Format Toolbar – 2 (D) All of these
(22) In Edit mode toolbar of KompoZer, which of the following viewing mode is not available ?
(A) Preview (B) Web page (C) HTML tags (D) Normal

Compiled by Nuzhat Ibrahim Memon 1


(23) In KompoZer, which tab of page pane is used to design the web page ?
(A) Design (B) Split (C) Source (D) None of these
(24) In KompoZer, which menu – option is used to insert an input text field in the form ?
(A) Insert Form field (B) Form Format field
(C) Insert FormForm field (D) Insert Text field
(25) In KompoZer, generally file is saved with which extension ?
(A) .html (B) .htm (C) (A) or (B) (D) None of these
(26) In KompoZer, we want any option of the radio button selected when the form is loadedthen, the
checkbox infront of which text should be selected in form field property dialogbox ?
(A) Initial value (B) Default value (C) Prime value (D) Initially selected
(27) In HTML form, which element allows multi-line text input ?
(A) <text> (B) <area> (C) <multiarea> (D) <textarea>
(28) In KompoZer, which menu-option is used to give a background color in the form ?
(A) Insert Page color and Background
(B) Format- Page color and Background
(C) View Page color and Background
(D) File  Page color and Background

Std. 12 (General) | March – 2015


(29) Which of the following software are the example of open source IDE’s ?
(A) KompoZer (B) Eclipse (C) JBuilder (D) All of these
(30) Which of the following method sends the data as a block through the HTTP transaction ?
(A) GET (B) POST (C) FTP (D) HTTPS
(31) Which of the following element allows multi-line text input in HTML KompoZerform ?
(A) Textarea (B) Multiline (C) Insert Row (D) Insert Column
(32) Which attribute is used to indicate the field specify default value in HTML form ?
(A) type (B) name (C) value (D) All of these
(33) Which menu option is used to add input text field in form field properties dialog box?
(A) FormatFormForm Field (B) ViewForm Field
(C) InsertFormForm Field (D) TableFormForm Field
(34) Which tab is used to design/format the web page in KompoZer ?
(A) Design (B) Split (C) Source (D) All of these
(35) Which element is used to create a drop down list or menu in a form of HTML ?
(A) <select>.....</select> (B) <option>....</option>
(C) <pulldown>.....</pulldown> (D) <body>....</body>
(36) Which option is used to check box to keep the option checked when the form loads in
web page ?
(A) Select Initially (B) Initially Selected(C) Show Initially (D) Display Initially

Std. 12 (Science) | Oct. – 2015


(37) In HTML, which of the following is a container used to collect different kinds of inputs
from the user ?
(A) Form (B) Frame (C) Database (D) Both (A) and (B)
(38) Which of the following attribute can be used in <form> element of HTML ?
(A) GET and POST (B) Action and Method
(C) Both (A) and (B) (D) None of these
(39) In HTML, which of the following attribute of form specifies the HTTP method to be usedwhen sending
the data ?
(A) Value (B) Action (C) Type (D) Method
(40) Which of the following is an attribute of <input> tag of HTML form ?
(A) Type (B) Name (C) Value (D) All of these
(41) In HTML form, clicking on which of the following button, the value of data entered in theform are
cleared and set back to default values ?
(A) Reset (B) onSubmit (C) Submit (D) onClick
(42) Which of the following is a software application that provides complete facilities to
programmer to develop software ?
(A) Internet Development Environment (B) Internet Development Active
(C) Interface Development Environment (D) Integrated Development Environment
(43) KompoZer software can be downloaded from which of the following website ?
(A) http://www.kompozer.in (B) https://www.kompozer.org
(C) htts://www.kompozer.edu (D) http://www.kompozer.net
(44) What is the full form of CSS ?
(A) Cascading Standard Sheet (B) Copy Standard Style
Compiled by Nuzhat Ibrahim Memon 2
(C) Cascading Style Sheet (D) Copy Style Sheet
(45) In KompoZer, which toolbar is used to create, open and save a file or publish a web page?
(A) Composition Toolbar (B) Format Toolbar – 1
(C) Format Toolbar - 2 (D) None of these
(46) In KompoZer, which of the following tab is available on the left side of the page pane ?
(A) Design (B) Split (C) Source (D) All of these
(47) How many viewing modes are there on the edit mode toolbar of KompoZer ?
(A) 6 (B) 3 (C) 4 (D) 2
(48) In KompoZer,which menu option is used to open a file that has been opened recently ?
(A) File Web pages (B) File Recent page
(C) File Page list (D) File Form list
(49) In KompoZer, which menu option is used to insert a label in form ?
(A) FormForm Field (B) Format Label
(C) Form Define Label (D) Insert Label
(50) Which of the following is not a section of ‘Form field properties’ dialog box of KompoZer ?
(A) Field type (B) Field setting (C) Form name (D) None of these
(51) In KompoZer, which menu option is used to create a selection list of form ?
(A) FormSelection list (B) FormTextarea
(C) FormOption list (D) FormList

Std. 12 (General) | March – 2016


(52) In HTML form which tag is used to implement input element ?
(A) <form>.....</form> (B) <input>....</input>
(C) <execute>.....</execute> (D) <type>....</type>
(53) Which value are used to specify method attribute of form ?
(A) GET and SET (B) GET and POST (C) GET and PUT (D) SET and GOT
(54) Generally, in HTML form which input element is used to select multiple items from a givengroup of
items ?
(A) Textbox (B) Radio button (C) Check box (D) Password
(55) What is the full form of IDE ?
(A) Integrated Development Environment
(B) International Development Environment
(C) Indian Development Environment
(D) Integrated Document Environment
(56) Which website is used to download KompoZer free of cost ?
(A) www.kompozer.com (B) www.kompozer.net
(C) www.kompozer.co.in (D) www.kompozer.org
(57) Which tool of KompoZer is used to give rapid access of the files on both local machine andremote
servers ?
(A) Site Manager (B) Page Manager (C) Document Manager (D) None of these
(58) Which toolbar is used to format text, add bullets, numbering and perform similar
formatting operations ?
(A) Format Toolbar-1 (B) Format Toolbar-2
(C) Composition Toolbar (D) Both (A) and (B)
(59) Which extension is used to save website file made in KompoZer ?
(A) .html (B) .src (C) .c (D) .komp

Std. 12 (Science) | Oct. – 2016


(60) How many attributes are used by <form>elements ?
(A) 2 (B) 3 (C) 4 (D) 5
(61) Which of the following method value allows only a limited amount of information to besent at a time by
form on KompoZer ?
(A) POST (B) GET (C) HTTP (D) FTP
(62) Which of the following element is used to insert various fields like radio button, textboxand checkbox
in the form ?
(A) <insert>.....</insert> (B) <input>....</input>
(C) <field>.....</field> (D) <button>....</button>
(63) Which of the following button is clicked in form to clear the value of data entered in theform and set
back to default value ?
(A) Submit (B) Restore (C) Reset (D) Back
(64) Which of the following is not an example of Open Source IDEs ?
(A) Netchain (B) Eclipse (C) Netbeans (D) JBuilder
(65) Which of the following attributes are used in textarea element in HTML form ?
Compiled by Nuzhat Ibrahim Memon 3
(A) cols, rolls (B) rows, codes (C) rows, cols (D) codes, rolls
(66) Which of the following menu is clicked in KompoZer to view the different toolbars andstatus bar ?
(A) View Hide/Status (B) View Show/Hide
(C) View Tools/Shows (D) View Tools/Status
(67) Which of the following viewing modes are there in Edit mode toolbar of KompoZer ?
(A) Normal, HTML Tag, Preview (B) Normal, Source, Split
(C) Normal, CSS tag, View (D) Design, Split, Source code
(68) Which of the following is a key to close the site manager pane in KompoZer ?
(A) F8 (B) F9 (C) F10 (D) F11
(69) Which by default name of webpage is shown when user starts KompoZer first time ?
(A) Document1 (B) kompozer1 (C) Untitled (D) File1
(70) Which of the following menu is used to insert a label for the name field in KompoZer?
(A) Insert Form Create Label (B) Insert Form  Define Label
(C) Insert  Form  Label Assign (D) InsertForm Insert Label
(71) Which of the following are viewed when user open form properties dialog box in
KompoZer ?
(A) Form Name, Action URL, Method (B) Field Name, Method URL, Label
(C) Action URL, Method, Field (D) Field Name, Action URL, Method
(72) Which of the following icon is shown on Composition toolbar in KompoZer ?
(A) Bold (B) Save (C) Body Text (D) Auto Number
(73) To create dropdown menu through KompoZer which menu – option is clicked ?
(A) Form Selection List (B) Form Select
(C) Form Dropdown list (D) Form Option
(74) Where does the page title displayed in the browser window, When it is viewed in the
browser ?
(A) Menu bar (B) Status bar (C) Main document (D) Title bar

Std. 12 (General) | March – 2017


(75) From the following who allows more interactivity and control in data entry ?
(A) HTML Form (B) HTML Table (C) HTML Report (D) All of these
(76) Which attribute of form element is used to specify where to send the form data when theform is
submitted ?
(A) method (B) action (C) name (D) type
(77) Generally, which input element is used to select a single item from a given group of item ?
(A) Textbox (B) Checkbox (C) Radio button (D) Password
(78) In form, which input element can be used to enter comment, report or a long descriptionof a product ?
(A) <select>.....</select> (B) <option>....</option>
(C)<longtext>.....</longtext> (D) <textarea>....</textarea>
(79) Which menu is used to change page title in website created in KompoZer?
(A) FormatPage Title and properties (B) Formatheading
(C) Insertheading (D) Formatheading
(80) KompoZer incorporates with whom that gives rapid access to file on both local machinesand remote
servers ?
(A) Site Manager (B) Page Manager (C) Document Manager (D) Web Manager
(81) Which tab shows all details of HTML code, that helps in editing the source code on the leftside of page
pane of KompoZer ?
(A) Design (B) Split (C) Source (D) All of these
(82) From the following which option is not in Form Properties dialog box of KompoZer ?
(A) Form Name (B) Action URL (C) Method (D) Field value

Std. 12 (Science) | March – 2018


(83) In HTML, which element is used to insert various fields like radio button, textbox and
checkbox in the form ?
(A) <Select> (B) <Area> (C) <Input> (D) <Radio button>
(84) In KompoZer, which menu – option is used to view the different toolbars and status bar ?
(A) ViewShow/Hide (B) Edit Show/Hide
(C) InsertMenu (D) EditDisplay
(85) In KompoZer, which of the following viewing mode Edit mode toolbar offers the page
view as seen in a browser ?
(A) Normal view (B) HTML Tags view(C) Preview mode (D) Print view
(86) In KompoZer, which tab of the page pane is used to design the web page ?
(A) Design (B) Source (C) Split (D) View
(87) In KompoZer, which menu – option is used to create a form ?
Compiled by Nuzhat Ibrahim Memon 4
(A) Insert Form Create Form (B) Insert Form Define Form
(C) Edit Form (D) Format Form Create Form
(88) When webpage viewed in the browser, where the page title will be displayed ?
(A) Title bar (B) Status bar (C) Navigation pane (D) Menu bar
(89) In HTML, which of the following attribute of form specifies the HTTP method to be usedwhen sending
the data ?
(A) Input (B) Submit (C) Action (D) Method
(90) Which of the following is a free open source web development IDE ?
(A) HTML (B) KompoZer (C) SciTE (D) Base

Std. 12 (General) | March – 2018


(91) Which attribute of <form> element takes a filename as value in HTML form ?
(A) method (B) action (C) reset (D) value
(92) Which element allows multiline text input in HTML form ?
(A) longtext (B) checkbox (C) textarea (D) select
(93) Which menu – option is used to view different toolbars (if not visibile) in KompoZer ?
(A) View Show/Hide (B) Format Toolbar
(C) Edit Show/Hide (D) Insert Toolbar
(94) Which colored outline is seen in form when inserted in KompoZer ?
(A) Green colored (B) Yellow colored
(C) Light blue colored (D) Red colored
(95) To insert input “Text Field” in form of KompoZer which option is selected in field type
menu of “Form Field Properties” ?
(A) Submit (B) Check Box (C) Radio Button (D) Text
(96) Which shortcut key is used to close the Site Manager pane in KompoZer ?
(A) F12 (B) F5 (C) F9 (D) F10
(97) To keep the ‘Checkbox’ checked, which option is selected when the form load in
KompoZer ?
(A) Initially Checked (B) Selection List
(C) Initially Load (D) By default
(98) Which menu – option is used to give a background color in form of KompoZer ?
(A) EditPage Colors and Background (B) FormatPage Colors and Background
(C) ViewPage Colors and Background (D) Insert Background

Std. 12 (General) | July – 2018


(99) Which attribute is used to specifies where to send the form of data when the form is submitted in
HTML?
(A) Input (B) Method (C) Action (D) Submit
(100) Which is the default value of method attribute in HTML form?
(A) get (B) post (C) select (D) initial value
(101) Which shortcut key is used to close the site manager in KompoZer?
(A)F5 (B) F10 (C) F9 (D) F6
(102) In Kompozer, when we click on any item in page, its structure appears in which toolbar?
(A) composite (B) status bar (C) format toolbar1 (D) format toolbar2
(103) By which option the file can be opened, if the file has been opened recently kompozer?
(A) Filelast pages (B) viewAll pages
(C) EditRecent pages (D) FileRecent pages
(104) Which of the following element allows multi-line text input in HTML forms?
(A) select & option (B) input (C) textarea (D) multi-line
(105) Which of the following is a free open source web development IDE?
(A) Base (B) Impress (C) Scite (D) Kompozer
(106) Which option is used to insert a label in form?
(A) Insertformdefine label (B) Formatdefine label
(C) Viewdefine label (D) FormatInsert label

Std. 12 (General) | March – 2019


(107) What is the full form of IDE ?
(A)Internet Development Environment
(B) International Development Environment
(C) Indian Development Environment
(D) Integrated Development Environment
(108) In HTML, which of the following attribute of form is used to specify where to send the form data when
the form is submitted?
Compiled by Nuzhat Ibrahim Memon 5
(A) action (B) input (C) value (D) Submit
(109) Which of the following is an attribute of HTML <form> element?
(A) method (B) type (C) value (D) initial selection
(110) In KompoZer, Which menu-option is used to change webpage title?
(A) InsertPage title (B) EditPage Title and properties
(C) Format Page Title and properties (D) FilePage title
(111) In KompoZer, which short cut key is used to close site manager pane ?
(A) F5 (B) F7 (C) F9 (D) F2
(112) In HTML, which of the following is used to collect different kinds of inputs from the user ?
(A) Frame (B) Label (C) Form (D) CSS
(113) In HTML, which of the following element allows multi-line text input ?
(A) <textdata> (B) <input> (C) <selection> (D) <textarea>
(114) Which of the following toolbar is not available in KompoZer?
(A) Preview Toolbar (B) Format Toolbar1
(C) Format Toolbar2 (D) Composite Toolbar

Std. 12 (Science) | March – 2019


(115) Which element is used to create a drop down list or menu in a form?
(A) input (B) select (C) drop (D) area
(116) Which of the following menu is used in KompoZer to create a selection list?
(A) FileSelection list (B) EditSelection list
(C) FormSelection list (D) FormatSelection List
(117) Which of the following dialog box is viewed when user click save button first time in KompoZer ?
(A) save all (B) save as (C) close all (D)page Title
(118) Which of the following colored outline is inserted by KompoZer after defining form?
(A)Light Blue (B) Light Red (C) Light Yellow (D) Light Green
(119) Which of the following settings are viewed when user defines form in form properties dialog box ?
(A) Form name, anchor name, methods
(B) Force name, Method URL, method name
(C) File name, Action URL, method
(D) Form name, Action URL, method
(120) Which of the following icon comes in composition toolbar at KompoZer ?
(A) Font (B) Open(C) Bullet (D) Bold
(121) Which of the following method sends the data as a block through the HTTP transaction?
(A) SET (B) GET (C) PUT (D) POST
(122) Which of the following setting is associated with textarea properties dialog box in KompoZer ?
(A) Rows, cell (B) Column, cell (C) Rows, Columns (D) Space, Cell

Std. 12 (Science) | March – 2020


(123) Which of the following is the tag used to implement form element?
(A) <form>…..</form> (B) <form>….<form>
(C) </form>….</form> (D) <frm>….</frm>
(124) Which of the following method sends the data as a block through the HTTP transaction?
(A) GET (B) SET (C) PUT (D) POST
(125) Which of the following element allows multi-line text input in HTML?
(A) Textarea (B) Input (C) Select & option (D) Form
(126) Which of the following is a free open source web development IDE?
(A) HTML (B) Kompozer (C) Scite (D) Base
(127) In Kompozer, which of the following menu – option is used to view different toolbars and Status bar?
(A) Tools Show/Hide (B) Edit Show
(C) View Show/Hide (D) Insert Show
(128) Which keyboard shortcut is used to close the site manager pane in KompoZer ?
(A) F1 (B) F9 (C) F2 (D) F10
(129) In Kompozer, which of the following menu-option insert label?
(A) Tools Define Label (B) Edit  Form  Define Label
(C) Insert  Form  Define Label (D) File Define Label
(130) Which of the following menu-option is used to create a selection list option in kompozer ?
(A) Edit Selection list (B) File Selection list
(C) Insert List (D) FormSelection List

Std. 12 (General) | March – 2020


(131) Which of the following will show a blank untitled web page in KompoZer ?
(A) Edit mode toolbar (B) Format toolbar-1 (C) Site manager (D) Page Pane
Compiled by Nuzhat Ibrahim Memon 6
(132) In KompoZer, which of the following options is used to add Selection list ?
(A) Insert Selection list (B) Form Selection list
(C) File Selection List (D) EditSelection List
(133) What should remain same for all possible answers while creating radio button ?
(A) Field value (B) Group name
(C) Field Selected option (D) Initially selected option
(134) In KompoZer window, which tab of Edit Mode Toolbar should be clicked to view source code of
recently created form ?
(A) Design (B) Preview (C) Source (D) Normal
(135) Which attribute is used to specify where to send the form data when the form is submitted and what
will be the value of it ?
(A) Method, Get (B) Method, Post (C) Action, Get (D) Action, Filename
(136) Which toolbar is used to give Heading-1 style to the heading of the form ?
(A) Format Toolbar-1 (B) Format Toolbar-2
(C) Composition Toolbar (D) Status Bar
(137) Which type of input element will convert typed characters into non readable format?
(A) Password (B) Check box (C) Text (D) Reset
(138) When we click on any item in the page, in which of the following its structure appears?
(A) Composition Toolbar (B) Format Toolbar-1
(C)Status Bar (D) Format Toolbar-2

Compiled by Nuzhat Ibrahim Memon 7


Chapter 1
Weightage:
Creating HTML Form Using KompoZer
8 marks
Answer Key - Previous Years’ Board Paper

Textual Exercise
(1) Which of the following is a container used to collect different kinds of inputs from the user ?
(A) Form (B) Webpage (C) Text (D) Input
(2) Which of the following element is used to create an HTML form ?
(A) Textarea (B) form (C) select & option (D) Input
(3)Which of the following is the tag used to implement form element?
(A) <form>…..</form> (B) <form>….<form>
(C) </form>….</form> (D) <frm>….</frm>
(4) Which of the following attribute of form is used to specify where to send the form data when the form is
submitted?
(A) method (B) action (C) submit (D) input
(5) Which of the following attribute of form specifies the HTTP method to be used when sending the data?
(A) submit (B) action (C) method (D) input
(6) Which of the following values are used by method attribute?
(A) GET & POST (B) GET & SET
(C) GET & PUT (D) SET & POST
(7) Which of the following method allows only a limited amount of information to be sent at a time?
(A) GET (B) POST (C) SET (D) PUT
(8) Which of the following method sends the data as a block through the HTTP transaction?
(A) GET (B) SET (C) PUT (D) POST
(9) Which of the following attribute of the input element specifies the field that is to be created in the form ?
(A) input (B) type (C) name (D) value
(10) Which of the following element allows multi-line text input ?
(A) Form (B) Input (C) Image (D) Textarea
(11) Which of the following element is used to create a drop down list or menu in a form ?
(A) Input (B) Textarea (C) Select (D) Form
(12) Which of the following is a free open source web development IDE ?
(A) HTML (B) Kompozer (C) Scite (D) Base
(13) Which of the following stands for “WYSIWYG” ?
(A) When You See IS When You Get
(B) When You See Is When You Get
(C) What You See Is What You Get
(D) When You See Is What You Get

Std. 12 (Science) | Oct. – 2014


(14) In HTML, which of the following element is not used to create a form ?
(A) Form (B) Input (C) Image (D) Textarea
(15) What is the default value for method attribute of <form>element ?
(A) GET (B) POST (C) Both (A) and (B) (D) None of these
(16) Which attribute is used to specify the default value of the text filed in the HTML form ?
(A) Name (B) Value (C) Type (D) Initial value
(17) Which of the following attribute is used with the <textarea>element ?
(A) size (B) height (C) width (D) cols
(18) Which of the following is an example of open source IDE ?
(A) KompoZer (B) Eclipse (C) JBuilder (D) All of these
(19) In KompoZer, which menu – option is used to view the different toolbars and status bar ?
(A) View Show/Hide (B) Tools Show/Hide
(C) Format View tools (D) Insert Show/Hide
(20) In KompoZer, which key is used to close site manager ?
(A) F2 (B) F5 (C) F7 (D) F9
(21) In KompoZer, which toolbar is used to create a new file, open a file, save a file or publish aweb page ?
(A) Composition toolbar (B) Format Toolbar – 1
(C) Format Toolbar – 2 (D) All of these
(22) In Edit mode toolbar of KompoZer, which of the following viewing mode is not available ?
(A) Preview (B) Web page (C) HTML tags (D) Normal

Compiled by Nuzhat Ibrahim Memon 8


(23) In KompoZer, which tab of page pane is used to design the web page ?
(A) Design (B) Split (C) Source (D) None of these
(24) In KompoZer, which menu – option is used to insert an input text field in the form ?
(A) Insert Form field (B) Form Format field
(C) Insert Form Form field (D) Insert Text field
(25) In KompoZer, generally file is saved with which extension ?
(A) .html (B) .htm (C) (A) or (B) (D) None of these
(26) In KompoZer, we want any option of the radio button selected when the form is loaded then, the
checkbox in front of which text should be selected in form field property dialogbox ?
(A) Initial value (B) Default value (C) Prime value (D) Initially selected
(27) In HTML form, which element allows multi-line text input ?
(A) <text> (B) <area> (C) <multiarea> (D) <textarea>
(28) In KompoZer, which menu-option is used to give a background color in the form ?
(A) Insert Page color and Background
(B) Format- Page color and Background
(C) View Page color and Background
(D) File  Page color and Background

Std. 12 (General) | March – 2015


(29) Which of the following software are the example of open source IDE’s ?
(A) KompoZer (B) Eclipse (C) JBuilder (D) All of these
(30) Which of the following method sends the data as a block through the HTTP transaction ?
(A) GET (B) POST (C) FTP (D) HTTPS
(31) Which of the following element allows multi-line text input in HTML KompoZer form ?
(A) Textarea (B) Multiline (C) Insert Row (D) Insert Column
(32) Which attribute is used to indicate the field specify default value in HTML form ?
(A) type (B) name (C) value (D) All of these
(33) Which menu option is used to add input text field in form field properties dialog box?
(A) FormatFormForm Field (B) ViewForm Field
(C) InsertFormForm Field (D) TableFormForm Field
(34) Which tab is used to design/format the web page in KompoZer ?
(A) Design (B) Split (C) Source (D) All of these
(35) Which element is used to create a drop down list or menu in a form of HTML ?
(A) <select> ..... </select> (B) <option>.....</option>
(C) <pulldown> ..... </pulldown> (D) <body>.....</body>
(36) Which option is used to check box to keep the option checked when the form loads in
web page ?
(A) Select Initially (B) Initially Selected(C) Show Initially (D) Display Initially

Std. 12 (Science) | Oct. – 2015


(37) In HTML, which of the following is a container used to collect different kinds of inputs
from the user ?
(A) Form (B) Frame (C) Database (D) Both (A) and (B)
(38) Which of the following attribute can be used in <form> element of HTML ?
(A) GET and POST (B) Action and Method
(C) Both (A) and (B) (D) None of these
(39) In HTML, which of the following attribute of form specifies the HTTP method to be used when sending
the data ?
(A) Value (B) Action (C) Type (D) Method
(40) Which of the following is an attribute of <input> tag of HTML form ?
(A) Type (B) Name (C) Value (D) All of these
(41) In HTML form, clicking on which of the following button, the value of data entered in the form are
cleared and set back to default values ?
(A) Reset (B) onSubmit (C) Submit (D) onClick
(42) Which of the following is a software application that provides complete facilities to
programmer to develop software ?
(A) Internet Development Environment (B) Internet Development Active
(C) Interface Development Environment (D) Integrated Development Environment
(43) KompoZer software can be downloaded from which of the following website ?
(A) http://www.kompozer.in (B) https://www.kompozer.org
(C) htts://www.kompozer.edu (D) http://www.kompozer.net
(44) What is the full form of CSS ?
(A) Cascading Standard Sheet (B) Copy Standard Style
Compiled by Nuzhat Ibrahim Memon 9
(C) Cascading Style Sheet (D) Copy Style Sheet
(45) In KompoZer, which toolbar is used to create, open and save a file or publish a web page?
(A) Composition Toolbar (B) Format Toolbar – 1
(C) Format Toolbar - 2 (D) None of these
(46) In KompoZer, which of the following tab is available on the left side of the page pane ?
(A) Design (B) Split (C) Source (D) All of these
(47) How many viewing modes are there on the edit mode toolbar of KompoZer ?
(A) 6 (B) 3 (C) 4 (D) 2
(48) In KompoZer,which menu option is used to open a file that has been opened recently ?
(A) File Web pages (B) File Recent page
(C) File Page list (D) File Form list
(49) In KompoZer, which menu option is used to insert a label in form ?
(A) Form Form Field (B) Format Label
(C) Form Define Label (D) Insert Label
(50) Which of the following is not a section of ‘Form field properties’ dialog box of KompoZer ?
(A) Field type (B) Field setting (C) Form name (D) None of these
(51) In KompoZer, which menu option is used to create a selection list of form ?
(A) FormSelection list (B) FormTextarea
(C) FormOption list (D) FormList

Std. 12 (General) | March – 2016


(52) In HTML form which tag is used to implement input element ?
(A) <form> ..... </form> (B) <input>.....</input>
(C) <execute> ..... </execute> (D) <type>.....</type>
(53) Which value are used to specify method attribute of form ?
(A) GET and SET (B) GET and POST (C) GET and PUT (D) SET and GOT
(54) Generally, in HTML form which input element is used to select multiple items from a given group of
items ?
(A) Textbox (B) Radio button (C) Check box (D) Password
(55) What is the full form of IDE ?
(A) Integrated Development Environment
(B) International Development Environment
(C) Indian Development Environment
(D) Integrated Document Environment
(56) Which website is used to download KompoZer free of cost ?
(A) www.kompozer.com (B) www.kompozer.net
(C) www.kompozer.co.in (D) www.kompozer.org
(57) Which tool of KompoZer is used to give rapid access of the files on both local machine and remote
servers ?
(A) Site Manager (B) Page Manager (C) Document Manager (D) None of these
(58) Which toolbar is used to format text, add bullets, numbering and perform similar
formatting operations ?
(A) Format Toolbar-1 (B) Format Toolbar-2
(C) Composition Toolbar (D) Both (A) and (B)
(59) Which extension is used to save website file made in KompoZer ?
(A) .html (B) .src (C) .c (D) .komp

Std. 12 (Science) | Oct. – 2016


(60) How many attributes are used by <form>elements ?
(A) 2 (B) 3 (C) 4 (D) 5
(61) Which of the following method value allows only a limited amount of information to be sent at a time
by form on KompoZer ?
(A) POST (B) GET (C) HTTP (D) FTP
(62) Which of the following element is used to insert various fields like radio button, textbox and checkbox
in the form ?
(A) <insert> ..... </insert> (B) <input>.....</input>
(C) <field> ..... </field> (D) <button>.....</button>
(63) Which of the following button is clicked in form to clear the value of data entered in the form and set
back to default value ?
(A) Submit (B) Restore (C) Reset (D) Back
(64) Which of the following is not an example of Open Source IDEs ?
(A) Netchain (B) Eclipse (C) Netbeans (D) JBuilder
(65) Which of the following attributes are used in textarea element in HTML form ?

Compiled by Nuzhat Ibrahim 1


(A) cols, rolls (B) rows, codes (C) rows, cols (D) codes, rolls
(66) Which of the following menu is clicked in KompoZer to view the different toolbars and status bar ?
(A) View Hide/Status (B) View Show/Hide
(C) View Tools/Shows (D) View Tools/Status
(67) Which of the following viewing modes are there in Edit mode toolbar of KompoZer ?
(A) Normal, HTML Tag, Preview (B) Normal, Source, Split
(C) Normal, CSS tag, View (D) Design, Split, Source code
(68) Which of the following is a key to close the site manager pane in KompoZer ?
(A) F8 (B) F9 (C) F10 (D) F11
(69) Which by default name of webpage is shown when user starts KompoZer first time ?
(A) Document1 (B) kompozer1 (C) Untitled (D) File1
(70) Which of the following menu is used to insert a label for the name field in KompoZer?
(A) Insert Form Create Label (B) Insert Form  Define Label
(C) Insert  Form p Label Assign (D) InsertForm Insert Label
(71) Which of the following are viewed when user open form properties dialog box in
KompoZer ?
(A) Form Name, Action URL, Method (B) Field Name, Method URL, Label
(C) Action URL, Method, Field (D) Field Name, Action URL, Method
(72) Which of the following icon is shown on Composition toolbar in KompoZer ?
(A) Bold (B) Save (C) Body Text (D) Auto Number
(73) To create dropdown menu through KompoZer which menu – option is clicked ?
(A) Form Selection List (B) Form Select
(C) Form Dropdown list (D) Form Option
(74) Where does the page title displayed in the browser window, When it is viewed in the
browser ?
(A) Menu bar (B) Status bar (C) Main document (D) Title bar

Std. 12 (General) | March – 2017


(75) From the following who allows more interactivity and control in data entry ?
(A) HTML Form (B) HTML Table (C) HTML Report (D) All of these
(76) 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) name (D) type
(77) Generally, which input element is used to select a single item from a given group of item ?
(A) Textbox (B) Checkbox (C) Radio button (D) Password
(78) In form, which input element can be used to enter comment, report or a long description of a product ?
(B)<select> ..... </select> (B) <option>.....</option>
(C) <longtext> ..... </longtext> (D) <textarea>.....</textarea>
(79) Which menu is used to change page title in website created in KompoZer?
(A) FormatPage Title and properties (B) Formatheading
(C) Insertheading (D) Formatheading
(80) KompoZer incorporates with whom that gives rapid access to file on both local machines and remote
servers ?
(A) Site Manager (B) Page Manager (C) Document Manager (D) Web Manager
(81) Which tab shows all details of HTML code, that helps in editing the source code on the left side of page
pane of KompoZer ?
(A) Design (B) Split (C) Source (D) All of these
(82) From the following which option is not in Form Properties dialog box of KompoZer ?
(A) Form Name (B) Action URL (C) Method (D) Field value

Std. 12 (Science) | March – 2018


(83) In HTML, which element is used to insert various fields like radio button, textbox and
checkbox in the form ?
(A) <Select> (B) <Area> (C) <Input> (D) <Radio button>
(84) In KompoZer, which menu – option is used to view the different toolbars and status bar ?
(A) ViewShow/Hide (B) Edit Show/Hide
(C) InsertMenu (D) EditDisplay
(85) In KompoZer, which of the following viewing mode Edit mode toolbar offers the page view as seen in a
browser ?
(A) Normal view (B) HTML Tags view(C) Preview mode (D) Print view
(86) In KompoZer, which tab of the page pane is used to design the web page ?
(A) Design (B) Source (C) Split (D) View
(87) In KompoZer, which menu – option is used to create a form ?

Compiled by Nuzhat Ibrahim 1


(A) Insert Form Create Form (B) Insert Form Define Form
(C) Edit Form (D) Format Form Create Form
(88) When webpage viewed in the browser, where the page title will be displayed ?
(A) Title bar (B) Status bar (C) Navigation pane (D) Menu bar
(89) In HTML, which of the following attribute of form specifies the HTTP method to be used when sending
the data ?
(A) Input (B) Submit (C) Action (D) Method
(90) Which of the following is a free open source web development IDE ?
(A) HTML (B) KompoZer (C) SciTE (D) Base

Std. 12 (General) | March – 2018


(91) Which attribute of <form> element takes a filename as value in HTML form ?
(A) method (B) action (C) reset (D) value
(92) Which element allows multiline text input in HTML form ?
(A) longtext (B) checkbox (C) textarea (D) select
(93) Which menu – option is used to view different toolbars (if not visibile) in KompoZer ?
(A) View Show/Hide (B) Format Toolbar
(C) Edit Show/Hide (D) Insert Toolbar
(94) Which colored outline is seen in form when inserted in KompoZer ?
(A) Green colored (B) Yellow colored
(C) Light blue colored (D) Red colored
(95) To insert input “Text Field” in form of KompoZer which option is selected in field type
menu of “Form Field Properties” ?
(A) Submit (B) Check Box (C) Radio Button (D) Text
(96) Which shortcut key is used to close the Site Manager pane in KompoZer ?
(A) F12 (B) F5 (C) F9 (D) F10
(97) To keep the ‘Checkbox’ checked, which option is selected when the form load in
KompoZer ?
(A) Initially Checked (B) Selection List
(C) Initially Load (D) By default
(98) Which menu – option is used to give a background color in form of KompoZer ?
(A) EditPage Colors and Background (B) FormatPage Colors and Background
(C) ViewPage Colors and Background (D) Insert Background

Std. 12 (General) | July – 2018


(99) Which attribute is used to specifies where to send the form of data when the form is submitted in
HTML?
(A) Input (B) Method (C) Action (D) Submit
(100) Which is the default value of method attribute in HTML form?
(A) get (B) post (C) select (D) initial value
(101) Which shortcut key is used to close the site manager in KompoZer?
(A)F5 (B) F10 (C) F9 (D) F6
(102) In Kompozer, when we click on any item in page, its structure appears in which toolbar?
(A) composite (B) status bar (C) format toolbar1 (D) format toolbar2
(103) By which option the file can be opened, if the file has been opened recently kompozer?
(A) Filelast pages (B) viewAll pages
(C) EditRecent pages (D) FileRecent pages
(104) Which of the following element allows multi-line text input in HTML forms?
(A) select& option (B) input (C) textarea (D) multi-line
(105) Which of the following is a free open source web development IDE?
(A) Base (B) Impress (C) Scite (D) Kompozer
(106) Which option is used to insert a label in form?
(A) Insertformdefine label (B) Formatdefine label
(C) Viewdefine label (D) FormatInsert label

Std. 12 (General) | March – 2019


(107) What is the full form of IDE ?
(A)Internet Development Environment
(B) International Development Environment
(C) Indian Development Environment
(D) Integrated Development Environment
(108) In HTML, which of the following attribute of form is used to specify where to send the form data when
the form is submitted?

Compiled by Nuzhat Ibrahim 1


(A) action (B) input (C) value (D) Submit
(109) Which of the following is an attribute of HTML <form> element?
(A) method (B) type (C) value (D) initial selection
(110) In KompoZer, Which menu-option is used to change webpage title?
(A) InsertPage title (B) EditPage Title and properties
(C) Format Page Title and properties (D) FilePage title
(111) In KompoZer, which short cut key is used to close site manager pane ?
(A) F5 (B) F7 (C) F9 (D) F2
(112) In HTML, which of the following is used to collect different kinds of inputs from the user ?
(A) Frame (B) Label (C) Form (D) CSS
(113) In HTML, which of the following element allows multi-line text input ?
(A) <textdata> (B) <input> (C) <selection> (D) <textarea>
(114) Which of the following toolbar is not available in KompoZer?
(A) Preview Toolbar (B) Format Toolbar1
(C) Format Toolbar2 (D) Composite Toolbar

Std. 12 (Science) | March – 2019


(115) Which element is used to create a drop down list or menu in a form?
(A) input (B) select (C) drop (D) area
(116) Which of the following menu is used in KompoZer to create a selection list?
(A) FileSelection list (B) EditSelection list
(C) FormSelection list (D) FormatSelection List
(117) Which of the following dialog box is viewed when user click save button first time in KompoZer ?
(A) save all (B) save as (C) close all (D)page Title
(118) Which of the following colored outline is inserted by KompoZer after defining form?
(A) Light Blue (B) Light Red (C) Light Yellow (D) Light Green
(119) Which of the following settings are viewed when user defines form in form properties dialog box ?
(A) Form name, anchor name, methods
(B) Force name, Method URL, method name
(C) File name, Action URL, method
(D) Form name, Action URL, method
(120) Which of the following icon comes in composition toolbar at KompoZer ?
(A) Font (B) Open (C) Bullet (D) Bold
(121) Which of the following method sends the data as a block through the HTTP transaction?
(A) SET (B) GET (C) PUT (D) POST
(122) Which of the following setting is associated with textarea properties dialog box in KompoZer ?
(A) Rows, cell (B) Column, cell (C) Rows, Columns (D) Space, Cell

Std. 12 (Science) | March – 2020


(123) Which of the following is the tag used to implement form element?
(A) <form>…..</form> (B) <form>….<form>
(C) </form>….</form> (D) <frm>….</frm>
(124) Which of the following method sends the data as a block through the HTTP transaction?
(A) GET (B) SET (C) PUT (D) POST
(125) Which of the following element allows multi-line text input in HTML?
(A) Textarea (B) Input (C) Select & option (D) Form
(126) Which of the following is a free open source web development IDE?
(A) HTML (B) Kompozer (C) Scite (D) Base
(127) In Kompozer, which of the following menu – option is used to view different toolbars and Status bar?
(A) Tools Show/Hide (B) Edit Show
(C) View Show/Hide (D) Insert Show
(128) Which keyboard shortcut is used to close the site manager pane in KompoZer ?
(A) F1 (B) F9 (C) F2 (D) F10
(129) In Kompozer, which of the following menu-option insert label?
(A) Tools Define Label (B) Edit  Form  Define Label
(C) Insert  Form  Define Label (D) File Define Label
(130) Which of the following menu-option is used to create a selection list option in kompozer ?
(A) Edit Selection list (B) File Selection list
(C) Insert List (D) FormSelection List

Std. 12 (General) | March – 2020


(131) Which of the following will show a blank untitled web page in KompoZer ?
(A) Edit mode toolbar (B) Format toolbar-1 (C) Site manager (D) Page Pane

Compiled by Nuzhat Ibrahim 1


(132) In KompoZer, which of the following options is used to add Selection list ?
(A) Insert Selection list (B) Form Selection list
(C) File Selection List (D) EditSelection List
(133) What should remain same for all possible answers while creating radio button ?
(A) Field value (B) Group name
(C) Field Selected option (D) Initially selected option
(134) In KompoZer window, which tab of Edit Mode Toolbar should be clicked to view source code of
recently created form ?
(A) Design (B) Preview (C) Source (D) Normal
(135) Which attribute is used to specify where to send the form data when the form is submitted and what
will be the value of it ?
(A) Method, Get (B) Method, Post (C) Action, Get (D) Action, Filename
(136) Which toolbar is used to give Heading-1 style to the heading of the form ?
(A) Format Toolbar-1 (B) Format Toolbar-2
(C) Composition Toolbar (D) Status Bar
(137) Which type of input element will convert typed characters into non readable format?
(A) Password (B) Check box (C) Text (D) Reset
(138) When we click on any item in the page, in which of the following its structure appears?
(A) Composition Toolbar (B) Format Toolbar-1
(C)Status Bar (D) Format Toolbar-2

Compiled by Nuzhat Ibrahim 1

You might also like