12ec Ut1
12ec Ut1
SUB COMPUTER
1. ___ will help the visitor of the website to input the data.
AWeb pages B HTML forms
CJavaScript D None
2. textbox, radio, checkbox these elements are used to ____?
A Enter the data B Validate the data
C Both a and b D None
3. which of the following attributes used to specify the URL ?
A Action B Method
C Post D Get
4. URL means ?
A Universal record locator B Universal range locator
C Universal resource locator D Universal resource loader
5. which of the following is the values of the method attribute ?
A Get B Post
C Both a and b D None
6. which attributes is used to specify where to send the form data ?
A Method B URL
C Action D None
7. method attribute of the <form> has how many values ?
A 1 B 2
C 3 D 4
8. which value of method does not have any restriction on data length.
A Action B Get
C Post D All of above
9. which tag is used to implement input element ?
A Input B <input>
C <select> D <textarea>
10. which element will allow the user to enter the textual data ?
A Password B Radio
C Text D None
11. which element will displayed non readable format instead of characters.
A Password B Text
C Radio D All of above
12. how many characters we can enter in the text area ?
A 500 B 5000
C 50000 D Unlimited
13. IDE means ?
A Integrated data environment B Integrated data engine
C Integrated development D Integrated development engine
environment
14. which of the following is/are example of IDE ?
A Kompozer B Eclipse
C JBuilder D All of above
15. GUI means ?
A Graphics usefull interface B Graphical user environment
C Graphical user interface D Graphically user interface
16. where we can download the Kompozer ?
A http://www/ Kompozer.in B http://www/ Kompozer.com
Page- 1
C http://www/ Kompozer.net D http://www/ Kompozer.org
17. WYSIWUG means ?
A With you see is with you get B What You See Is What You Get
C What you see is when you get D None
18. which bar is available under the menu bar ?
A Composition B Format toolbar 1
C Format toolbar 2 D All of above
19. when form is inserted which color outline will be displayed ?
A Light blue B Light green
C Light red D Black
20. what should be the extension of file created with kompozer ?
A .htm B .html
C Both a and b D None
21. when we want to enter the large in the field then which element is used ?
A Text area B Selection list
C Check box D Radio
22. CSS means ?
A Cascading style sheet B Cascading self sheet
C Cascading style center D Cascading style self
23. CSS allows us to specify style for the ___ of the website ?
A Content B Visual elements
C Visual content D None
24. who keeps the information content of a document separate from the details of how to display ?
A HTML B javaScript
C CSS D All of above
25. style specify ___ particular page elements on the screen.
A Content B Appearance
C Spaces D Both a and b
26. keeping the style separate from the content helps us to ___
A. avoid duplication of code
B. use the same content with different styles for different purpose
C. easy maintenance of code
D. all of above
27. in the font family section how many options are available ?
A 1 B 2
C 3 D 4
28. which radio button is to be selected to choose “Times New Roman” font.
A Predefined B Defined
C Unspecified D None
29. to change the background color which tab is to be selected ?
A Shade B Format
C Background D Color
30. to give the border to text which tab is to be selected ?
A Border B Page border
C Decoration D None
31. generally which option is selected in the border menu ?
A Dotted B Groove
C Ridge D Singles
32. which tab is to be selected to see the CSS code which is generated automatically ?
A CSS B Code
C General D Source
33. to use the CSS which is created , which toolbar is used ?
A Formatting toolbar 2 B Standard toolbar
C Formatting toolbar 1 D Menu bar
34. the web pages which are created by using HTML are ___ type ?
Page- 2
A Static B Dynamic
C Both a and b D None
35. generally which tag is preferred to write script ?
A <style>… </style> B <script>… </script>
C <head>… </head> D All of above
36. __ tag tell browser to interpret all text as script which is written in it ?
A <style> B <script>
C <head> D <body>
37. alert() is which kind of function ?
A Inbuilt B External
C Both a and b D None
38. ____ function will take text and display it in alert box ?
A Prompt() B If()
C Confirm() D Alert()
39. what will be the name of event handler for click event ?
A Clickon() B Click()
C Onclick() D None
40. if we want the validation to be done when user click on submit button, which handler is used ?
A onSubmit() B Onclick()
C Submit() D Clickon()
41. __ is known as container for storing data ?
A Tags B Variable
C Values D Event
42. in x=document.asd.name.value, which is the variable name
A Value B Asd
C Name D Document
43. which type of value we can store in variable ?
A Numbers B Strings
C Text D All of above
44. which keyword is used to declare variable ?
A Variable B Var
C Int D None
45. if () is which type of statement ?
A Conditional B Optional
C Unconditional D None
46. the conditional statement if() is used to change __?
A Flow of program B Output of program
C Code of program D Direction of program
47. to change the flow of statement which conditional statement is used ?
A Else B If()
C For D None
48. which method is used to apply focus on a particular element of the form.
A Onselect() B Focus()
C Gotfocus() D All of above
49. generally focus() is used after user gets ____ message ?
A Prompt B Confirm
C Alert D Error
50. Which of the following is a scripting language the allows adding programming to web pages?
A Action script B JavaScript
C HTML D CSS
Page- 3