Std 12
Chapter 1
Q1. What is KompoZer?
A) Web browser B) Email client C) Web authoring tool D) Programming language
✅ Answer: C
Q2. KompoZer is mainly used for:
A) Compiling Java B) Writing emails C) Creating web pages D) Editing photos
✅ Answer: C
Q3. HTML stands for:
A) HighText Machine Language B) HyperText and Links Markup Language
C) HyperText Markup Language D) None of the above
✅ Answer: C
Q4. Which KompoZer tab lets you edit HTML code?
A) Design B) Preview C) Source D) Publish
✅ Answer: C
Q5. HTML forms are used to:
A) Display videos B) Submit user data C) Show images D) Create tables
✅ Answer: B
Q6. The form tag in HTML is:
A) <form> B) <forms> C) <input> D) <submit>
✅ Answer: A
Q7. Which tag is used to create a textbox in a form?
A) <text> B) <input type="text"> C) <form> D) <label>
✅ Answer: B
Q8. KompoZer is a type of:
A) Text editor B) WYSIWYG editor C) Compiler D) Browser
✅ Answer: B
Q9. The default method for form submission is:
A) GET B) POST C) PUT D) DELETE
✅ Answer: A
Q10. The <textarea> tag is used to:
A) Create a button B) Add large text input area
C) Add checkboxes D) Add headings
✅ Answer: B
Q11. Which KompoZer panel shows HTML elements structure?
A) Tag panel B) Site manager C) Publishing D) Tool bar
✅ Answer: A
Q12. Which input type is used for password fields?
A) text B) password C) hidden D) number
✅ Answer: B
Q13. Which tag is used for dropdown list?
A) <checkbox> B) <radio> C) <select> D) <optionbox>
✅ Answer: C
Q14. Which input type is used to allow file upload?
A) text B) file C) submit D) button
✅ Answer: B
Q15. The tag used to create radio buttons is:
A) <radio> B) <input type="radio">C) <input radio> D) <radiobutton>
✅ Answer: B
Q16. What does the ‘action’ attribute in <form> do?
A) Specifies background color B) Adds animation C) Sets data submission location D) None
✅ Answer: C
Q17. What is the purpose of the <label> tag?
A) Submit form B) Add input field C) Describe input fields D) Add images
✅ Answer: C
Q18. KompoZer files are saved with which extension?
A) .txt B) .doc C) .html D) .pdf
✅ Answer: C
Q19. Which attribute makes a form field mandatory?
A) require B) required C) must D) needed
✅ Answer: B
Q20. KompoZer belongs to which software category?
A) Database B) Web Design C) OS D) Compiler
✅ Answer: B
Q21. Which tag is used to submit the form?
A) <send> B) <submit> C) <input type="submit"> D) <button type="send">
✅ Answer: C
Q22. Which tag creates a checkbox?
A) <checkbox> B) <input type="checkbox">
C) <box> D) <check>
✅ Answer: B
Q23. The 'method' attribute in <form> is used to:
A) Name the form B) Specify how to send data C) Set font D) Define layout
✅ Answer: B
Q24. Which element is used to group form controls?
A) <formgroup> B) <fieldset> C) <controlgroup> D) <group>
✅ Answer: B
Q25. Which tag is used with <fieldset> to label it?
A) <legend> B) <label> C) <caption> D) <head>
✅ Answer: A
Q26. Which key is used to preview web page in browser in KompoZer?
A) F1 B) F5 C) F6 D) F9
✅ Answer: D
Q27. How do you create a multiline input field?
A) <input type="text" multiline> B) <textarea>
C) <input type="longtext"> D) <textfield>
✅ Answer: B
Q28. Which input type creates a clickable button?
A) <input type="submit"> B) <input type="button"> C) <button> D) All of the above
✅ Answer: D
Q29. The action value in form tag is usually a:
A) Color B) URL C) Table D) Text
✅ Answer: B
Q30. How to make a field selected by default in a dropdown?
A) checked B) default C) selected D) active
✅ Answer: C
Q31. KompoZer supports which platform?
A) Windows only B) Linux only C) Cross-platform D) Android
✅ Answer: C
Q32. Which input type is used for numeric input?
A) text B) number C) digit D) integer
✅ Answer: B
Q33. How do you reset all form fields?
A) <input type="reset"> B) <reset> C) <button type="reset"> D) A and C
✅ Answer: D
Q34. Where is KompoZer form controls found?
A) Table menu B) Format menu C) Forms toolbar D) View menu
✅ Answer: C
Q35. KompoZer allows drag-and-drop for:
A) Pictures only B) Form fields only C) Both A and B D) Text only
✅ Answer: C
Q36. Which HTML tag is not used in form creation?
A) <input> B) <select> C) <video> D) <textarea>
✅ Answer: C
Q37. Which tag is used to specify an option in dropdown?
A) <option> B) <dropdown> C) <item> D) <list>
✅ Answer: A
Q38. To define a group of radio buttons, they must have the same:
A) value B) label C) name D) id
✅ Answer: C
Q39. The 'name' attribute is used to:
A) Style the field B) Label the input C) Identify input on form submission D) Highlight input
✅ Answer: C
Q40. KompoZer form elements include:
A) Text box B) Radio button C) Checkbox D) All of the above
✅ Answer: D
Q41. Which tag is used to create a button?
A) <input type="button"> B) <btn> C) <input button> D) <button type="text">
✅ Answer: A
Q42. Which toolbar in KompoZer is used for form creation?
A) Table toolbar B) Formatting toolbar C) Form controls toolbar D) Layout toolbar
✅ Answer: C
Q43. Which HTML attribute specifies the type of input field?
A) input B) type C) name D) method
✅ Answer: B
Q44. Which input field hides the entered text?
A) <input type="text"> B) <input type="hidden">
C) <input type="password"> D) <input type="email">
✅ Answer: C
Q45. Which tag is used to group related elements in a form?
A) <group> B) <fieldset> C) <div> D) <section>
✅ Answer: B
Q46. What is the default type of input field?
A) button B) text C) submit D) password
✅ Answer: B
Q47. What is the main use of the ‘value’ attribute in input?
A) Set label B) Set background C) Define data to be submitted D) Set border
✅ Answer: C
Q48. Which input type allows users to select one item?
A) checkbox B) radio C) select multiple D) text
✅ Answer: B
Q49. What does WYSIWYG stand for?
A) What You See Is What You Get B) What You See In Web Is Great
C) Web You Select Is Web You Get D) None
✅ Answer: A
Q50. KompoZer allows saving HTML files using:
A) File > Save B) Tools > Export C) View > Save D) Insert > Save
✅ Answer: A