0% found this document useful (0 votes)
4 views43 pages

1-6 MCQ std-12

The document consists of a series of multiple-choice questions focused on creating HTML forms using KompoZer. It covers various aspects of HTML form elements, attributes, and methods for data submission. Key topics include the use of form tags, input types, and the HTTP methods GET and POST.

Uploaded by

ankur7874515102
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)
4 views43 pages

1-6 MCQ std-12

The document consists of a series of multiple-choice questions focused on creating HTML forms using KompoZer. It covers various aspects of HTML form elements, attributes, and methods for data submission. Key topics include the use of form tags, input types, and the HTTP methods GET and POST.

Uploaded by

ankur7874515102
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/ 43

]Ch-1 Creating HTML forms Using KompoZer

---------------------------------------------------------------------------------------------------------------------------
Choose the most appropriate option from those given below:
(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 and 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 b)| method attribute ?
(A) GET and POST (B) GET and SET (C) GET and PUT (D) SET and POST
(7) Which of the following method allows onrjl a limited amount of information to be seni at a time ?
(A) GET (B) POST (C) SET (D)PUT
(8) Which of the following method sends thd data as a block through the HTTP transaction ?
(A) GET (B) SET (C) PUT (D)POST
(9) Which of the following attribute of thd input element specifies the field that is to be created in the form ?
(A) Input (B) Type (C) Name (D)Value
(1O) Which of the following element allow^ multi-line text input ?
(A) Textarea (B) Input (C) Select and Option (D) Form
(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) What You See Is When You Get
(C) What You See Is What You Get (D) When You See Is What You Get
(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) What is well organized structure designed to input the required data and information of website is called ?
(A) Database (B) Table (C) Form (D) Report
(5) 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) NONE OF THESE
(6) 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
(7) What does the form allow ?
(A) Interactivity (B) Control in data entry (C) Both (A) and (B) (D) None of these
(8) What is form ? (A)Source CodeC) Object (B) Container (D) Edit
(9) From the list given below, what is used to collect different kinds of inputs from the user ?
(A) Table (B) Report (C) Form (D) Query
(10) Which of the following element does the form contain ?
(A) Label, Check box (B) Text input field, Radio button
(C) Submit button, Reset button (D) All of these
(11) 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
(12) Using which of the following a form can be designed easily ?
(A) HTML (B) WordPad (C) XML (D) Form Liner
(13) 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

1 SYSCON COMPUTER EDUCATION STD-12


14) how many parts are elements of form divided into?
(A) Two (B) Three (C) Four (D) Five
15) Which from the given below are the elements of form ?
(A) Form, Input (B) Text area (C) Select and Option (D) All of these
16) Which container is used to collect different kinds of inputs from the user ?
(A) Table (B) Form (C) Report (D) Query
17) Which element is used to create an HTML form ?
(A) form (B) frm (C) frmsrc (D) formset
18) What acts as a container for all the elements used in the form ?
(A) Table (B) Report (C) Form (D) Frame
19) Which tag is used to implement various elements of form ?
(A) <form>...<\form> (B) <form>...</form> (C) <\form>...<\form> (D) </form>...</form>
20) Which from the given below shows the example of use of the form element ?
(A)<form action="anusha.html" </form>
method="post"> (C) <form link= "anusha.html" methods"post">
Input elements Input elements
</form> </form>
(B) <form method="anusha.html" (D) <form web="anusha.html" method="post">
methods"post"> Input elements
Input-elements </form>
21) How many attributes does form tag have ?
(A) Two (B) Three (C) Four (D) Five
22) 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
23) 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
24) Which attribute of <Form> tag is used to control the processes executing after the form is submitted ?
(A) action (B) method (C) (A) or (B) (D) None of these
25) What does action attribute take as value ?
(A) Website name (B) Name of webserver (C) File name (D) Name of folder
26) 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
27) 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
28) What is the full form of HTTP ?
(A) Hyper Text Taged Protocol (B) Hyper Text Timeline Protocol
(C) Hyper Text Transfer Protocol (D) Hyper Text Terminal Protocol
29) Which attribute decides how to submit the information of form on specified address ?
(A) method (B) action (C) (A) or (B) (D) None of these
30) How many values can method attribute of form element take ?
(A) Two (B) Three (C) Four (D) Five
31) Which values can method attribute of form element take ?
(A) html, http (B) get, post (C) action, method (D) Any of these
32) Which is the default value of method attribute of form element ?
(A) get (B) post (C) action (D) (A) or (B)
33) Which value of method attribute adds the retrieved data from the form to the end of URL and sends to the server ?
(A) post (B) get (C) action (D) All of these
34) What is the full form of URL ?
(A) Uniform Redefine Locator (B) Uniform Rearrange Locator
(C) Uniform Reform Locator (D) Uniform Resource Locator
35) Which of the following shows the use of action attribute ?
(A)To specify the address where the information has to be sent when form is submitted.
(B) To specify the specifications of HTTP
(C) Both (A) and (B) (D) None of these
36) Which value of method attribute provides facility of sending limited information at one time ?
(A) get (B) post (C) action (D) (A) or (B)
37) Which value of method attribute sends information in form of blocks using HTTP transaction ?
(A) post (B)get (C) action (D) All of these
38) Which of the following term provides facility of sending information in form of blocks using HTTP transaction ?
(A) get (B) action (C) post (D) Any of these

2 SYSCON COMPUTER EDUCATION STD-12


39) 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
40) Which value of method attribute sends information in the form of request ?
(A) get (B) post (C) action (D) (A) or (B)
41) Which value of method attribute does not have any restriction of length of information ?
(A) post (B) get (C) action (D) All of these
42) Which elements are used in form ?
(A) Input objects (B) Output objects (C) Process objects (D) All of these
43) 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
44) Which tag is used to implement input element in the form ?
(A) <input> (B) <input>….</input> (C) (A) or (B) (D) none of these
45) Which attribute is used along with <input> tag ?
(A) type (B) name (C)value (D) All of these
46) Which attribute of the input element specifies the Held that is to be created in the form ?
(A) type (B) name (C) value (D) All of these
47) 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
48) Which attribute of the input element specifies the name to be used for the field in the form ?
(A) type (B) name (C) value (D) Any of these
49) What is the use of name 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
50) 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
51) What is the use of value 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
52) Which are the various input elements that can be created using type attribute of <input> tag?
(A) Submit button, Reset button (B) Text box
(C) Radio button, check box, drop down menu (D) All of these
53) Which input element is used to enter text in the form ?
(A) Password (B) Text box (C) Radio button (D) Check box
54) From 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
55) Which element is used to create textbox in form ?
(A) text (B) box (C) textbox (D) textline
56) Which type of data can be entered in the textbox ?
(A) Text (B) Numeric (C) Symbolic (D) All of these
57) 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">}
58) Which element is used to create password field in form ?
(A) Password (B) Text box (C) Radio button (D) Check box
59) Password field is similar to which of the following ?
(A) Drop down menu (B) Text box (C) Radio button (D) Check box
60) Characters are not displayed to the user in which of the following ?
(A) Radio button (B) Checkbox (C) Text box '(D) Password
61) In which of the following the characters typed are converted into non readable format ?
(A) Password (B) Text box (C) Radio button (D) Check box
62) In which form are the characters typed in the password field displayed ?
(A) dots (B) asterick (C) square (D) All of these
63) Which of the following doesnot let any one read the typed text when user does login ?
(A) Password (B) Text box (C) Radio button (D) Check box
64) 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" >

3 SYSCON COMPUTER EDUCATION STD-12


65) 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
66) Which element is used to create radio button in form?
(A) button (B) radio (C) button_radio (D) radio_button
67) How many radio buttons can be selected from many radio buttons available in a single group ?
(A) 1 (B) 2 (C) 3 (D) 4
68) It is possible to select more than one radio button. Select correct option for this statement.
(A) This statement is true (B) This statement is false
(C) We cannot be sure of this statement (D) None of these
69) What is the shape of radio button ?
(A) Circle (B) Square (C) Triangle (D) Rectangle
70) What appears in the circle of radio button which is selected ?
(A) Line (B) Arrow (C) Dot (D) Tick
71) When one radio button is selected than what happens to the other radio buttons of the same group ?
(A) Active (B) Deactive (C) Special (D) Normal
72) Generally what is used to select a single item from a given group of item ?
(A) Radio button (B) Checkbox (C) Text box (D) Password
73) Which attribute is used to display a radio button selected by default ?
(A) check (B) select (C) checked (D) selected
74) What is true from the following for the checked attribute of radio button ?
(A) Compulsory (B) Optional (C) Sometimes compulsory (D) Sometimes optional
75) 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">
76) 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
77) Which element is used to create check box field in form ?
(A) check box (B) checkjbox (C) box (D) box_check
78) It is possible to select more than one check box. Select correct option for this statement.
(A) This statement is true (B) This statement is false
(C) We cannot be sure of this statement (D) None of these
79) What is the shape of check box ?
(A) Circle (B) Square (C) Triangle (D) Rectangle
80) What appears in the square of check box which is selected ?
(A) Line (B) Arrow (C) Dot (D) Tick
81) What is used to select a more than one item from a given group of item ?
(A) Radio button (B) Check box (C) Text box (D) Password
82) Which attribute is used to display a check box selected by default ?
(A) check (B) select (C) checked (D) selected
83) What is true from the following for the checked attribute of check box ?
(A) Compulsory (B) Optional (C) Sometimes compulsory (D) Sometimes optional
84) 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">
85) 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
86) 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
87) On clicking which button, the values of data entered in the form is submitted to the file specified in the action
attribute of the form element ?
(A) Enter Button (B) Send Button C) Reset Button (D) Submit Button
88) What is the syntax of creating submit button in the form ?
(A) <input type="submit" value="label"> (B) <input ="submit" valuer "lab el ">
(C) <input value= "submit" type="label"> (D) <inputname="submit" value="label">
89) 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
90) 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)

4 SYSCON COMPUTER EDUCATION STD-12


(D) To change all the values filled in the form with the values present on the web server.
91) The values of data entered in the form are set to which values when reset button is clicked ?
(A) Set back to default value (B) Null (C) New (D) Old
92) What happens when reset button is clicked ?
(A) The values of data entered in the form are cleared.
(B) The values of data entered in the form are set back to default values.
(C) Both (A) and (B) (D) The values of data entered in the form can be modified.
93) What to the syntax oi creating ies,et YsuWaw vsv the form ?
(A) <input=" reset" value="label"> (B) <input type="reset" value="label">
(C) <inputvalue="reset" name="label"> (D) <input value="reset" type="label">
94) Match the following :
(A) (B)
(1) Radio (A) The values of data entered in the
form is submitted to the file
specified in the action attribute of
the form element using it.

(2) Check box (B) Is used to add any type of


data/textual data.
(3) Text (C) Is used to select only one options
from all the given options.

(4) Password (D) Similar to Text field, characters


typed in it are not displayed.
(5) Submit (E) Used to setback the values of data
entered in the form to default
values.
(6) Reset (F) Is used to select one or more than
one options at a time.
(A) (1- C),(2 - F), (3 - B), (4 - D), (5 -E), (6 - A) (B) (1- C),(2 - F), (3 - D), (4 - B), (5 - A), (6 - E)
(C) (1- C),(2 - F), (3 - B), (4 - A), (5 - D), (6 - E) (D) (1- C),(2 - F), (3 - B), (4 - D), (5 - A), (6 - E)
95) Which element allows multiline text input in form?
(A) Text box (B) Text area (C) Text Line (D) Text Object
96) Which element is used to implement text area element ?
(A) <textarea>.....< / textarea> (B) <text>....</text>
(C) </textarea>..</textarea> (D) </text>...<text>
97) How many characters can be entered in text area element ?
(A) 50 (B) 64 (C) 255 (D) Unlimited
98) 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
99) which element is used to enter Comment, Report, Long description ?
(A) Text box (B) Text area (C) Radio Button (D) Drop Down Menu

100) Which attribute is used to specify size of text area element ?


(A) Rows (B) Cols (C) Both (A) and (B) (D) Row and col
101) 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
102) Which attribute is used to set the number of columns of text that will be visible without scrolling right or
left ? (A) row (B) rows (C) col (D) cols
103) Which of the following specifies the correct code to create text area element ?
(A)<textarea name="comments" rows="5" cols="20"> Your Comments here </textarea>
(B)<textarea name="comments" row="5" col="20">Your Comments here </textarea>
(C) <textarea type="comments" rows="5" cols="20"> Your Comments here </textarea>
(D) <textarea type="comments" row="5" col="20"> Your Comments here </textarea>
104) Which tag is used to create drop down menu in the form ?
(A) dropdown (B) pulldown (C) select (D) list
105) 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

5 SYSCON COMPUTER EDUCATION STD-12


106) Which tag is used to create a dropdown menu ?
(A) <option>...</option> (B) <dropdown>...</dropdown>
(C) <list>...</list> (D) <select>...</select>
107) Which element is used to specify the values that aTe to be displayed in the menu ?
(A) <select> (B) <list> (C) <option> (D) <value>
108) Which tag is used to create the elements within the menu ?
(A) <option>...</option> (B) <dropdown>...</dropdown>
(C) <list>...</list> (D) <select>...</select>
109) Which attribute is used to display specific option to be selected by default ?
(A) check (B) select (C) checked (D) selected
110) What is true from the following for the selected attribute of radio button ?
(A) Compulsory (B) Optional (C) Sometimes compulsory (D) Sometimes optional
111) Which of the following specifies the correct code to create text area element ?
(A) <option> (C) <select>
<select value="Ahmedabad"> Ahmedabad </select> <option value="Ahmedabad"> Ahmedabad </option>
<select value="Rajkot"> Rajkot </select> </option> <option value="Rajkot"> Rajkot </option> </select>
(B) <select> (D) <select>
<option type="Ahmedabad"> Ahmedabad </option> <option value="Ahmedabad"> <option value="Rajkot">
<option type="Rajkot"> Rajkot </option> </select> </select>
112) How is designing a form using HTML tags ?
(A) Tedious (B) Very Easy (C) Motivating (D) All of these
113) Form can be created easily with which of the following ?
(A) IED (B) ILD (C) IDE (D) IDL
114) What is the fullform of IDE ?
(A) Integrated Database Environment (B) Integrated Development Environment
(C) Integrated Document Environment (D) Integrated Declaration Environment
115) What is IDE?
(A) Software application (B) Hardware application (C) Database (D) Source Code
116) 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
117) 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
118) What is full form of GUI ?
(A) Graphical User Interface (B) Graphical Useful Interface
(C) Graphical Useful Integration (D) Graphical Universal Interface
119) Which is the example of open source IDE from the following ?
(A) KompoZer (B) Eclipse (C) JBuilder, Netbeans (D) All of these
120) Which option is true for KompoZer ?
(A) It is IDE software for web development (B) It is free of cost
(C) It is open source (D) All of these
121) From which website can KompoZer be downloaded ?
(A) http://www.KompoZer.com (B) http://www.KompoZer.net
(C) http://www.KompoZer.co.in (D) http://www.KompoZer.org
122) What is a simple graphical interface which provides webpage editor in KompoZer ?
(A) WYSIWYG (B) WYSIWGY
(C) WYSIYGW (D) WYSIYWG
123) 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
124) How is "What You See Is What You Get (WYSIWYG)" interface ?
(A) What you can see, the same you get in the result. (B) You can see and also modification can be done.
(C) In it you can see the result and similar insertion can be done. (D) None of these
125) Which type of software is KompoZer ?
(A) Web Source System (B) Web Database System
(C) Web Authoring System (D) Web Development System
126) What does KompoZer integrate ?
(A) Web page development (B) Web file management
(C) Web server development (D) Both (A) and (B)
127) How can a webpage be created using KompoZer ?

6 SYSCON COMPUTER EDUCATION STD-12


(A) Easy (B) Quick (C) Both (A) and (B) (D) Difficult
128) What is used by user to edit a webpage ?
(A) Database (B) Source Code (C) Master File (D) Master Code
129) In KompoZer, who gives rapid access to the files on both local machines and remote servers ?
(A) Site Manager (B) Server Manager (C) Source Code Manager (D) Section Manager
130) In KompoZer, Site Manager gives rapid access to the files located on which servers ?
(A) Local (B) Remote (C) Both (A) and (B) (D) None of these
131) What can be done to the webpages and associated files on a remote server from within KompoZer ?
(A) Download (B) Upload (C) Both (A) and (B) (D) None of these
132) What is used to support styles in KompoZer ?
(A) CSS (B) CSC (C) SCC (D) SCS
133) What is the full form of CSS ?
(A) Cascading Section Sheet (B) Cascading Sheet Style
(C) Cascading Sheet Section (D) Cascading Style Sheet
134) Which menu - option is used to open KompoZer ?
(A) Applications -> Programming -> KompoZer (B) Applications -> Program -> KompoZer
(C) Applications -> Place -> KompoZer (D) Applications -> System -> KompoZer
135) Under which option is KompoZer displayed ?
(A) Accessories (B) Office (C) Programming (D) Graphics
136) Which menu - option is used to view the different toolbars and status bar ?
(A) Show -> Show/Hide (B) View -> Show/Hide (C) Display -» Show/Hide (D) Format -> Show/Hide
137) Which option is listed in Show/Hide option of View menu in KompoZer ?
(A) Composition Toolbar, Edit Mode Toolbar (B) Format Toolbar 1, Format Toolbar 2
(C) Status Bar, Sidebar (Site Manager), Rulers (D) All of these
138) How many format toolbars are there in KompoZer ?
(A) Two (B) Three (C) Four (D) Five
139) Which format toolbars are available in KompoZer ?
(A) Format Toolbar A, Format Toolbar B (B) Format Toolbar I, Format Toolbar II
(C) Format Toolbar 1, Format Toolbar 2 (D) Format Toolbar i, Format Toolbar ii
141) How many menus are displayed in the menubar of KompoZer ?
(A) Six (B) Seven (C) Eight (D) Nine
142) Which menus are displayed in the menubar of KompoZer ?
(A) File, Edit, View (B) Insert, Format, Table (C) Tools, Help (D) All of these
143) How many toolbars are displayed below menubar ?
(A) Two (B) Three (C) Four (D) Five
144) Which toolbars are displayed below menubar ?
(A) Composition Toolbar (B) Format Toolbar 1 (C) Format Toolbar 2 (D) All of these
145) What is the use of composition toolbar ?
(A) To create a new file and save it (B) Open a file
(C) Publish a website (D) All of these
146) What is the use of Format Toolbar 1 and Format Toolbar 2 ?
(A) Format the text (B) Add bullets and numbering
(C) Similar formatting option (D) All of these
147) In KompoZer which toolbar is used to create new file, open a file, save a file and publish website ?
(A) Composition Toolbar (B) Format Toolbar 1, Format Toolbar 2
(C) Both (A) and (B) (D) Edit mode Toolbar
148) In KompoZer which toolbar is used to format the text,add bullets and numbering and perform similar formatting
operations ?
(A) Composition Toolbar (B) Format Toolbar 1, Format Toolbar 2
(C) Both (A) and (B) (D) Edit mode Toolbar
149) How many panes are displayed in the centre of the KompoZer window ?
(A) Two (B) Three (C) Four (D) Five
150) Which panes are displayed in the center of the KompoZer window ?
(A) Site Manager (B) Page pane (C) Both (A) and (B) (D) Page tab
151) In KompoZer, which pane is a powerful tool used to navigate within the site or between the sites ?
(A) Site Manager (B) Page pane (C) Both (A) and (B) (D) Page tab
152) Which button is used to close site manager ?
(A) Exit Button (B) End Button (C) Close Button (D) Leave Button
153) Which key is used to close site manager ?
(A) Function Key F6 (B) Function Key F7 (C) Function Key F8 (D) Function Key F9

7 SYSCON COMPUTER EDUCATION STD-12


154) In KompoZer, what does Page Pane show ?
(A) Blank webp age (B) Blank untitled webpage
(C) Web page named untitled (D) All of these
155) Which toolbar is shown at the bottom right side of the page pane window ?
(A) Edit mode Toolbar (B) Format Toolbar 1, Format Toolbar 2
(C) Composition Toolbar (D) All of these
156) How many modes are there in Edit mode toolbar ?
(A) Two (B) Three (C) Four (D) Five
157) Which modes are there in Edit mode toolbar ?
(A) Normal (B) HTML Tags (C) Preview (D) All of these
158) Which facility is provided by Normal HTML Tags and Preview mode of Edit mode ?
(A) Editing (B) Decoration (C) Insertion (D) Help
159) Which mode of Edit mode toolbar is used to display webpage along with its table outlines ?
(A) Normal (B) HTML Tags (C) Preview (D) All of these
160) Normal mode is similar to which mode ?
(A) HTML Tags (B) Preview (C) Both (A) and (B) (D) None of these
161) Which mode of Edit mode toolbar is useful for those who are familiar with HTML ?
(A) Preview (B) Normal (C) HTML Tags (D) All of these
162) Which color marker is used to indicate the start tag for all elements ?
(A) Red (B) Yellow (C) Green (D) Blue
163) What happens on clicking the yellow marker which indicates the start tag for all elements ?
(A) Select and highlights whole of the element (B) Select and highlights whole sub element
(C) Select and highlights program of the element (D) Select and highlights function of the element
164) Which mode of Edit mode toolbar is used to display the page view as seen in a browser?
(A) Normal (B) HTML Tags (C) Preview (D) All of these
165) From the given modes below in which mode the script do not run and therefore their effects will not be seen ?
(A) Preview (B) Normal (C) HTML Tags (D) All of these
166) From the given modes below in which mode links do not operate ?
(A) Normal (B) HTML Tags (C) Preview (D) All of these
167) In KompoZer, what does it display ?
(A) Page tab (B) Edit mode Toolbar (C) Site Manager (D) Composition Toolbar
168) How many tabs are displayed on the left side of the page pane ?
(A) Three (B) Four (C) Five (D) Six
169) Which tab is displayed on the left side of the page pane ?
(A) Design (B) Split (C) Source (D) All of these
170) Which tab is used to design the webpage ?
(A) Design (B) Split (C) Source (D) Any of these
171) Which tab displays the HTML source of the current element ?
(A) Design (B) Split (C) Source (D) All of these
172) Which tab shows all details of the HTML code ?
(A) Design (B) Split (C) Source (D) Any of these
173) Which tab helps in editing the source code ?
(A) Design (B) Split (C) Source (D) Any of these
174) What is seen in the bottom of the window ?
(A) Site Manager (B) Status Bar (C) Page Tab (D)Composition Toolbar
175) When any item in page is clicked, where does its structure appear ?
(A) Page Tab (B) Page Area (C) Site Manager (D) Status Bar
176) To customize any toolbar,right click on the respective toolbar and click on which option?
(A) Customize Toolbar (B) Format Toolbar (C) Change Toolbar (D) Edit Toolbar
177) In KompoZer, which menu-option is used to create a new file ?
(A) File —> New (B) Compose —> New (C) Application -> New (D) Define -> New
179) In KompoZer, Newtoolbutton is located on which toolbar ?
(A) Composition Toolbar (B) Edit Mode Toolbar
(C) Format Toolbar - 1 (D) Format Toolbar - 2 180)
180) Which dialog box appears when File -> New option is selected in KompoZer ?
(A) Create a new document (B) Create a new template
(C) Create a new document or template (D) Create a document or template
181) How many options are displayed in Create a new document or template dialog box in KompoZer ?
(A) Two (B) Three (C) Four (D) Five
182) Which options are displayed in Create a r document or template dialog box in KompoZ
(A) A blank document (B) A new document based on a template

8 SYSCON COMPUTER EDUCATION STD-12


(C) A blank template (D) All of these
183) Which options of Create a new document template dialog box should be selected create a new file in KompoZer ?
(A) A blank document (B) A new document based on a template
(C) A blank template (D) Any of these
184) In KompoZer, which menu-option is used open an existing file ?
(A) File -» Start (B) File -> Open (C) File -> Display (D) File -> View
186) In KompoZer,Open toolbutton is located which toolbar ?
(A) Composition Toolbar (B) Edit Mode Toolbar
(C) Format Toolbar - 1 (D) Format Toolbar -2
187) In KompoZer, which menu - option is used open a file which has been recently opened
(A) File -» Current Pages (B) File -» Latest Pages
(C) File -> Recent Pages (D) File —> Fresh Pages
188) In KompoZer, which menu - option is used create a new form ?
(A) File -» Form —> Define Form (B) Insert -> Form -» Define Form
(C) Format -> Form -> Define Form (D) View -» Form -> Define Form
190) In KompoZer toolbutton used to desigi new form is located on which toolbar ?
(A) Composition Toolbar (B) Edit Mode Toolbar
(C) Format Toolbar - 1 (D) Format Toolbar -2
191) Which dialog box opens when tool button located on Composition toolbar is clicked ?
(A) Form Description (B) Form Properties
(C) Form Document (D) Form Template
192) Which option of Form properties dialog box shows added options for the form when clicked ?
(A) More Properties (B) Extra Properties (C) View Properties (D) Add Properties
193) Which options are displayed beneath Setting of Form properties dialog box ?
(A) Form Name (B) Action URL (C) Method (D) All of these
194) In which option is form name typed in Form properties dialog box ?
(A) Form Name (B) Action URL (C) Method (D) Any of these
195) In which option of Form properties dialog box is the name of file entered where the form data has to be submitted
? (A) Form Name (B) Action URL (C) Method (D) Any of these
196) In which option of Form properties dialog box can GET or POST method selected ?
(A) Form Name (B) Action URL (C) Method (D) Any of these
197) On clicking OK button after entering all details in Form properties dialog box, what is the form named by default
? (A) Untitled (B) New (C) Form (D) Document
198) In KompoZer a form is with which color outline by default ?
(A) Light Red (B) Light Green(C) Light Yellow (D) Light Blue
199) In KompoZer, in Normal view, the forms areshown surrounded by which colored dotted box?
(A) Black (B) Blue (C) Red (D) Green
200) What can be placed in the form surrounded by dotted blue box ?
(A) Text Box, Text area (B) Radio Button, Check box, Drop Down Menu
(C) Submit button, Reset Button(D) All of these
201) Which key is pressed to make space for work in dotted blue box surrounding form for work ?
(A) Enter Key (B) Control Key
(C) Page Up/Page Down Key (D) Insert Key
202) In KompoZer, which menu-option is used to create a form label ?
(A) Format -» Form -> Define Label (B) Form -^ Insert -> Define Label
(C) Insert -> Form -> Define Label (D) View -> Form -> Define Label
203) What should be placed where form label should appear ?
(A) Pointer (B) Cursor (C) Arrow Key (D) Tab Key
204) Where should it be clicked to come out of the label field ?
(A) Outside field, above or below it (B) Outside field, on left or right side
(C) Any place outside field (D) On the field
205) In KompoZer, which menu-option is used to create a input text field in Form ?
(A) View —> Form —> Form Field (B) Insert -> Form -> Form Filed
(C) Format -> Form -> Form Field (D) Form -> Insert -> Form Field
206) Which input field type options are displayed in Field Type drop down menu of Form field properties dialog box ?
(A) Text, Password, Check Box, Radio Button (B) Submit Button, Reset Button, Button
(C) File, Hidden, Image (D) All of these
207) Which properties are displayed when More Properties option of Form field properties dialog box is clicked ?
(A) Field Size (B) Maximum Length (C) Both (A) and (B) (D) None of these
208) Which option of Form field properties dialog box should be used to show some text before the user actually enters
data ? (A) Initial Value (B) Default Value (C) Display Value (D) Form Value

9 SYSCON COMPUTER EDUCATION STD-12


209) The value of Field size and Maximum Length properties of textbox are given under which properties ?
(A) Text box Properties (B) Field Properties
(C) Master Properties (D) Fewer Properties
210) In KompoZer, which menu-option is used to insert submit button in the form ?
(A) View -> Form -> Form Field (B) Insert —> Form —> Form Field
(C) Format —> Form —> Form Field (D) Edit -> Form -> Form Field
211) What should be the value of Field Value to insert submit button in the form ?
(A) Submit (B) Button (C) Add (D) Send
212) To preview the form Preview toolbutton of which toolbar should be clicked ?
(A) Edit Mode Toolbar (B) Composition Toolbar
(C) Format Toolbar 1 (D) Format Toolbar 2
213) Which program relieves a programmer from the tedious job of writing the source code which takes a long time ?
(A) HTML (B) JavaScript (C) KompoZer (D) All of these
214) Which tab of KompoZer can be clicked to see the source code of the form ?
(A) Design (B) Source (C) Split (D) Any of these
215) In KompoZer, which menu-option is used to save a file ?
(A) File -» Keep (B) File -^ Store (C) File -> Save (D) File -> Put
217) In KompoZer, Save toolbutton is located on^ which toolbar ?
(A) Edit Mode Toolbar (B)Composition Toolbar!
(C) Format Toolbar 1 (D)Format Toolbar 2
218) Which dialog box opens when save toolbuttoi is clicked in KompoZer ?
(A) Page Title (B) Form Title (C) Save (D) Save As
219) Where is the webpage displayed ?
(A) Webserver (B) Web Database (C) Web Browser (D) Web Source code
220) Where is the page title of webpage displayed ?
(A) Title bar (B) Menu bar (C) Toolbar (D) Status bar
221) Whose name as title page should be give when multiple webpages are created ?
(A) Web browser (B) Web Server (C) Web Source code (D) Website

222) What is displayed when OK button of Pagi Title dialog box of File —> Save option clicked ?
(A) Dialog box of Save (B) Dialog box of Save As
(C) Dialog box of Save Page As (D) Dialog box of Page As
223) With which extension a file in KompoZer b saved ?
(A) .htm, .html (B) .hmt, .hmtl (C) .cp, .cmp (D) .pub, .pab
224) With which name shall the page be saved when that page is the home page that will open when you type the
website's URL ?
(A) master.html (B) home.html (C) main.html (D) indexhtml
225) From which toolbar is Heading selected to give title to the form ?
(A) Format Toolbar 1 (B) Format Toolbar 2
(C) Composition Toolbar (D) Edit Mode Toolbar
226) How many types of headings are available in paragraph format of Format Toolbar 1 ?
(A) Four (B) Five (C) Six (D) Seven
227) On which toolbar is Align Center icon which is used to align Form heading in center located ?
(A) Format Toolbar 1 (B) Format Toolbar 2
(C) Composition Toolba (D) Edit Mode Toolbar
228) How many types of alignment for text are available on Format Toolbar 2 ?
(A) Two (B) Three (C) Four (D) Five
229) Which alignment is available for text alignment in KompoZer ?
(A) Align Left, Align Right (B) Align Center
(C) Align Justified (D)A11 of these
230) Which menu-option is used to create label in form ?
(A) Form -> Insert —> Define Label (B) Insert -> Form —> Define Label
(C) Form -> Insert -> Add Label (D) Insert —> Form —> Add Label
231) Which menu-option is used to create label for input field in form ?
(A)Insert -> Form —> Form Field (B) Form —> Insert —> Form Field
(C) Insert -> Form —> Form Input (D) Form —> Insert -> Form Input
232) Which type of field is useful when only one option from the given options is to be selected ?
(A) Radio Button (B) Check Box (C) Text Area (D) (A) or (B)
233) Which menu-option is used to create radio button in form ?
(A) Insert —> Form —> Form Input (B) Form —> Insert —> Form Field
(C) Insert —> Form —> Form Field (D) Form —> Insert —> Form Input

10 SYSCON COMPUTER EDUCATION STD-12


234) When radio button option is selected in Field Type then which option is seen in Field Setting ?
(A) Group Name (B) Field Value (C) Initially Selected (D) All of these
235) Which option should be selected when a radio button should appear selected by default?
(A) Group Name (B) Field Value
(C) Initially Selected (D) Initially Checked
236) How should the name of radio buttons in same group be ?
(A) Same (B) Different (C) Various forms (D) Any of these
237) Which type of field is useful when one or more than one options from the given options are to be selected ?
(A) Radio Button (B) Check Box (C) Text Area (D) (A) or (B)
238) Which menu-option is used to create check box in form ?
(A) Insert -» Form -> Form Input (B) Form —»Insert —> Form Field
(C) Insert —> Form —» Form Field (D) Form —> Insert —» Form Input
239) When check box option is selected in Field Type then which option is seen in Field Setting ?
(A) Field Name (B) Field Value (C) Initially Checked (D) All of these
240) Which option should be selected when a check box should appear selected by default ?
(A) Field Name (B) Field Value (C) Initially Checked (D) Initially Checked
241) Which type of field is used to insert multiline textbox ?
(A) Radio Button (B) Check Box (C) Text Area (D) (A) or (B)
242) Which menu-option is used to create text area field in form ?
(A) Insert —> Form —> Text Area (B) Form —> Insert —> Text Area
(C) Insert -» Field -> Text Area (D) Field -> Insert -> Text Area
243) Which options are displayed in Setting options of text area Properties dialog box when text area field is created in
form ?
(A) Field Name (B) Rows (C) Columns (D) All of these
244) Where is the text written which should be displayed by default in text area field ?
(A) Field Name (B) Initial Text (C) Rows (D) Columns
245) Whose values should be given to create text area field?
(A) Rows, columns (B) Height, Width (C) Top, Bottom (D) Up, Down
246) What should be used when it is not necessary to display all options at a time on the screen ?
(A) Radio Button (B) Check box (C) Drop Down Menu (D) Text area
247) Which menu-option is used to create dropdown menu in form ?
(A) Insert —> Form —> Dropdown List (B) Insert —> Form —> Selection List
(C) Form -> Insert -> Dropdown List (D) Form -> Insert -» Selection List
248) Which options are displayed in Setting List Properties dialog box beneath option drop down menu ?
(A) Text (B) Value (C) Initially Selected (D) All of these
249) Which buttons are displayed in Selection List Properties dialog box ?
(A) Add Option, Add Group (B) Remove, Advanced Edit
(C) Move Up, Move Down (D) All of these
250) Which button should be clicked to add various options of dropdown list ?
(A) Add Group (B) Add Option (C) Advanced Edit (D) Remove
251) Which menu-option is used to create Submit/ Reset button in form ?
(A) Insert —> Form —> Form Field (B) Form -> Insert -> Form Field
(C) Insert -» Button -> Form Field (D) Button —> Insert -» Form Field
252) What is by default background color of form KompoZer ?
(A) Red (B) Yellow (C) Light Blue (D) White
253) Which menu-option is used to change background color of form ?
(A) Edit —> Page Colors and Background (B) Format -> Page Colors and Background I
(C) View -> Page Colors and Background (D) Change —> Page Colors and Background I
254) Which dialog box opens when one select! format 'Page Colors and Background option! change background color
of form ?
(A) Page Colors and Background (B) Form Colors and Background
(C) Page Background and Colors (D) Background Colors
255) Which option should be selected in Page Coloi and Background dialog box to background color of form ?
(A) Reader's default Colors (B) Use custom Colors
(C) Background Image (D) Any of these
256) Which type of colors can be changed using Use custom colors of Page Color and Background dialog box ?
(A) Normal text, Link text (B) Active link text, Visited link text
(C) Background (D) All of these
257) Which value should be given to type attribute of input element to create textbox in form ?
(A) Input (B) Text (C) textual (D) None of these

11 SYSCON COMPUTER EDUCATION STD-12


Ch-2 Cascading Style Sheets and JavaScript
-------------------------------------------------------------------------------------------------------------------
Choose the most appropriate option from those given below:
(1) Which of the following allows specifying styles for the visual elements of the website?
(A) Cascading Stylesheets (B) Web page (C) Form (D) Animation
(2) Which of the following is known as special symbol in the syntax of CSS ?
(A) Rules (B) Selector (C) Declaration (D) Input
(3) Which of the following are two main parts of CSS rule ?
(A) Selector, declaration (B) Select, declaration (C) Selector, declare
(D) Selection, declaration
(4) Which of the following is an HTML element on which style can be applied ?
(A) Declaration (B) Selector (C) Select (D) Declare
(5) Which of the following is the syntax of CSS ?
(A) select {property : value} (B) selector {value : property}
(C) selector {property : value} (D) selection {property : value}
(6) Which of the following has developed JavaScript ?
(A) Yahoo (B) Google (C) Wikipedia (D) Netscape
(7) Which of the following is a scripting language that allows adding programming to webpages ?
(A) Action script (B) JavaScript (C)HTML (D)CSS
(8) Which of the following is a scripting language that is simple, lightweight programming language that
does not contain advanced programming functionalities ?
(A) JavaScript (B) HTML (C)C (D)Java
(9) Which of the following tag is used to insert JavaScript code into an HTML page ?
(A) <script>... <script> (B) <script>... </script>
(C) <script>... <//script> (D)</script>... </script>
(10) Which of the following symbol signifies the start and end of a JavaScript block ?
(A) Semicolon (B) Square bracket (C) Curly bracket (D) Round bracket
(ll) Which of the following is a reusable block of code that performs a particular task ?
(A) Array (B) Code (C) Program (D) Function
(12) Which of the following statement is used to return a value in a function ?
(A) Return (B) Function (C) Select (D) Send
(13) Which of the following is generated by the browser due to interaction between the user and the webpage ?
(A) Function (B) Response (C) Event (D) Value
(14) Which of the following is not an event ?
(A) Abort (B) Mouseover (C) Set (D) Load
(15) Which of the following is a container for storing data ?
(A) Variable (B) Integer (C) Event (D) Event handler
(16) Which of the following stands for BOM ?
(A) Browser Of Model (B) Browser Object Model
(C) Browser Object Modelling (D) Browse Object Model
(17) Which of the following is the top level object in the browser object model ?
(A) Window (B) Document (C) Page (D) Location
(18) Which of the following stands for NaN ?
(A) Not a Numeric (B) Not a Number (C) Not a Noun (D) Not an Numeric
1) What is the full form of CSS ?
(A) Computing Stylesheet (B) Cascading Stylesheet
(C) Computing Style Service (D) Cascading Secure Sheet
2) ..........allows you to specify styles for the visual elements of the website.
(A) DHTML (B) HTML (C) CSS (D) CHS
3) What is the use of CSS ?
(A) To arrange the visual elements (B) To specify styles for the visual elements
(C) To prepare coding of HTML (D) To prepare JavaScript
4) Which is the wrong statement for CSS ?
(A) Specifies styles for the visual elements.
(B) Keeps it separate from the details of how to display the content.

12 SYSCON COMPUTER EDUCATION STD-12


(C) Specify the appearance of particular page elements on the screen.
(D) Arrange the visual elements.
5) .......... is not the benefit of keeping the style separate from the content.
(A) Arrange the visual elements (B) Avoid duplication in coding
(C) Easy maintenance of code
(D) Use the same content with different styles for different purposes
6) .........can be used for the information to be pul on internet.
(A) CSS (B) HTML (C) DHTML (D) All of these
7) ........specifies the styles for the visual elements,
(A) CSS (B) HTML (C) DHTML (D) All of these
8) ..........can be done using CSS.
(A) Control the font types of font and elemen colors
(B) Background features (C) Control the positions of elements (D) All of these
9) .......... sheet can be used to add special characters in the website.
(A) Spread (B) Work (C) Style (D) Main
10) The syntax of CSS consists of special symbols known as...........
(A) regulation (B) rules (C) style (D) cascade
11) A CSS rule has..........main parts.
(A) 2 (B) 3 (C) 4 (D) 5

12) CSS syntax uses..........brackets.


(A) ( ) (B) { } (C) [ ] (D) < >
13) ..........is not the part of the CSS syntax.
(A) Selector (B) Declarations (C) HTML details (D) None of these
14) ..........is taken as a selector.
(A) HTML details (B) HTML element (C) Any name (D) Identifier
15) Style can be applied to..........
(A) HTML element (B) Any name (C) Identifier (D) Parameter
16) CSS rules contain..........part.
(A) property (B) value for the property (C) (A) and (B) both (D) (A) or (B)
17) .......is the wrong statement for the CSS syntax.
(A) Selector must be an HTML element (B) CSS syntax is divided into two parts
(C) More than one property can be used (D) Property and value is separated using;
18) ..........is the correct syntax of CSS.
(A) Selector {Property ; Value} (B) Selector {Property : Value};
(C) Selector {Property : Value} D) Selector [Property : Value]
19) As per our syllabus, using..........software CSS is created.
(A) Notepad (B) KompoZer (C) Gedit (D) CompoZer
20) KompoZer uses..........as default.
(A) CSS (B) HTML (C) DHTML (D) PHP
21) Using..........we can get confirmation that CSS is used by default by KompoZer.
(A) Edit —> Preferences (B) Tools -> Preferences (C) (A) or (B) (D) None of these
22) How to open option dialog box in KompoZer ?
(A) Edit —> Preferences (B) Tools ~» Preferences (C) (A) or (B) (D) View -> Preferences
23) ..........statement is wrong about the KompoZer software.
(A) CSS can be added with HTML (B) CSS can be added easily
(C) KompoZer can only be used for CSS (D) All of these
24) Cascade button is on......toolbar of KompoZer.
(A) Standard toolbar (B) Composition toolbar (C) Format toolbar (D) Drawing toolbar
25) While preparing a style, if a new file is opened and not saved by giving a filename then.......... dialog box
opens.
(A) Option (B) Page title (C) New (D) Save
26) The element which is used to define Stylesheet rule that CSS Stylesheet dialog box is under
..........heading.
(A) External Stylesheet (B) Internal Stylesheet (C) Right Stylesheet (D) General Stylesheet
27) ..........tab is not displayed on the right side of CSS Stylesheet dialog box

13 SYSCON COMPUTER EDUCATION STD-12


(A) General (B) Number (C) Text (D) Box
28) ..........section is used to give specific style to the HTML element.
(A) General (B) Text (C) Background (D) All of these
29) ..........button is clicked to insert an image as the background while preparing style.
(A) Choose file '(B) Select file (C) Browser (D) Select image
30) ..........tab displays the Stylesheet rule that is given to the element.
(A) General (B) Box (C) Aural (D) Code
31) How many buttons are there in CSS Stylesheets to prepare style ?
(A) 5 (B) 6 (C) 7 (D) 8
32) ..........view is selected to see the source code of CSS Stylesheet.
(A) Design (B) Source (C) Split (D) Normal
33) ..........is false for CSS Stylesheet.
(A) To modify the Stylesheet user can make changes in CSS file.
(B) CSS has less-code compared to that in HTML.
(C) The webpages will load faster.
(D) CSS structure makes the website slow and inefficient.
34) ..........is the disadvantage of CSS.
(A) CSS has less-code compared to that in HTML (B) Compatibility varies with different browsers.
(C) Stylesheet features are not supported by the browser (D) (B) and (C) both
35) ..........type of webpage is static.
(A) HTML (B) DHTML (C) JAVASCRIPT (D) All of these
36) ..........company has developed the JavaScript.
(A) Microsoft (B) ORACLE (C) Netscape (D) Intel
37) .......... is a simple, lightweight programming language that does not contain the advanced programming
functionalities of language.
(A) JavaScript (B) HTML (C) DHTML (D) None of these
38) ..........controls appearance of the webpage.
(A) JavaScript (B) HTML (C) DHTML (D) PHP
39) What is the use of JavaScript in a webpage ?
(A) To improve the design (B) To validate the forms. (C) (A) and (B) both
(D) To change the modern format in a webpage
40) ..........browser supports JavaScript.
(A) Mozilla Firefox (B) Chrome (C) Safari and Internet Explorer (D) All of these
41) JavaScript can be used for a......in a webpage.
(A) interactivity with the user (B) control the browser
(C) dynamically create HTML content (D) All of these
42) What type of a script is JavaScript ?
(A) Application client side (B) Application server side
(C) For any webpage (D) All of these
43) It is used to validate the data entered in the HTML forms on the..........before sending it to the server.
(A) Server side (B) Client side (C) HTML details (D) All of these
44) ....... can be checked in a form by using JavaScript.
(A) Has the user left any required field empty ?
(B) Has the user entered a valid date ? (C) Check whether contents of two fields are same or not ?
(D) All of these
45) ..........is not true for JavaScript.
(A) JavaScript is used to improve the design
(B) JavaScript contains the advanced programming functionalities of languages like C and Java.
© JavaScript vaMates \he foray
(D) Browsers like Chrome and Safari supportj JavaScript
46) ..........is true for JavaScript.
(A) JavaScript is not a case sensitive language
(B) The lines between the <script> and </script> tag contains the JavaScript code
(C) JavaScript is not included with HTML
(D) JavaScript can not be inserted directly as an independent part in a webpage

14 SYSCON COMPUTER EDUCATION STD-12


47) Generally it is preferred that the JavaScript code should be placed in the..........tag.
(A) <body>.....</body> (B) <head>.....</head>(C) <title>.....</title> (D) <form>.....</form>
48) The..........tag tells the browser to interpret all the text between the <script> tags as a script.
(A) <body> (B) <head> (C) <script> (D) <form>|
49) In document.write ("HELLO DIVYAKANT SIR"), ..........is the method.
(A) document (B) write (C) HELLO STUDENT (D) none of these
50) .......... is the correct command to display something directly in the browser.
(A) print.write () (B) document.write () (C) display.write () (D) write.document () j
51) In document.write ("Enjoy Computer with Divyakant Sir");..........is the object.
(A) document (B) write (C) saraswati (D) none of these
52) ..........symbol is optional in JavaScript.
(A) ColonO) (B) Semicolon(;) (C) Full stop(.) (D) Double quotes("")
53) What is the use of semicolon in JavaScript ?
(A) Termination of statement (B) Separation of statement(C) Merge two statments(D) All of these
54) Putting a.......is a good programming practice.
(A) colon (:) (B) @ (C) ; semi colon (D) #
55) JavaScript statements are written in ..........brackets.
(A) <> (B) ( ) (C) { } (D) [ ]
56) JavaScript statements can be grouped together in a...........
(A) function (B) routine (C) (A) or (B) (D) main block
57) Functions are defined with..........keyword.
(A) function (B) main (C) void main (D) func
58) ..........is the inbuilt function.
(A) Validate Form () (B) alert (C) form () (D) none of these
59) Function is also known as...........
(A) routine (B) dynaset (C) task (D) procedure
60) I What is the use of alert () function ?
(A) Accepts the content (B) Displays the content (C) (A) and (B) both
(D) Accepts the data from the user
61) ..........type of function is alert().
(A) User defined (B) Built-in (C) Simple and easy (D) None of these
62) ..........statement is false about the function.
(A) Function can be called from any location in the source code
(B) Function can only be defined in the body section
(C) Function only accepts the value given in its brackets (D) Function can be called by its name
63) Values given in the function are known as........
(A) variable (B) arguments (C) parameters (D) (B) or (C)
64) ..........statement is used to stop the execution of the function and return a specific value.
(A) end (B) exit (C) retain (D) pause
65) When user clicks the submit button is known as ..........
(A) events (B) event handler (C) work (D) process
66) ..........is used to make interactive page which respond to the event done by user.
(A) HTML (B) DHTML (C) Java Programming (D) JavaScript
67) ..........is created by the interaction of user and webpage.
(A) Events are created(B) Event handler is created (C) Process is done (D) Work is done
68) When loading of image is cancelled, it is known as..........event.
(A) blur (B) abort (C) load (D) unload
69) When an error occurs while loading an image, it is known as..........event.
(A) unload (B) blur (C) error (D) reset
70) When element such as button becomes active, it is known as..........event.
(A) active (B) blur (C) focus (D) select
71) When user leaves a page, it is known as..........event.
(A) unload (B) reset (C) error (D) blur
72) When mouse pointer is over the particular element, it is known as..........event.
(A) select (B) mouseover (C) submit (D) load
73) When document or image is loaded, it is known as..........event.

15 SYSCON COMPUTER EDUCATION STD-12


(A) load (B) select (C) click (D) submit
74) ..........is the event handler.
(A) HTML Code (B) JavaScript Code (C) DHTML Code (D)Java programming Code
75) .......... specific code is executed when a particular event occurs.
(A) JavaScript (B) HTML (C) Java (D) DHTML
76) ..........is not an event handler.
(A) onclick () (B) onsubmit ( ) (C) load ( ) (D) onfocus ( )
77) ..........is not an event handler.
(A) blur (B) exit (C) reset (D) error
78) .......... is the name of event handler for the 'click' event.
(A) Click () (B) On Click () (C) On Click {} (D) On Click [ ]
79) .......... is the name of event handler for the 'submit' event.
(A) OnSubmit () (B) Submit () (C) onsubmit () (D) onSubmit ()
80) ..........means the storage for storing values.
(A) Variable (B) Parameter (C) Identifier (D) All of these
81) ..........is used to declare variables in JavaScript.
(A) Var (B) var (C) VAR (D) vr
82) ..........is true for the variables in JavaScript.
(A) Variable is case sensitive (B) Number, string or characters can be stored in variable
(C) Variables can be declared by using var keyword (D) All of these
83) ..........is the use of if statement.
(A) Conditional statement to change the flow of program
(B) Checks for the validation of condition (C) (A) and (B) both
(D) For non-conditional work
84) BOM stands for...........
(A) Browser Oriented Model (B) Browser Object Model
(C) Big Object Model (D) Big Oriented Model
85) What is the use of Browser Object Model ?
(A) To arrange the objects in browser (B) To change the webpage
(C) To control the elements of the webpage (D) All of these
86) All browsers are split into different parts or objects that can be accessed using JavaScript. These parts
are known as..........
(A) BOM (B) BOC (C) MOB (D) OBC
87) The top level object in the browser object model is.........object.
(A) document (B) form (C) window (D) link
88) The window object is the.......... object in the browser.
(A) main (B) global (C) changer (D) normal
89) Why the window object is known as the global! object ?
(A) Because it is common in all the browsers.
(B) Because all other browser objects arl contained within it.
(C) Because it is the top object of BOM.
(D) All of these
90) By..........web browser window is controlled in window object.
(A) methods (B) properties (C) (A) and (B) Both (D) document
91) What is included in object ?
(A) Document object (B) Form object (C) Radio object (D) All of these
92) .......... is the most important object in thel browser object model.
(A) Form object (B) Document object (C) Radio object (D) Checkbox object
93) .......... object is used to display webpage in a browser.
(A) Location object (B) Form object (C) Document object (D) Textarea object
94) ..........is included in the document object of BOM.
(A) Form (B) Images (C) Links and other elements(D) All of these
95) ..........object is used to give reference to other objects.
(A) Element (B) Document (C) Link (D) All of these
96) ..........can be the object as the element object of browser object mode.
(A) Radio button (B) Text box (C) Check box (D) All of these

16 SYSCON COMPUTER EDUCATION STD-12


97) ..........method is used to take the control to the specific element of the form.
(A) Focus (B) Alert (C) Document (D) Confirm
98) When focus () method is used ?
(A) Any time in JavaScript (B) After getting alertO message
(C) After getting confirm message (D)When the for is created
99) In internet some fields in the form aredisplayed with red asterisk (*) is known as....
(A) this field is optional. (B) this field is mandatory, can't leave it blank.
(C) this field is out of the reach. (D) only correct information is to be filled up.
100) _________is used to clear the validation of the entered data.
(A) HTML (B) DHTML (C) Java (D) JavaScript
101) _______is not the inbuilt function.
(A) isNaN () (B) alert () (C) if () (D) confirm ()
102) _______built in function is there to work with number in Javascript
(A) digits () (B) isNaN () (C) isnan () (D) alert ()
103) _______is the most used numerical function in Javascript.
(A) isNaN () (B) Number () (C) digits () (D) None of these
104) NaN stands for_________.
(A)Number and Number (B)Not a Number (C)Not a numeric (D)Numeric and Number
105) isNaN(123) will give__________output.
(A)true (B)False (C)erroe (D)123
(106) isNaN(“Sujal”)will give_______output.
(A)true (B)False (C)erroe (D)hello
(107) __________element is used to write script in HTML.
(A)<head>…</head> (B)<script>…</script> (C)<scr>…</scr> (D)<body>…</body>
Ch-3 Designing Simple Website using KompoZer
1) A.......plays a very important role in a business now-a-days.
(A) folder (B) computer (C) website (D) file
2) Which statement is wrong about the website ?
(A) It helps in presenting the business to the world (B) It helps in attracting less number of customers
(C) It helps in selling the products (D) It helps in promoting the business
3) What is a website ?
(A) Collection of files (B) Group of directories
(C) Interlinked collection of WebPages (D) Collection of advertisements
4) How should be the website ?
(A) User friendly (B) Accurate (C) Informative (D) All of these
5) .........in the website will enable the company to get the maximum amount of traffic, therefore making the
maximum amount of profit.
(A) Website is interactive (B) Website is user friendly
(C) Website is providing accurate and useful information(D) All of these
6) As per our syllabus, .......... software is to be used to create websites.
(A) PHP (B) KompoZer (C) Notepad (D) Publisher
7) How should be the planning of the website ?
(A) Interactive (B) Precise and easily understandable (C) User friendly (D) All of these
8) Before creating a website, we should be clear with the..........of the website.
(A) definition (B) aim (C) both (A) and (B) (D) thinking
9) What should be the purpose of the website ?
(A) To provide information to a group of people (B) To attract the new customers
(C) To sell the products online (D) All of these
10) Having decided the purpose, ......... of the website can be properly developed.
(A) content (B) layout (C) both (A) and (B) (D) investment

17 SYSCON COMPUTER EDUCATION STD-12


11) What kind of information should be there in the website ?
(A) General (B) Detailed (C) Containing specific and non-specific data (D) All of these
12) The proportion of the different type and extent of detailed and specific information depends on the...........
(A) nature of the expected audience (B) nature of the website
(C) nature of the investment (D) All of these
13) The user expectations from the website are important to know for...........
(A) it helps to develop the appropriate content and layout of the site
(B) getting information about how much investment to be done
(C) we can come to know about the interest of the people
(D) All of these
14) In case, large graphical files are kept on the website..........can happen.
(A) website becomes attractive (B) they will take a long time to download
(C) users can become impatient while waiting for large files and leave the site (D) All of these
15) What kind of information should be there in the website ?
(A) Complete and relevant (B) Complete and irrelevant
(C) Incomplete and irrelevant (D) Complete, irrelevant and unattractive
16) Excessive use of irrelevant information can cause.......... frustration to the users as they are unable to seek the
specific data.
(A) we can come to know about the products of the company
(B) we can come to know about the services of the company
(C) both (A) and (B)
(D) frustration to the users as they are unable to seek the specific data
17) What is the advantage of having navigation in the website ?
(A) Moving from one page to another is easy (B) The user knows where he is
(C) Easily get back to home page (D) All of these
18) ..........ensures that site can serve its intended purpose.
(A) Ensuring that appropriate information (both general and detailed) is available
(B) It is easily accessible (C) It becomes valuable tool for individual (D) All of these
19) The website design should scale for the devices like...........
(A) computers (B) smart phones (C) tablets (D) All of these
20) The website should be designed keeping in mind that it is well displayed in all the popular web browsers like........
(A) Internet Explorer (B) Mozilla Firefox (C) Chrome, Opera (D) All of these
21) ..........is not the web browser program.
(A) Internet Explorer (B) Mozilla Firefox (C) Chrome, Opera (D) KompoZer
22) ..........is the entry page of website.
(A) Home page (B) Contact us page (C) Address page (D) Contact me page

23) The first page of the website is known as..........


(A) Main page (B) Home page (C) Contact us page (D) Address page
24) The..........of the website is the first page that opens when the user enters the URL address in the address bar of the
browser.
(A) Home page (B) Contact us page (C) Main page (D) Any one of these
25) Generally what is there in the home page of the website ?
(A) List of categories of products (B) Categorized pictures (C) Necessary hyperlinks (D) All of these
26) ..........is useful to insert a table in KompoZer.
(A) Table -> Insert Table (B) Insert-> Table (C) Table-> Draw Table (D) Insert -> Draw Table
27) Generally.......... name is given to the home page.
(A) Home.html (B) index.html (C) bill.html (D) homepage.html
28) Where is each website created on web server ?
(A) In a directory (B) As an independent file (C) On C drive (D) As per user's choice
29) Each webpage is an independent file on..........
(A) a website (B) a web server (C) computer (D) All of these
30) What is the predefined file used to display content by web server.

18 SYSCON COMPUTER EDUCATION STD-12


(A) Name of a particular website (B) homepage.html (C) index.html (D) mainpage.html
31) When webserver appends the URL without file name, then server displays........file by default.
(A) index.html (B) predefined file (C) both (A) and (B) (D) mainfile.html
32) How to insert an image in a cell of a table ?
(A) Insert -> Picture (B) Insert -> Image (C) Insert -> Clipart (D) Insert -> Cell -^ Image
33) ..........command is used to change the title of the webpage.
(A) Format —> Page Title (B) Format -> Properties
(C) Format —> Page Title & Properties (D) Edit -* Page Title
34) ..........command is used to give the links to the categories.
(A) Insert —> Link (B) Format —» Link (C) Insert -> Hyperlink (D) Edit -> Hyperlink
35) When JavaScript is used in the webpage, the details are separated using...........
(A) , (comma) (B) ; (semi colon) (C) : (colon) (D) #(hash)
36) When JavaScript is used in the webpage, the details of production are separated using...........
(A) , (comma) (B) : (colon) (C) ; (semi colon) (D) # (hash)
37) What is a cookie ?
(A) One type of parameter (B) A person making food (C) Variable stored in user's computer (D) Identifier
38) ........type of information is provided by cookie.
(A) Provide feature to remember (B) Track preferences, purchases, commissions
(C) Both (A) and(B) (D) None of these
39) JavaScript can manipulate cookies using the.....
(A) cookie property of the document object. (B) cookie property of the image object.
(C) cookie property of the table object. (D) None of these
40) What can be done on a cookie ?
(A) Can be read (B) Can be created (C) Can be modified and deleted (D) All of these
41) We are converting the data into number by using function...........
(A) parsfloat () (B) parseFloat () (C) parseflot [ ] (D) parsecarec ()
42) Publishing the website is known as...........
(A) uploading (B) downloading (C) surfing (D) none of these
43) The process of publishing a website means to transfer the webpages, images and style sheets related to the site, to
a web server from which they may be accessed by the users. It is known as...........
(A) surfing (B) uploading (C) downloading (D) none of these
44) What is necessary to upload a website ?
(A) Our account on web server (B) Internet service (C) Computer (D) All of these
45) ISP stands for...........
(A) Internet Service Product (B) Internet Service Provider
(C) Internet Source Product (D) Internet Source Provider
46) .......offers limited free space on the web server.
(A) ISP (B) Computer (C) URL (D) All of these
47) Alternatively, to upload the website, there are many..........that provide limited free space to the users.
(A) web hosts (B) organizations providing hosting (C) both (A) and (B) (D) None of these
48) The free space can also be achieved for a limited time period from...........
(A) web hosts (B) organizations providing hosting (C) both (A) and (B) (D) none of these
49) To publish a site, we need to know the settings for the space to set up the system using..........
(A) File -> Website -> Publish (B) File ^Publish (C) Format -> Publish (D) File -> Go -+ Publish
50) FTP stands for...........
(A) File Transfer Procedure (B) File Transfer Protocol (C) Format Transfer Protocol(D) File Trans Protocol
51) URL stands for...........
(A) Universal Research Locator (B) United Resource Location
(C) Universal Resource Location (D) United Resource Location
52) ........... is not the open source IDE for web development.
(A) KompoZer (B) Aptana Studio (C) Amaya (D) Notepad
53) IDE stands for...........
(A) International Development Environment (B) Integrated Developed Environment

19 SYSCON COMPUTER EDUCATION STD-12


(C) Integrated Development Environment (D) Integrated Development Engine
54) What is the function of open source "Aptana Studio" ?
(A) Coding of scripting (B) Development of web application (C) Crating websites (D) All of these
55) Aptana Studio is a complete web development environment which provides language support for...........
(A) HTML, JavaScript (B) CSS, Ruby (C) Rails, PHP (D) All of these
56) We have to study.......version of Aptana Studio.
(A) 2.0.5 (B) 3.0 (C) 1.0 (D) 4.0.5
57) Aptana studio can develop web application using..........
(A) HTML (B) CSS (C) JavaScript (D) All of these
58) ..........website is useful to download Aptana Studio.
(A) www.aptana.com (B) www.aptana.org (C) www.apt.com (D) www.aptana.com.org
59) Aptana studio open source can make projects using...........
(A) PHP (B) Rails (C) Ruby or web (D) All of these
60) What is BlueGriffon ?
(A) WYSIWYG type general editor (B) WYSIWYG type HTML editor
(C) A facility for speed calling (D) One open source communication
61) BlueGriffon open source can be easily downloaded from...........
(A) www.bluegriffon.com (B) www.bluegriffon.org (C) www.blue.org (D) www.bgriffon.com
62) ........language is not supported by BlueGriffon.
(A) English (B) Dutch, German (C) Hindi (D) Chinese
63) We have......version of BlueGriffon open source.
(A) 1.62 (B) 2.0.5 (C) 3.04 (D) 3.0
64) ..........type of editor is BlueGriffon.
(A) WYSIWYG (B) Open source WYSIWYG type HTML
(C) WYSIWYG Text (D) Graphics and Text, HTML type web

65) WYSIWYG stands for...........


(A) Why you say is why you get (B) What you say is why you get
(C) What you say is what you get (D) What you say is where you get
66) W3C stands for...........
(A) World Wide Web Consortium (B) World 3 Consortium
(C) World Wide Web Console (D) World Where Web Consortium
67) ..........is not WYSIWYG type editor.
(A) Amaya (B) Bluegriffon (C) Aptana Studio (D) All of these
68) Amaya was initially started as..........editor.
(A) text (B) HTML/CSS (C) web (D) graphic
69) Amaya has now grown into an editor for many ..........based systems.
(A) MXL (B) LXM (C) XML (D) All of these
70) Amaya is..........type of open source editor.
(A) text (B) web (C) graphics (D) none of these
71) Amaya web editor can be downloaded from.....
(A) www.Amaya.com (B) www.Amaya.org (C) www.w3.Amaya.org (D) www.w3.org/Amaya

20 SYSCON COMPUTER EDUCATION STD-12


Ch-4 Introduction to E-Commerce
1) Which of the following is an example for online bookstore ?
(A) Amazon (B) irctc (C) Gmail (D) yahoo
2) Which of the following is newspaper that exists on the Internet in digital form ?
(A) I-newspaper (B) Internet-newspaper (C) www-newspaper (D) E-newspaper
3) Which of the following is the process of buying and selling products by offering the customers to bid the price ?
(A) Marketing (B) Auction (C) Bookshop (D) Booking
4) Which of the following is known as the process of conducting the banking transactions over the Internet ?
(A) Auction (B) Bidding (C) Net banking (D) www-banking
5) Which of the following is a feature of traditional commerce ?
(A) Operates within a certain period of time or during business hours.
(B) Advertising of the product is done electronically.
(C) E-payments systems are used for receiving payment.
(D) Customers can browse through products and offers.
6) Which of the following is a feature of E-commerce ?
(A) Operates within a certain period of time or during business hours.
(B) No sharing of information with competitors.
(C) Location renting or purchasing. (D) Advertising of the product is done electronically.
7) Which of the following is not an advantage of E-commerce ?
(A) Lower cost (B) Conduct business 24 x 7 (C) Security (D) No geographical limitations
8) Which of the following is a disadvantage of E-commerce ?
(A) Privacy (B) Improved customer service (C) Speed (D) Conduct business 24 x 7
9) Which of the following E-commerce business model refers to business and organizations that sell products or
services to consumers over the Internet using websites ?
(A) Business to Consumer (B2C) (B) Business to Business (B2B)
(C) Consumer to Business (C2B) (D) Government to Business (G2B)
10) Which of the following E-commerce business model refers to activities between different business partners ?
(A) Government to Business (G2B) (B) Consumer to Business (C2B)
(C) Business to Business (B2B) (D) Business to Consumer (B2C)
11) Which of the following is a good example of C2C model ?
(A) Auction sites (B) E-newspaper (C) Online purchasing (D) Information services
12) Which of the following E-commerce business model refers to E-commerce activities involving transactions
between and among the consumers ?
(A) Government to Business (G2B) (B) Consumer to Consumer (C2C)
(C) Business to Business (B2B) (D) Business to Consumer (B2C)
13) Which of the following E-commerce business model involves reverse auctions where the consumers determine
the prices of the products or services ?
(A) Consumer to Business (C2B) (B) Business to Business (B2B)
(C) Consumer to Consumer (C2C) (D) Government to Business (G2B)
14) Which of the following e-commerce business model is also a part of E-governance ?
(A) Business to Business (B2B) (B) Consumer to Business (C2B)
(C) Consumer to Consumer (C2C) (D) Government to Citizen (G2C)
15) Which of the following E-commerce business model refers to online non-commercial communication
between the Government agencies, organizations and departments withother Government agencies,
organizations and departments ?
(A) Business to Business (B2B) (B) Consumer to Business (C2B)
(C) Government to Government (G2G) (D) Consumer to Consumer (C2C)
1) Website of an educational institute provides information regarding various...........

21 SYSCON COMPUTER EDUCATION STD-12


(A) courses contents (B) students (C) faculty (D) all of these
2) Website of business organization provide information regarding their...........
(A) products (B) suppliers (C) banks (D) both (A) and (B)
3) Last few decades Internet has become very popular among ...........
(A) individuals (B) business organizations (C) both (A) and (B) (D) villagers
4) Today, internet is being used by people for.........
(A) shopping (B) paying bills (C) banking (D) all of these
5) The use of Internet for conducting any business activities is known as...........
(A) E-commerce (B) F-commerce (C) G-commerce (D) None of these
6) Products like..........are traded online.
(A) books (B) gadgets (C) tickets (D) all of these
7) Today many businesses have set up their own
(A) offices (B) websites (C) farms (D) factories
8) The major areas of business and commercial activities where E-commerce is widely used today is...........
(A) banking and insurance (B) auction of goods C) marketing and selling D) all of these
9) ......... was one of the first applications of E-commerce on Internet.
A) Scrabble (B) Facebook C) Bookshops (D) PlayStore
10) Customers prefer purchasing books via...........
A) internet (B) physical store C) a mall (D) banks
11) Online book stores should have..........on their website.
A) categories B) picture and description C) price and reviews D) all of these
12) n an online book store the search of the book should be by its...........
A) publishers (B) title C) author (D) all of these
13) .........is an online bookstore website.
A) www.amazon.com B) www.gswan.gov.in C) www.irctc.co.in D) None of these
14) .........is not an online bookstore website.
A) www.amazon.com B) www.shopping.indiatimes.com C) www.irctc.co.in D) www.bookshopofindia.com
15) An electronic newspaper is also known as
[A) Elec-Paper C) E-newspaper (B) M-Paper (D) E-Paper
16) The electronic newspaper has advantage over the...........
(A) printed newspaper (B) television news (C) radio news (D) all of these
17) With the advent of .......... technologies, the browser can be set to select the news as interest of the reader.
(A) digital (B) hybrid (C) android (D) analog
18) The Electronic newspaper removes the hassle of..........process.
(A) reading (B) printing (C) writing (D) browsing
19) ..........is an example of E-newspaper.
(A) Flipkart (B) Amazon (C) Washington Post (D) Washington DC
20) www.buybooksindia.com is an online ........website.
(A) government (B) railway (C) newspaper (D) bookstore
21) An..........is the process of buying and selling products or services to the highest bidder.
(A) bidding (B) auction (C) selling (D) buying
22) The.....auctions have very limited participation of people.
(A) traditional (B) physical (C) stand alone (D) small
23) Auctions implemented using E-commerce technologies are known as .......... auction.
(A) traditional (B) physical (C) stand alone (D) online
24) Auction websites provide the platform for both the seller and the...........
(A) buyers (B) bidders (C) members (D) all of these
25) The person who places the product on the website is known as the...........
(A) seller (B) bidder (C) member (D) none of these
26) The person who bids for a product on the website is known as the...........
(A) seller (B) bidder (C) member (D) none of these
27) To sell an item through an online site, there is a need to..........with the site.
(A) sell (B) buy (C) register (D) have contact

22 SYSCON COMPUTER EDUCATION STD-12


28) .......... of the auction website are required to provide their basic contact information.
(A) Seller (B) Bidder (C) Member (D) None of these
29) ..........is an auction website.
(A) ebay.com (B) Flipkart.com(C) Gswan.gov.in (D) incometax.com
30) Various .......... options are provided to the bidder on the auction site.
(A) payment (B) selection (C) bidding (D) selling
31) ..........is a not a website for online auction.
(A) www.onlineauction.com (B) www.mybids.in (C) www.ubid.com (D) www.flipkart.com
32) ..........is an auction website.
(A) www.irctc.co.in (B) www.ubid.com (C) www.bsnl.co.in (D) www.astroved.com
33) Now-a-days many business websites provide their product..........online over Internet.
(A) catalogue (B) images (C) videos (D) all of these
34) The customers select the products from the websites by adding them to an online...........
(A) box (B) corner (C) shopping cart (D) file
35) After shopping online the user needs to provide ..........details.
(A) shipping (B) user (C) payment (D) booking
36) Today........can be purchased through Internet.
(A) groceries (B) toys (C) mobile (D) all of these
37) Now-a-days some websites provide holiday packages along with...........
(A) clothes (B) airline tickets (C) mobiles (D) toys
38) .........is the Indian railways website for booking railway tickets.
(A) Railways.com (B) Tickets.co.in (C) Irctc.co.in (D) Railtickets.co.in
39) The ticket booked on the Indian Railway site is sent to the users mail and is called .......... of the ticket.
(A) R-copy (B) Ticket copy (C) E-copy (D) T-copy
40) The booked ticket details is also sent to the users mobile in the form of a...........
(A) Mail (B) Phone Call (C) SMS (D) LMS
41) .......... is the popular site used for marketing and selling.
(A) www.homeshopl8.com (B) www.flipkart.com (C) www.myntra.com (D) All of these
42) In online billing, companies send their bills through...........
(A) E-mail (B) Fast-Mail (C) Slow-Mail (D) Post
43) The bills can be paid online on the company's website using...........
(A) credit card (B) debit card (C) both (A) and (B) (D) cheque
44) Example for paying online bills is...........
(A) electric bill (B) BSNL (C) food (D) clothes
45) Educational institutes and universities provide the..........online.
(A) results (B) enrolment forms (C) exam schedule (D) all of these
46) Students can view their.........using the website from anywhere.
(A) results (B) enrolment forms (C) exam schedule (D) all of these
47) Many organizations provide various .......... to be downloaded to use them.
(A) forms (B) information (C) database (D) none of these
48) Companies can also get the information or details about the customers by filling the..........online.
(A) forms (B) information (C) database (D) none of these
49) After selling the products, companies provide ..........support to the customer.
(A) physical (B) medical (C) online (D) all of these
50) An online complaint about any sold electronic product is forwarded to the support.
(A) Doctor (B) Member (C) Engineer (D) Teacher
51) The online complaint ......... can be tracked online.
(A) status (B) support (C) maintenance (D) question
52) Software vendors allow their..........customers to download the recent updates of the software.
(A) legal (B) licensed (C) permitted (D) special
53) Hardware vendors allow their customers to download the device..........from their website.
(A) model (B) type (C) name (D) driver
54) Another name for Electronic Banking is..........

23 SYSCON COMPUTER EDUCATION STD-12


(A) E-Banking (B) Internet-Banking (C) Net-Banking (D) None of these
55) ..........banking is the process of conducting the banking transactions over the Internet.
(A) Online (B) Offline (C) Click (D) Password
56) With the help of online banking customers can avail the..........service.
(A) check account balance at any time. (B) transfer the money from one account to other.
(C) obtain statements for any credit or debit. (D) all of these.
57) In online banking customers cannot...........
(A) physically deposit a cheque (B) find transaction status
(C) pay various bills like telephone, electricity (D) request for a cheque book.
58) For online banking the customer is provided with a..........to logon to the bank site.
(A) PAN (B) TIN (C) Password (D) Cheque number
59) The URL of State Bank of India is ...........
(A) www.sbi.com (B) www.sbionline.com(C) www.statebankofindia.com(D) www.onlinesbi.com.
60) With online banking, money can be transferred from one..........to another.
(A) website (B) account (C) page (D) file
61) The URL of Central Bank of India is ...........
(A) www.centralbankofindia.com (B) www.centralbankofindia.co.in
(C) www.cbofindia.com (D) www.onlinecbi.com
62) The URL of Bank of Baroda is ...........
(A) www.bankofbaroda.co.in (B) www.bob.com (C) www.bobaroda.com (D) www.onlinebob.com
63) The URL of Indian Overseas Bank is ...........
(A) www.iob.in (B) www.iob.com (C) www.iob.co.in (D) www.onlineiob.com
64) The URL of Dena Bank is ...........
(A) www.denabank.in (B) www.denabank.com(C) www.denabank.co.in(D) www.onlinedenabank.com
65) In .......... commerce, the businesses have to compete within a single industry and limited geographical area.
(A) conventional (B) established (C) physical (D) traditional
66) The products that customers prefer to touch, smell or examine precisely are difficult to sell using ...........
(A) M-commerce (B) Net-Banking (C) E-commerce (D) None of these
67) Buyers are hesitant in buying .......... items using the Internet.
(A) perishable food items (B) expensive jewellery (C) high fashion clothes (D) all of these
68) The arrangement of products, store design and layout is called...........
(A) decoration (B) merchandizing (C) mercantile (D) business
69) A traditional commerce feature is ...........
(A) operates within a certain period of time. (B) hiring of sales persons, sales manager and many more
(C) location renting, advertising, inventory (D) all of these
70) An E-commerce feature is ...........
(A)electronic advertising (B) E-payment system is followed (C) reduces the per transaction cost(D) all of these
71) E-commerce..........the time taken to perform an overall transaction.
(A) increases (B) reduces (C) browses (D) none of these
72) .......... in India is experiencing a remarkable growth and successfully changing the way people transact.
(A) M-commerce (B) Net-Banking (C) E-commerce (D) None of these
73) ........... has opened up new horizons and opportunities for millions of people.
(A) M-commerce (B) Net-Banking (C) E-commerce (D) None of these
74) Because of Internet, a drastic change is observed in the lifestyles of........parts of India.
(A) urban (B) rural (C) society (D) modern
75) .......... is the key factor for the growth of E-commerce in India.
(A) The growth of technology facility (B) Increase in use of much wider product range
(C) Evolution of the online marketplace (D) All of these
76) The penetration of E-commerce is .......... in India as compared to the other countries.
(A) low (B) high (C) not so good (D) none of these
77) ..........is not an online store.
(A) Flipkart (B) ebay (C) Amazon (D) Railway
78) Online retailers have also started offering a ..........option, which is most preferred method in India.

24 SYSCON COMPUTER EDUCATION STD-12


(A) Cheque-on-delivery (B) Cash-on-delivery (C) Card-on-delivery (D) All of these
79) Almost.......... of Indian E-commerce business uses cash-on-delivery mechanism.
(A) 50% (B) 60% (C) 80% (D) 100%
80) For the consumer,..........makes it easy to reject products at the point of delivery.
(A) cheque-on-delivery (B) cash-on-delivery(C) card-on-delivery(D) all of these
81) ..........sales would rise in the coming years with the availability of faster broadband services and new applications.
(A) M-commerce (B) Net-Banking (C) E-commerce (D) None of these
82) Using E-commerce, a customer can purchase any product anywhere anytime and conduct business ...........
(A) 24 x 7 (B) 48 x 7 (C) 12 x 12 (D) 24 x 12
83) The cost of opening a physical store is very...... as compared to doing business on Internet.
(A) low (B) high (C) not so good (D) none of these
84) ........coverage can be reached through creating a website and uploading it on Internet.
(A) International (B) Universal (C) Large-scale (D) Global
85) ........gives better and quicker customer service.
(A) M-commerce (B) F-Banking (C) E-commerce (D) L-commerce
86) The use of .......... which helps people to exchange information has changed the way organizations interact.
(A) E-mail (B) Slow-mail (C) Fast-mail (D) M-mail
87) E-commerce allows customers to visit the same store virtually with only a few...........
(A) steps (B) jumps (C) skips (D) clicks
88) With the help of E-commerce, the speed of business transactions..........significantly.
(A) increases (B) decreases (C) slows down (D) moves forward
89) E-commerce provides .......... benefit to the society.
(A) buy from home, office or any place. (B) less travelling to purchase a product
(C) health care services (D) all of these
90) ..........is one of the benefits given to the society by E-commerce.
(A) Security (B) Distance Learning and Education (C) Trust (D) Privacy
91) ..........is a limitation of E-commerce.
(A) Security (B) Privacy (C) Lack of trust (D) All of these
92) A primary concern in E-commerce is...........
(A) security (B) privacy (C) lack of trust (D) Initial cost
93) The unwanted mails are called ...........
(A) e-mails (B) promotions (C) spam (D) frauds
94) Using Internet has a serious issue of where information might be intercepted by...........
(A) friends (B) colleagues (C) hackers (D) groups
95) In E-commerce, .......... frauds result into financial loss to the customer.
(A) financial (B) business (C) investment (D) credit card
96) Internet / E-commerce needs protection from
(A) hackers (B) viruses (C) transaction risks (D) all of these
97) Perishable products like .......... are not preferred to be purchased online.
A) fruits (B) vegetables (C) clothes (D) both (A) and (B)
98) E-commerce is dependent on .......... and any problem in the connectivity causes business risk.
(A) the business owner (B) internet (C) online stores (D) banks
99) ..refers to business and organizations that sells products or services to consumers over the Internet using websites.
(A) B2C (B) B2B (C) C2C (D) C2B
100) In .......... business models the sellers can sell products directly to consumers.
(A) B2C (B) B2B (C) C2C (D) C2B
101) Apart from online retailing, ......... business model also includes services like online banking services.
(A) B2B (B) B2C (C) C2C (D) C2B
102) Example of a..........website is amazon.com.
(A) B2B (B) B2C (C) C2C (D) C2B
103) ..........is an example of B2C website.
(A) Rediff.com (B) fabmart.com (C) flipkart.com (D) All of these
104) Full form of eBooks is...........

25 SYSCON COMPUTER EDUCATION STD-12


(A) Example Books (B) E-commerce Books (C) Electronic Books (D) None of these
105) Full form of ISBN is ...........
(A) International Standard Book Number (B) Indian Standard Book Number
(C) Indian Standard Book Numeral (D) None of these
106) The selected book on the online book store gets added to the shopping...........
(A) bag (B) basket (C) cart (D) bin
107) To confirm the order on a website, press the .......... button.
(A) payment (B) select (C) pay order (D) place order
108) In the shopping .......... the quantity of the product can be changed.
(A) bag (B) basket (C) cart (D) bin
109) ..........refers to E-commerce activities between different business partners.
(A) B2B (B) B2C (C) C2C (D) C2B
110) ......... enables the businesses to form E-relationship with their suppliers, distributers and agents.
(A) C2C (B) B2C (C) B2B (D) C2B
111) The manufacturer using .......... can quickly communicate to the supplier.
(A) C2C (B) B2C (C) B2B (D) C2B
112) In .......... both the seller and the buyer are business entities.
(A) C2C (B) B2C (C) C2B (D) B2B
113) With the help of B2B, the companies can improve the activities like...........
(A) supplier management (B) inventory management (C) payment management(D) all of these
114) B2B is effective for effectively managing..........
(A) just-in-time delivery (B) supply chain (C) procurement (D) all of these
115) Commodity.com is an example of a ..........model of website.
(A) C2C (B) B2C (C) B2B (D) C2B
116) Tradeindia.com is an example of a.........model of website.
(A) C2C (B) B2C (C) B2B (D) C2B
117) ..........refers to E-commerce activities involving transactions between and among the consumers.
(A) C2C (B) B2C (C) B2B (D) C2B
118) .........website enables the consumers to directly deal with each other through online auctions and advertisements.
(A) B2C (B) C2C (C) B2B (D) C2B
119) ..........deals directly without the involvement of third party.
(A) B2C (B) C2C (C) B2B (D) C2B
120) Any Internet user can become a vendor or purchaser at..........websites.
(A) B2C (B) B2B (C) C2C (D) C2B
121) Auctions sites are good examples of ..........model.
(A) B2C (B) B2B (C) C2C (D) C2B
122) Example of C2C website is ...........
(A) ebay.com (B) OLX.com (C) Quikr.com (D) All of these
123) Full form of B2C is ...........
(A) Business to Customer (B) Business to Consumer (C) Books to Consumer (D) Books to Clients
124) Full form of B2B is ...........
(A) Business to Business (B) Business to Books (C) Business to Big Business (D) None of these
125) Full form of C2C is ...........
(A) Customer to Consumer (B) Consumer to Consumer (C) Client to Consumer (D) Client to Customer
126) ..........involves reverse auctions.
(A) B2C (B) B2B (C) C2C (D) C2B
127) .......... is a website model where consumers determine the prices of the products or services.
(A) B2C (B) B2B (C) C2B (D) C2C
128) Bidstall.com is an example of..........websites.
(A) B2C (B) C2B (C) B2B (D) C2C
129) JeetLe.in is an example of..........websites.
(A) B2C (B) B2B (C) C2B (D) C2C
130) Full form of G2B is ...........

26 SYSCON COMPUTER EDUCATION STD-12


(A) Governance to Big Business (B) Government to Business
(C) Governance to Business (D) Government to Big Books
131) Full form of G2C is ...........
(A) Government to Citizen (B) Government to Consumer
(C) Government to Customer (D) Government to Client
132) Full form of G2G is ...........
(A) Gujarat to Government (B) Government to Gujarat
(C) Government to Government (D) Government to Governance
133) Full form of GSWAN is ...........
(A) Gujarat State Wide Area Network (B) Government State Wide Area Network
(C) Gujarat Service Wide Area Network(D) Government Schemes Wide Area Network
134) .......... refers to the services and information provided by the government to the business organizations.
(A) G2B (B) G2C (C) G2G (D) G2E
135) A business organization can get all information to business policies from..........websites.
(A) G2C (B) G2B (C) G2G (D) G2E
136) Various forms can be filled on..........website and submitted to the related government office.
(A) G2G (B) G2C (C) G2B (D) G2E
137) .......... is the website of the income tax department of Government of India.
(A) www.incometax.gov.in (B) www.incometaxindia.gov.in
(C) www.incometaxofindia.gov.in (D) All of these
138) The income tax of government of India is an example of..........website.
(A) G2E (B) G2C (C) G2G (D) G2B
139) ......and........websites are part of E-governance.
(A) G2B (B) G2C (C) G2E (D) Both (A) and (B)
140) The..........business model provides good and effective services to the individual citizen.
(A) G2B (B) G2C (C) G2G (D) G2E
141) The .......... website provides information regarding government departments, welfare schemes, application forms
for the citizens.
(A) G2B (B) G2G (C) G2C (D) G2E
142) The Gujarat government has developed its ow network called the...........
(A) Gujarat State Wide Area Network (B) Government State Wide Area Network
(C) Gujarat Service Wide Area Network (D) Government Schemes Wide Area Network
143) The GSWAN website is ...........
(A) www.gswan.gov.in (B) www.gswan.co.in (C) www.gswan.com (D) www.gswan.in
144) ……..refers to online non-commercial communication between the Government agencies and Government
departments.
(A) G2B (B) G2G (C) G2C (D) G2E
145) The sharing of information on ..........website helps in reducing IT costs.
(A) G2C (B) G2B (C) G2G (D) G2E
146) .......... and..........E-commerce models are the most widely used models.
(A) B2C and B2B (B) G2G and C2C (C) B2B and G2B (D) C2C and B2C
147) In .......... E-commerce model, the consumers are the companies.
(A) B2C (B) B2B (C) C2B (D) C2C
148) In .......... E-commerce model, the consumers are individuals.
(A) B2C (B) B2B (C) C2B (D) C2C
149) Which of the following is a disadvantage of E-commerce ?
(A) Speed (B) Privacy (C) Improved customer service (D) Conduct business 24 x 7
150) Which of the following is not an advantage of E-commerce ?
(A) Lower cost (B) No geographical limitations (C) Conduct business 24 x 7 (D) Lack of trust
Ch-5 Introduction to M-Commerce
1) Which of the following refers to buying and selling of goods or service through the use of Internet enabled
wireless devices ?

27 SYSCON COMPUTER EDUCATION STD-12


(A) Internet (B) M-Commerce (C) M-banking (D) WWW
2) Which of the following is the use of technologies which provide the location information for business purpose?
(A) E-Commerce (B) M-Commerce (C) L-Commerce (D) Traditional Commerce
3) Which of the following stands for GPS ?
(A) Global Positioning System (B) Global Postal System
(C) Grand Positioning System (D) Google Positioning System
4) Which of the following security aspect refers to the secrecy of the information so that unauthorized user cannot
read it ?
(A) Confidentiality (B) Integrity (C) Non-repudiation (D) Authorization
5) Which of the following security aspect ensures that the information must not be accidentally or maliciously
altered or tampered in transit ?
(A) Confidentiality (B) Integrity (C) Non-repudiation (D)Authorization
6) Which of the following security aspect ensures that only authentic users are allowed to use the system ?
(A) Authorization (B) Confidentiality (C) Non-repudiation (D) Integrity
7) Which of the following security aspect ensures that the sender of the message cannot deny that he/she has sent the
message ?
(A) Authorization (B) Confidentiality (C) Non-repudiation (D) Integrity
8) Which of the following is a program that uses Internet to record information that passes through a computer or
router in transit from sender to receiver ?
(A) Sniffer (B) Denial of service attack (C) Malicious code (D) Spoofing
9) Which of the following is an attack used to shut down a machine or network, making it inaccessible to its
intended users ?
(A) Malicious code (B) Denial of Service (C) Spoofing (D) Cyber vandalism
10) Which of the following is known as electronic defacing of an existing website page ?
(A) Cyber vandalism (B) Denial of Service (C) Spoofing (D) Malicious code
11) Which of the following is pretending to be someone you are not, or representing a website as authentic when it is
actually a fake ?
(A) Cyber vandalism (B) Malicious code (C) Denial of Service (D) Spoofing
12) Which of the following is a computer program that detects, prevents and takes action to remove the malicious
codes like viruses, worms and trojan horses from the infected system ?
(A) Antivirus software (B) Digital certificate (C) Firewall (D) Cryptography
13) Which of the following is the transformation of normal text known as "plain text" into unreadable or secret text
known as "cipher text" using encryption algorithm ?
(A) Firewall (B) Encryption (C) Antivirus software (D) Digital certificate
14) Which of the following is the transformation of encrypted text back into normal text ?
(A) Firewall (B) Digital certificate (C) Decryption (D) Virus
15) Which of the following is a protocol used for securing web transactions on the Internet ?
(A) TCP/IP (B) TTP (C) Bluetooth (D) SSL
16) Who developed SSL protocol ? (A) Google (B) Netscape (C) Yahoo (D) Firefox
17) Which of the following starting address indicates that site is secured by SSL protocol?
(A) Error! Hyperlink reference not valid. (B) ssl:// (C) Error! Hyperlink reference not valid.
(D) http-ssl://
18) Which of the following provides the author with a tool to protect his/her original work from being used or taken
by others without permission ?
(A) Trademark (B) Copyright (C) Digital watermarking (D) Steganography
19) Which of the following is a specific logo, mark, word, symbol, design, phrase or image which is used by an
individual or a company to distinguish a product or service from that of others in the market ?
(A) Trademark (B) Copyright (C) Digital watermarking (D) Steganography
20) Which of the following is the symbol for trademark ?
(A) TM, MT and © (B) TM, MS and ® (C) TM, SM and ® (D) TM, SM and ©
21) Which of the following is the process of hiding information within other information ?
(A) Squatting (B) Steganography (C) Name changing (D) Copyright

28 SYSCON COMPUTER EDUCATION STD-12


22) Which of the following is a digital code inserted into a digital image, audio or video file which can identify the
file's copyright information ?
(A) Image mark (B) Digital mark (C) Code mark (D) Water mark
23) Who issues the credit card and guarantees the payment to the merchant ?
(A) Merchant (B) Issuing bank (C) Acquiring bank (D) Customer
24) Which of the following payment card has a microchip embedded in its surface ?
(A) Smart card (B) Debit card(C) Credit card (D) Charge card
1) Mobile Commerce is also known as...........
(A) Mob-commerce (B) M-commerce (C) Mb-commerce (D) All of these
2) ..........refers to buying and selling of goods or services through the use of Internet enabled wireless devices.
(A) L-commerce (B) E-commerce (C) M-commerce (D) All of these
3) Which of the following devices is Internet enabled wireless devices ?
(A) Mobile (B) Tablet (C) Smartphone (D) All of these
4) Full form of PDA is ...........
(A) Palmtop Digital Assistant (B) Personal Digital Assistant
(C) Palmtop Devices Assistant (D) Personal Devices Assistant
5) ..........provides the user with the advantage of flexibility and ubiquity.
(A) L-commerce (B) E-commerce (C) M-commerce (D) All of thes
6) By using .........., consumers can conduct transactions without being fixed at a computer terminal.
(A) Mobile phone (B) Desktop PC (C) Super Computer (D) Both (A) and (B)
7) Which of these devices can be carried by the user wherever he/she goes ?
(A) Mobile phone (B) Desktop PC (C) Palmtop (D) Both (A) and (C)
8) Mobile phones allow..........time transactions while on the move.
(A) real (B) artificial (C) genuine (D) actual
9) ..........is an example of M-commerce.
(A) Purchasing airline and movie ticket (B) Hotel booking and reservation
(C) Stock market analysis (D) All of the above
10) ..........not a M-commerce activity.
(A) Purchasing airline and movie ticket (B) Typing a letter
(C) Buying Shares (D) Both (A) and (B)
11) Banks and other financial institutions are increasingly using .......... to retain their business.
(A) L-commerce (B) E-commerce (C) M-commerce (D) All of these
12) ..........allow their customers to access account balance, stock quotes and make transactions via mobile phones.
(A) Shops (B) Hotels (C) Banks (D) Malls
13) The above service mentioned in above question is known as ...........
(A) Mobile Banking (B) M-Banking (C) B-Banking (D) Both (A) and (B)
14) The stock market services offered via mobile devices is known as...........
(A) Mobile Brokerage (B) Mobile Stock (C) Mobile Marketing (D) All of these
15) .......... is an integration of wireless networks accessed through handheld devices and Internet.
(A) L-commerce (B) E-commerce (C) M-commerce (D) All of these
16) Which of the following is a limitation of M-commerce ?
(A) Convenience (B) Reduces Transaction cost
(C) Provides global reach (D) User Interface is less convenient
17) Which of the following is a limitation of M-commerce ?
(A) Reduces time of order (B) Conducts business 24 x 7
(C) It offers a limited bandwidth (D) Customized alerts easily delivered.
18) Instant connectivity and availability of faster 3G services has made..........very popular.
(A) L-commerce (B) E-commerce (C) M-commerce (D) All of these
19) Which of the following is an advantage of M-commerce ?
(A) It offers a limited bandwidth. (B) Timely information can reach the user
(C) Have limited computing power (D) Limited screen size
20) Which of the following is an advantage of M-commerce ?
(A) Streamlines business processes. (B) Difficult to play videos.

29 SYSCON COMPUTER EDUCATION STD-12


(C) Have less memory and storage capacity. (D) High cost of establishing mobile broadband.
21) ..........devices have limited computing power, memory and storage capacity.
(A) Desktops (B) Satellites (C) Mobile (D) All of these
22) Establishing mobile and wireless broadband infrastructure is very...........
(A) expensive (B) cheap (C) easy (D) difficult
23) To reach larger audiences companies are expanding their services to mobile...........
(A) marketing (B) advertising (C) requirements (D) sales
24) ..........on Internet has become a major source of revenue for most of the portals.
(A) Marketing (B) Advertising (C) Requirements (D) Sales
25) Retailers offer location based mobile...........
(A) marketing (B) advertising (C) requirements (D) sales
26) Location based advertising targets consumers and the..........increases.
(A) marketing (B) advertising (C) requirements (D) sales
27) A .......... placed on the mobile device of the user can be made location specific.
(A) advertisement (B) scheme (C) information (D) requirement
28) A .......... placed on the mobile device of the user can be made requirement specific.
(A) advertisement (B) scheme (C) information (D) location
29) An advertisement on the mobile device updates the users about the various discounts and schemes available in the
nearby areas of the current..........of the user.
(A) advertisement (B) scheme (C) information (D) location
30) The rail, air or movie tickets can be easily sent to the users ...........
(A) desktops (B) homes (C) mobile Devices (D) none of these
31) Tickets can be cancelled on the mobile phones using its ...........
(A) schemes (B) applications (C) portals (D) both (B) and (C)
32) Buying and..........of tickets reduces traffic and parking problems as the user need not travel to the particular place.
(A) selling (B) cancelling (C) learning (D) both (B) & (C)
33) Full form of IRCTC is ...........
(A) Indian Railway Catering And Tourism Corporation Limited.
(B) Indian Railway Cuisine And Tourism Corporation Limited.
(C) Indian Railway Catering And Tourism Company Limited.
(D) Indian Rail Cuisine And Tourism Corporation Limited.
34) IRCTC website is a website for..........booking of railway tickets.
(A) online (B) physical (C) easy (D) offline
35) To login the IRCTC page for online railway ticket, the user has to provide with the.......... and password.
(A) mobile number (B) address (C) PAN (D) user name
36) After logging on the IRCTC website the user has to give his travel details like...........
(A) source (B) destination (C) date of travel (D) all of these
37) On the IRCTC website, the user clicks on the ..........button to see the list of trains available.
(A) Search (B) Find (C) List (D) Seek
38) To get more details of a particular train, the user has to click on the..........of the trains.
(A) Name (B) List (C) Date (D) File
39) After booking the train, the user gets an.......... message from IRCTC on the mobile device.
(A) a-ticket (B) m-ticket (C) e-ticket (D) pc-ticket
40) How-a-days one can book tickets without being fixed at the computer .......... or being physically present at
the railway station.
(A) terminal (B) workstation(C) desktop (D) unit
41) .......... sites are becoming very popular these days.
(A) Booking (B) Store (C) Auction (D) Wireless
42) A user can make a bid and take timely action on the bidding process on the..........sites.
(A) booking (B) store (C) auction (D) wireless
43) Through .......... networks, many auction sites have built gateways and interfaces.
(A) wired (B) landline (C) telegraphy (D) wireless
44) .......... is an auction website which can be viewed on a mobile device.

30 SYSCON COMPUTER EDUCATION STD-12


(A) Ebay (B) Flipkart (C) Big Bazzar (D) IRCTC
45) .......... are extensively used for listening to audio, video and playing games.
(A) TV (B) Land Phone(C) Mobile Devices (D) All of these
46) The mobile users can..........to entertainment libraries.
(A) connect (B) subscribe (C) join (D) attach
47) ..........services such as pay-per-download, pay-per-event or on subscription basis can cater to a large number of
mobile users.
(A) Entertainment (B) Hobby (C) Amusement (D) Liesure
48) .......... purchase allow customers to shop online anywhere.
(A) Television (B) Desktop PC (C) Cameras (D) Mobile
49) Customers can order / buy products while using a..........payment method.
(A) Unsafe (B) Vulnerable (C) Weak (D) Secure
50. Instead of using..........catalogue, retailer can send a list of products directly to the mobile device.
(A) paper (B) hard (C) soft (D) document
51) All retailers' can have a mobile version of ..........site.
(A) L-commerce (B) E-commerce(C) M-commerce (D) All of these
52) The .......... of the flipkart.com shows the purchase process in detail.
(A) Front-page (B) Electronic-page (C) Home-page (D) Last-page
53) Today, many popular banks and financial institutions use...........
(A) L-commerce (B) E-commerce (C) M-commerce (D) All of these
54) All financial institutions allow their .......... to access account information.
(A) customers (B) consumers (C) traders (D) members
55) All financial institutions have an online facility to perform transactions like stock purchase, remit money, via
.......... or other mobile equipments.
(A) Television (B) Desktop PC (C) Cameras (D) Mobile Phones
56) .......... is an application provided by Union bank which is available from the android market.
(A) Union Mobile (B) Umobile (C) Union Bank Mobile (D) UBMobile
57) To use the Bank application services, the customer has to first..........with the bank, to avail all the banking services.
(A) register (B) enroll (C) admit (D) disclose
58) Which of the following the customer can do using the bank's mobile services ?
(A) Check balance (B) Transfer the funds (C) Request for a cheque book (D) All of these
59) A wide variety of .......... services can be delivered to mobile phone users.
(A) essential (B) information (C) data (D) important
60) ..........service is provided to the mobile phone users.
(A) News (B) Stock Market (C) Financial (D) All of these
61) ..........service is provided to the mobile phone users.
(A) Sports news (B) Traffic Information (C) Friends (D) Both (A) and (B)
62) The .......... of the mobile phone user is an important piece of information used during mobile commerce
transactions.
(A) place (B) size (C) location (D) site
63) The use of technologies which provide the location information for business purposes is known as ...........
(A) L-commerce (B) E-commerce (C) M-commerce (D) All of these
64) ..........is a wireless handheld device.
(A) PDA (B) Cellular Phone (C) Pocket PC's (D) All of these
65) Which of the following is not a wireless handheld device ?
(A) Desktop PC (B) Cellular Phone (C) Pocket PC's (D) PDA
66) Today, many .......... mobile applications and services are emerging.
(A) location-specific (B) electronic-specific (C) both (A) and (B) (D) none of these
67) The mobile..........can track the user's location in order to deliver a service or product.
(A) retailers (B) applications (C) software (D) hardware
68) .......... technology uses the geographical location of the mobile device to determine which applications are
appropriate based on that area.
(A) L-commerce (B) E-commerce (C) M-commerce (D) App-Commerce

31 SYSCON COMPUTER EDUCATION STD-12


69) Knowing the .......... of the mobile user allows vendors to provide location based services.
(A) area (B) location (C) website (D) capacity
70) Local maps, local offers, local weather, people tracking and monitoring is a part of .......... services.
(A) area-based (B) website-based (C) location-based (D) information
71) The .......... technology works by using signals from GPS, Cellular and Wi-Fi sources.
(A) L-commerce (B) E-commerce (C) M-commerce (D) App-Commerce
72) Full form of GPS is ...........
(A) Global Positioning Software (B) Global Placed Software
(C) Global Positioning System (D) Global Positioning Satellite.
73) The..........is the most accurate in determining a mobile device's position.
(A) GPS (B) Cell (C) Wi-Fi (D) All of these
74) Full form of Wi-Fi is ...........
(A) Wireless Fidelity (B) Wireless Firewall (C) Wireless Faith (D) Wireless Fun
75) ..........is based on a worldwide satellite tracking system.
(A) GPS (B) Cell (C) Wi-Fi (D) All of these
76) The GPS signals are generated by a group of ..........that orbits around the earth.
(A) settlement (B) satellite (C) mobile (D) devices
77) To locate a point, a mobile device utilizes.......... satellites to create an intersecting point.
(A) one (B) two (C) three (D) four
78) The intersecting point that located the device with 500 meters is known as ...........
(A) triangle (B) triangulation (C) intersection (D) crossing
79) If the GPS signal is weak or blocked, the mobile device can use the signals from cell towers and ..........hot spots.
(A) Wi-Fi (B) Satellite (C) Cellular (D) All of these
80) The Wi-Fi signals do not broadcast their own signals but .......... companies use databases that store the locations
of these sources.
(A) mobile phones (B) satellite (C) cellular (D) smart phones
81) The advertisements which can be seen on the mobile device are also...........
(A) area-specific (B) website-specific (C) location-specific (D) info-specific
82) .......services offers convenience and opportunity to provide services that are more quick or precise and can meet a
customer's need.
(A) Website-based (B) Location-based (C) Info-based (D) Area-based
83) Which of the following is a location-based application ?
(A) Directory services (B) Tracking services (C) Emergency services(D) All of these
84) Which of the following is a location-based application ?
(A) Advertising promotions (B) Mapping (C) Navigation (D) All of these
85) ..........is an example of Directory services.
(A) Yellow pages (B) Medical Ambulance (C) Creating Maps (D) Plotting route
86) ..........is an example of Tracking services.
(A) Yellow pages (B) Locating friends in a geographic location
(C) Roadside assistance (D) Mapping
87) ..........is an example of Emergency service.
(A) Yellow pages (B) Locating friends in a geographic location
(C) Roadside assistance (D) Mapping
88) ..........is an example of Advertising promotion.
(A) Creating Maps (B) Plotting Route (C) Search and Rescue mission (D) Targeted Ads
89) .......... is an example of Mapping.
(A) Police and fire response (B) Tracking of children by parents
(C) Creating maps of geographical location (D) Tracking stolen cars
90) ..........is an example of Navigation.
(A) Plotting Route (B) Traffic updates (C) Tracking stolen cars (D) Promotional messages
91) ..........is a public network system that consists of thousands of private computer networks connected together.
(A) WAN (B) Internet (C) LAN (D) MAN
92) The valuable data or information that travels on the Internet can easily be .........., stolen, corrupted or lost.

32 SYSCON COMPUTER EDUCATION STD-12


(A) used (B) misused (C) touched (D) altered
93) While making online purchase on the E-commerce website, customer has to provide ..........number and personal
details.
(A) Credit Card (B) PAN (C) License (D) Adharcard
94) While making online purchase all the information the buyer fills up is transmitted to the..........server.
(A) businessman (B) buyers (C) merchant (D) commercial
95) The..server sends the personal details of the buyer to the issuing bank for authorization through payment gateway.
(A) businessman (B) buyers (C) merchant (D) commercial
96) The transmissions in the process of online purchase occur on the public network, called the ...........
(A) server (B) internet (C) website (D) desktop PC
97) A .......... can steal or tamper information anywhere in the world via his computer.
(A) friend (B) acquaintance (C) server (D) intruder
98) Anybody can create new programs and run them on remote computers causing it to..........
(A) improve (B) malfunction (C) break down (D) recover
99) All the E-commerce / M-commerce websites have to keep their customer's personal data very...........
(A) safe (B) unsafe (C) insecurely (D) risky
100) All the E-commerce / M-commerce websites have a lot of..........issues.
(A) defense (B) safety (C) security (D) attack
101) Which of the following does E-commerce deals with ?
(A) Online Banking (B) Electronic transactions (C) Using debit / credit cards (D) All of these
102) The E-commerce / M-commerce websites have more risk of being targeted by..........than the normal websites.
(A) friends (B) acquaintances (C) servers (D) intruders
103) The E-commerce / M-commerce security must meet..........important aspects.
(A) two (B) four (C) six (D) eight
104) ..........refers to the secrecy of the information so that unauthorized user cannot read the personal information.
(A) Confidentiality (B) Secrecy (C) Unauthorized user (D) Intruders
105) .......... protects the data from private attacks and ensures that the message is not revealed or leaked.
(A) Decrypting (B) Cryptography (C) Encryption (D) All of these
106) ..........helps in protecting the confidential data like credit card number.
(A) Decrypting (B) Cryptography (C) Encryption (D) All of these
107) Confidentiality is achieved by using.......... in which all messages transmitted are encrypted.
(A) Decrypting (B) Coding (C) Cryptography (D) Encryption
108) .......... ensures that the information must not accidentally or maliciously altered or tampered in transit.
(A) Confidentiality (B) Authorization (C) Non-repudiation (D) Integrity
109) .......... ensures that only authentic users are allowed to use the system.
(A) Confidentiality (B) Authorization (C) Non-repudiation (D) Integrity
110) ..........ensures that the sender of the message cannot deny that he/she has sent the message.
(A) Confidentiality (B) Authorization (C) Non-repudiation (D) Integrity
111) Non-repudiation is usually accomplished via digital...........
(A) signatures (B) partners (C) messages (D) security
112) Full form of TTP is ..........
(A) Trusted Third Party (B) Trustworthy Third Person
(C) Trustfull Third Party (D) Trustees Third Party
113) .......... code is one that causes damage to a computer or system.
(A) Programming (B) Unwanted (C) Malicious (D) Cruel
114) A .......... is a program that uses Internet to record information that passes through a computer or router in transit
from sender to receiver.
(A) Tapper (B) Sniffer (C) Recorder (D) Router
115) .......... programs can read e-mail messages, user login, password and credit card numbers.
(A) Tapper (B) Sniffer (C) Recorder (D) Router
116) A..........attack is an attack used to shut down a machine or network, making it inaccessible to its intended users.
(A) Denial-of-Service (B) Targeting (C) Connection (D) Vandalism
117) ..........is the electronic defacing of an existing website page.

33 SYSCON COMPUTER EDUCATION STD-12


(A) Denial-of-Service (B) Sniffing (C) Cyber Vandalism (D) Spoofing
118) ..........is pretending to be someone you are not, or representing a website as authentic when it is actually a fake.
(A) Denial-of-Service (B) Sniffing (C) Cyber Vandalism (D) Spoofing
119) A website attacker can create a fake website and substitute his .......... address for the real website address.
(A) IP (B) DOS (C) TCP (D) TTP
120) .......... software is a computer program that detects, prevents and takes action to remove the malicious codes from
the infected system.
(A) Trojan (B) Worms (C) Antivirus (D) Virus
121) ..........is a type of virus.
(A) Trojan (B) Trojan horses (C) Virus (D) Cyber crime
122) A..........can delete the files and slow down the computer system.
(A) Software (B) Code (C) Antivirus (D) Virus
123) Once a system is infected by .........., it can spread by attaching to other programs and files within the system.
(A) Software (B) Code (C) Antivirus (D) Virus
124) Infections on a computer system can easily spread through Internet...........
(A) downloads (B) code (C) programs (D) attachment
125) The..........software scans the downloaded files and the entire computer system in order to detect the presence of an
infection. (A) Software (B) Code (C) Antivirus (D) Virus
126 ........... software is critical to be installed and kept updated regularly on the computer.
(A) Software (B) Code (C) Antivirus (D) Virus
127) The most commonly used network protection barrier between company's network and the outside world is a.........
(A) Wall (B) Firewall (C) Antivirus (D) Soft wall
128) ..........is a device placed between the network and the Internet to monitor and control the website traffic.
(A) Firewall (B) Router (C) BusBar (D) Computer
129) The primary goal of a........is to keep intruders away from the company's E-commerce infrastructure.
(A) Firewall (B) Router (C) BusBar (D) Computer
130) A..........ensures that the company's crucial data is kept safe and not accessed by the intruders.
(A) Firewall (B) Router (C) BusBar (D) Computer
131) Infected..........to the emails can be in the form of pictures, videos, sound clips or any other type of file.
(A) downloads (B) attachments (C) programs (D) websites
132) Which of the following is protected by a firewall ?
(A) Email services (B) Undesirable material (C) Unauthorized persons (D) All of these
133) A firewall .......... from any type of network attack.
(A) blocks (B) unprotect (C) protects (D) saves
134) Digital..........are used for proving our identity in electronic transactions.
(A) Certificates (B) ID (C) Both (A) and (B) (D) Authority
135) A.......... is issued by a trusted third party to establish the identity of the holder.
(A) Digital Certificate (B) Digital Data (C) Digital Signature (D) Digital Service
136) ..........is the third party who issues the Digital Certificates.
(A) Certification Authority (B) Certification Owner (C) Certification holder (D) Certification key
137) Which of the following is contained in the Digital Certificate ?
(A) Holder's name (B) Serial number (C) Expiration date (D) All of these
138) A .......... also holds a copy of the certificate holder's public key.
(A) Digital Certificate (B) Digital answer (C) Digital Sign (D) All of these
139) The holder's public key is used for ..........messages and digital signatures.
(A) decrypting (B) encrypting (C) crypted (D) none of these
140) .......... is an art of protecting the information by transforming it into an unreadable form.
(A) Decryption (B) Encryption (C) Cryptography (D) All of these
141) .......... is the transformation of normal text known as "plain text" into unreadable or secret text.
(A) Decryption (B) Encryption (C) Cryptography (D) All of these
142) The secret text is called the..........text.
(A) Hidden (B) Plain (C) Cipher (D) Coded
143) The secret text is converted into .......... text using encryption algorithm.

34 SYSCON COMPUTER EDUCATION STD-12


(A) hidden (B) plain (C) cipher (D) coded
144) A..........key is used to encrypt and decrypt a message.
(A) secret (B) plain (C) cipher (D) coded
145) Messages are..........just before they are sent on the internet or network.
(A) coded (B) encrypted (C) ciphered (D) none of these
146) ..........is the reverse of encryption.
(A) Decryption (B) Encryption (C) Cryption (D) All of these
147) ..........is the transformation of encrypted text back into normal text.
(A) Decryption (B) Encryption (C) Cryption (D) All of these
148) The key answer to the following encryption is : SCIENCE = TDJFODF
(A) Shift by 4 (B) Shift by 3 (C) Shift by 2 (D) Shift by 1
149) .......... protocol is used for securing web transactions on the Internet.
(A) SSI (B) SSL (C) SST (D) SSR
150) Full form of SSL is ...........
(A) Security Safe Layer (B) Safe Secure Layer(C) Secure Socket Layer(D) Socket Safe Layer
151) Protocol SSL was developed by...........
(A) Netscape (B) Microsoft (C) Oracle (D) Google
152) If a website is secured, then the security logo of .......... is displayed on the login screen of the secured site.
(A) Sign (B) VSign (C) VerySign (D) VeriSign
153) An indication of a secure website is that its site address starts from...........
(A) Tcpip:// (B) Error! Hyperlink reference not valid. (C) Error! Hyperlink reference not valid.
(D) All of these
154) E-commerce and M-commerce provide opportunities to improve the..........processes.
(A) business (B) wor (C) employment (D) vocation
155) Many countries have established .......... framework for the electronic commerce.
(A) Official (B) Legal (C) Certified (D) Verified
156) Indian government has also established the .......... laws under the IT act.
(A) income tax (B) information tax (C) information technology (D) all of these
157) Enforcement of .......... rules and regulations provides confidence to the customers that their personal information
remains secret and will not be misused.
(A) official (B) business (C) companies (D) legal
158) Companies making online business are getting legal support in case of misuse of their logos or any.........materials.
(A) copyright (B) printed (C) fixed (D) secret
159) The..........property includes books, software's, music, video, copyrights, trademarks and web pages.
(A) scholar (B) intellectual (C) thinker (D) intelligent
160) ..... provides the author with a tool to protect his/her original work from being used or taken by others without
permission.
(A) Patent (B) Rights (C) Copyright (D) The law
161) .........is applicable to books, software programs and articles.
(A) Patent (B) Rights (C) Copyright (D) The law
162) Copyright law protects intellectual..........in its various forms and cannot be used freely.
(A) information (B) data (C) assets (D) property
163) It is very difficult to protect..........property in E-commerce or M-commerce.
(A) scholarly (B) intellectual (C) thinker (D) intelligent
164) Almost all web pages are protected by...........
(A) patent (B) rights (C) copyright (D) the law
165) Copying contents from the website also violets copyright ...........
(A) patent (B) rights (C) copyright (D) the law
166) A..........may be designated by the symbols TM or SM.
(A) trademark (B) copyright (C) symbol (D) image
167) A specific logo, word, symbol, design, phrase or image can be used as a...........
(A) trademark (B) copyright (C) symbol (D) image
168) The competition over domain names is a.......... issue.

35 SYSCON COMPUTER EDUCATION STD-12


(A) illegal (B) legal (C) authorized (D) unauthorized
169) When, the Registered Domain names which are not in use are sold, it is known as ........ squatting.
(A) cyber (B) online (C) virtual (D) domain
170) .......... is the process of hiding information within other information.
(A) Concealing (B) Hiding (C) Stegangraphy (D) Masking
171) .......... works by replacing unused data in computer files such as images, sound or text with invisible information.
(A) Concealing (B) Hiding (C) Stegangraphy (D) Masking
172) There are .......... versions of Stegangraphy, available on Internet, which can be easily downloaded.
(A) hidden (B) invisible (C) shareware (D) freeware
173) The .......... is a digital code inserted into a digital image, audio or video file which can identify the file's copyright
information.
(A) transparent mark (B) invisible mark (C) translucent mark (D) watermark
174) The .......... allows hiding information in a totally invisible manner.
(A) transparent mark (B) invisible mark (C) translucent mark (D) water mark
175) Currently, the .......... distribution of digital audio over the Internet in the MP3 format is a big problem.
(A) unauthorized (B) authorized (C) legal (D) illegal
176) ..........watermarking can link information on the documents.
(A) Hybrid (B) Digital (C) Analog (D) Internet
177) A visible digital watermark can be added to any image using photo editor tools like...........
(A) GMIP (B) GPIM (C) GIMP (D) GMIP
178) ..........is one of the most important aspects of E-commerce and M-commerce.
(A) Payment (B) Disbursement (C) Compensation (D) Expense
179) ..........payments involve cash, cheque or credit card.
(A) Usual (B) Traditional (C) Customary (D) Established
180) Electronic payment systems have become more important to the..........business processes.
(A) traditional (B) shopping (C) cards (D) online
181) The different types of payment systems used are ...........
(A) Smart cards (B) Credit cards (C) Debit cards (D) All of these
182) The payment cards can be classified into.......... types of cards.
(A) one (B) two (C) three (D) four
183) ..........card payment method is one of the most popular and widely accepted methods of payment on Internet.
(A) Credit (B) Debit (C) Smart (D) Payment
184) A credit card is issued to the customers by the banks known as..........banks.
(A) issuing (B) online (C) card (D) smart
185) ..........card or Visa are established and reputed financial institutions in the services of credit card business.
(A) Head (B) Principal (C) Smart (D) Master
186) In Credit Card transactions ......... parties are involved.
(A) one (B) two (C) three (D) four
187) The .......... bank issues the credit card and guarantees the payment to the merchant.
(A) issuing (B) online (C) card (D) smart
188) The .......... bank establishes the account with the merchant and validates the credit card.
(A) issuing (B) acquiring (C) merchant's (D) customer's
189) The.......... bank authorizes sale based on the customer's credit card limit.
(A) issuing (B) acquiring (C) merchant's (D) customer's
190) Payment.......... and processors are two more entities which play a role in online payment.
(A) doorways (B) openings (C) gateways (D) windows
191) Payment gateway services provided by the third party like .......... which connects networks of all parties involved.
(A) HDFC (B) SBI (C) AXIS (D) PayPal
192) .......... are data centers which perform the credit card transactions and settle funds to the merchant.
(A) Doorways (B) Openings (C) Processors (D) Windows
193) Processors are connected to the E-commerce website of the merchant through the payment
(A) doorways (B) openings (C) gateways (D) windows
194) The online payment through credit card on Internet is divided into..........parts.

36 SYSCON COMPUTER EDUCATION STD-12


(A) one (B) two (C) three (D) four
195) Major credit card companies use the .......... security system to make online transactions secure.
(A) SIGN (B) VERISIGN (C) SET (D) SECURE
196) Full form of SET is...........
(A) Secure Electronic Transfer (B) Safe Electronic Transit
(C) Safe Electric Transfer (D) Secure Electric Transit
197) The advantage of using Credit card is...........
(A) gives flexibility to the customer. (B) keeps record of the customer's purchase.
(C) allows customers to purchase goods even when they do not have cash in bank. (D) all of these
198) The limitation of using credit card is...........
(A) they are unsuitable for very small or very large payments.
(B) customers tend to overspend using credit cards.
(C) problems arise in case lost or stolen credit cards. (D) all of these
199) A .......... looks like credit card but works by transferring fund directly from the consumer's bank.
(A) Credit Card (B) Smart Card (C) Debit Card (D) Payment Card
200) The .......... can keep the consumer purchases under a limit and do not allow him to exceed beyond his/her budget.
(A) Credit Card (B) Smart Card (C) Debit Card (D) Payment Card
201) ..........also looks like a credit card but have a microchip embedded in their surface.
(A) Credit Card (B) Smart Card (C) Debit Card (D) Charge Card
202) A .......... contains user's private information, such as account information, health information etc.
(A) Credit Card (B) Smart Card (C) Debit Card (D) Payment Card
203) .......... are popular in countries like US, Europe, Japan and some parts of Asia.
(A) Debit Card (B) Credit Card (C) Charge Card (D) Smart Card
204) A........is another form of payment mechanism wherein the customer can pay through the card and it does not have
a credit limit.
(A) Debit Card (B) Credit Card (C) Charge Card (D) Smart Card
205) .......... does not involve any type of card for online transaction.
(A) Net-Banking (B) Credit-Card (C) Smart-Banking (D) All of these
206) .......... means transferring money from one bank to another electronically.
(A) Net-Banking (B) EFT (C) ATM (D) Net-Transaction
207) Full form of EFT is ...........
(A) Electronic Funds Transfer. (B) Electronic Finance Transfer.
(C) Electronic Funds Transaction. (D) None of these
208) ..........is an electronic card for making secure online payments towards a merchant.
(A) E-Wallet (B) M-Wallet (C) L-Wallet (D) Card-Wallet
209) The term .......... is coined from two terms Rupee and Payment.
(A) RupeeP (B) RuPay (C) Rupees Payment (D) None of these
210) .......... is a new card payment mechanism launched by NPCI.
(A) RupeeP (B) RuPay (C) Rupees Payment (D) None of these
211) Full form of NPCI is...........
(A) Nation's Payment Cost of India (B) National Payments Company of India.
(C) National Payments Corporation of India. (D) Nationalized Payments Corporation of India.

Ch-6 Object-Oriented Concepts


1) In Object-oriented methodology, the focus is on which of the following entities ?
(A) Data (B) Functions (C) Objects (D) All of the above
2) Which of the following best suits to Java ?
(A) A procedural programming language (B) An object oriented programming language
(C) A Query language (D) All of the above
3) Which of the following is used to distinguish objects from each other?
(A) Attributes (B) State (C) Behavior (D) All of the above
4) Which of the following is used to define common features of similar objects?
(A) Class (B) Object (C) Methods (D) All of the above

37 SYSCON COMPUTER EDUCATION STD-12


5) Which of the following is not a visibility symbol ?
(A) ~ (B) * (C) # (D) -
6) Which of the following is provided using encapsulation ?
(A) Data protection (B) Data sharing (C) Separation of data and methods (D) All of these
7) Which of the following is enabled by data abstraction ?
(A) Data protection (B) Data hiding
(C) To hide implementation details of method manipulating the data (D) All of these
8) With which of the following options polymorphism cannot be achieved ?
(A) Method overloading (B) Operator overloading (C) Data hiding (D) All of these
9) An aggregation model refers to which of the following relationships ?
(A) 'is-a' relationship (B) 'is-like' relationship (C) 'a-part-of relationship (D) All of these
10) An inheritance model refers to which of the following relationships ?
(A) 'is-a' relationship (B) 'has-a' relationship (C) 'a-part-of relationship (D) All of these
11) In class diagram, composition is represented using which of the following symbols ?
(A) Empty diamond symbol (B) Filled diamond symbol (C) Empty triangle symbol (D) All of these
1) Object-oriented programming concepts started originating in the...........
(A) 1950s (B) 1960s (C) 1970s (D) 1980s
2) Since mid..........object-oriented programming had become the main programming paradigm used in the creation
of new software.
(A) 1950s (B) 1960s (C) 1970s (D) 1980s
3) Some of the popular programming languages that support .......... programming are C++, Java, C#, VB.net,
ASP.net and PHP.
(A) object-oriented (B) structural (C) modular (D) procedural
4) The way of programming can be divided into ..........categories.
(A) four (B) three (C) two (D) one
5) Java is a..........programming language.
(A) object-oriented (B) structural (C) modular (D) procedural
6) The categories are..........and object-oriented.
(A) objective (B) structure/procedural (C) modular (D) functional
7) In..........programming, the focus is on writing functions or procedures which operate on data.
(A) procedural (B) modular (C) functional (D) none of these
8) In object-oriented........., the focus is on objects which contain data and functionality together.
(A) pattern (B) prototype (C) paradigm (D) example
9) The power of object-oriented programming language enables the programmer to create modular, reusable
and..........code.
(A) complete (B) accomplished (C) perfect (D) executable
10) Flexibility is gained by being able to change or replace .......... without disturbing other parts of code.
(A) modules (B) parts (C) functions (D) methods
11) Object-oriented programming uses..........as its fundamental building block.
(A) method (B) class (C) object (D) procedure
12) A computer language is object-oriented if they support four specific object properties called
(A) abstraction (B) encapsulation (C) polymorphism and Inheritance (D) all of these
13) C# is a..........programming language.
(A) object-oriented (B) structural (C) modular (D) procedural
14) In the real world, .......... are the entities of which the world is comprised.
(A) methods (B) classes (C) objects (D) procedures
15) Some objects can be..........things like person, car or a cup of coffee.
(A) abstract (B) concrete (C) real (D) solid
16) Some objects may be .......... that do not represent things which can be touched or seen.
(A) abstract (B) concrete (C) real (D) solid
17) All objects have unique .......... and are distinguishable from each other.
(A) personality (B) objects (C) procedures (D) identity
18) In object-oriented terminology characteristics are known as properties or...........
(A) features (B) attributes (C) values (D) states
19) To uniquely distinguish one person from other,the..........of its characteristics is used.
(A) worth (B) cost (C) value (D) property
20) When two people have same name, they can be distinguished using other attributes like.........
(A) color (B) name (C) birth-date (D) behavior
21) To identify.........., the value of the attributes is used.
(A) personality (B) objects (C) procedures (D) identity
22) There is always a behavior associated with

38 SYSCON COMPUTER EDUCATION STD-12


(A) personality (B) objects (C) procedures (D) identity
23) The behaviour of objects is also known as
(A) method (B) technique (C) process (D) procedure
24) The..........of the object can change due to its behavior.
(A) state (B) method (C) status (D) class
25) Object can be described in terms of
(A) What it is called (identity) (B) What it is (its state) (C) What it does (behaviour) (D) All of these
26) In object-oriented programming, attributes that describe the object are also referred to as ..........fields.
(A) information (B) method (C) data (D) name
27) The data attributes and behavioral methods associated with an object are collectively referred to as its.....or
features.
(A) component (B) associate (C) part (D) member
28) .......... system uses the concept of class that enables to express the set of objects that are abstractly equivalent,
differing only in the values of their attributes.
(A) Object-oriented (B) Value-oriented (C) Data-oriented (D) All of these
29) A.......... can be considered as a blueprint for various objects.
(A) method (B) class (C) object (D) member
30) A class is a .......... for multiple objects with similar features.
(A) image (B) representation (C) template (D) guide
31) A class describes a group of objects with similar ..........and common behaviour.
(A) features (B) attributes (C) values (D) states
32) .......... in the same class share a common semantic purpose.
(A) Methods (B) Classes (C) Objects (D) Members
33) ..........is a general concept used to embody all the common features of a particular set of objects.
(A) Method (B) Class (C) Object (D) Member
34) The class..........presents a collection of classes, constraints and relationship among classes.
(A) diagram (B) map (C) drawing (D) figure
35) ..........can be used to create models of object-oriented software to help with design of an application.
(A) ULM (B) UML (C) LUM (D) MUL
36) .......... is a visual modeling language defined and maintained by the Object Management Group.
(A) ULM (B) UML (C) LUM (D) MUL
37) .......... specifies several diagrams for representing different aspects of a software application.
(A) ULM (B) UML (C) LUM (D) MUL
38) The purpose of the class..........is to model the static view of an application.
(A) diagram (B) map (C) drawing (D) figure
39) The class's diagrams are only diagrams which can be directly mapped with object-oriented
(A) methods (B) procedures (C) languages (D) attributes
40) In class diagram, a class is represented with an icon using a rectangle split into..........sections to present name,
attributes and behaviour.
(A) one (B) two (C) three (D) four
41) In the class diagram, the name is in the.......... section.
(A) top (B) middle (C) centre (D) bottom
42) In the class diagram, the attributes or methods are in the..........section.
(A) top (B) middle (C) centre (D) bottom
43) In the class diagram, the behaviour or operations are in the..........section.
(A) top (B) middle (C) centre (D) bottom
44) Full form of UML is ...........
(A) Unified Modelling Language (B) United Modelling Language
(C) United Model of Languages (D) None of these
45) Full form of OMG is ...........
(A) Oriented Management Group (B) Oriented Managing Group
(C) Object Management Group (D) Object Management Grouping
46) In UML notation, an attribute is declared using the following syntax :
(A) [<visibility>]<attribute name> [:<attribute data type> [=<last value>]]
(B) [<visibility>]<attribute name> [:<attribute data typo [=<initial value>]]
(C) [<visibility>][:<attribute data typo [=<initial value>] ]
(D) <attribute name> [:<attribute data type> [=<initial value>]]
47) In an attribute declaration, the..........brackets are optional.
(A) round (B) chain (C) angle (D) square
48) In an attribute declaration, the values should be specified in the..........brackets.
(A) round (B) chain (C) angle (D) square

39 SYSCON COMPUTER EDUCATION STD-12


49) In an attribute declaration, the.......... can be private, protected, public or package.
(A) visibility (B) invisible (C) evident (D) obvious
50) In an attribute declaration, the private visibility is represented by..........symbol.
(A) - (B) # (C) + (D) ~
51) In an attribute declaration, the protected visibility is represented by..........symbol.
(A) - (B) # (C) + (D) ~
52) In an attribute declaration, the public visibility is represented by '..........' symbol.
(A) - (B) # (C) + (D) ~
53) In an attribute declaration, the package visibility is represented by'..........' symbol.
(A) - (B) # (C) + (D) ~
54) Attribute generally refers to a...........
(A) variable (B) property (C) value (D) class
55) ..........type and initial value identify the type of data stored and its value at the start of the program.
(A) Data (B) Date (C) Value (D) Class
56) ..........is an example of declaring attribute.
(A) name:- string; (B) name : string (C) name ++string (D) name = string
57) In UML notation, an operation is declared using..........syntax:
(A) [<visibility>]<class name>(parameter list separated by comma):<return data typo
(B) [<visibility>]<procedure name>(parameter list separated by comma):<return data typo
(C) [<visibility>]<method name>(parameter list separated by comma):<retum data type>
(D) None of these.
58) .......... diagrams are independent of the programming language used for coding an application.
(A) ULM (B) UML (C) LUM (D) MUL
59) .......... are presented using their state during execution of an application.
(A) Methods (B) Procedures (C) Classes (D) Objects
60) Objects are...........
(A) dynamic (B) vibrant (C) colorful (D) all of these
61) An object is also called an...........
(A) image (B) illustration (C) instance (D) occurrence
62) For any computer program, two or more elements are data and...........
(A) method (B) function (C) information (D) procedure
63) Structured/Procedural programming views the two core elements as..........separate entities.
(A) one (B) two (C) three (D) none of these
64) .......... programming views the two coreentities as single entity.
(A) Object-oriented (B) Structured (C) Procedural (D) Instance
65) In..........programming, data can be altered by any component of the program.
(A) object-oriented (B) structured (C) procedural (D) instance
66) In object-oriented programming, the problemof modification can be solved using...........
(A) Polymorphism (B) abstraction (C) messaging (D) encapsulation
67) Data and the methods that .......... data are guarded against modification or misuse by other
components of the program.
(A) change (B) modify (C) manipulate (D) imitate
68) The mechanism of providing protection to data and methods of a program is called...........
(A) polymorphism (B) abstraction (C) messaging (D) encapsulation
69) .......... is possible by wrapping data and methods into a single unit known as class and declaring them as private.
(A) Encapsulation (B) Abstraction (C) Messaging (D) Polymorphism
70) .......... members of the class are not available directly to outside world.
(A) Private (B) Public (C) Void (D) Static
71) Data can be made available via public..........to the outside world.
(A) messages (B) methods (C) function (D) declarations
72) Encapsulation provides.........hiding capability.
(A) information (B) data (C) code (D) class
73) .......... keeps the data safe from unintended actions and inadvertent access by outside objects.
(A) Polymorphism (B) Abstraction (C) Messaging (D) Encapsulation
74) ..........programming discourages direct access to common data by other programs.
(A) Object-oriented (B) Structured (C) Procedural (D) Instance
75) Only the object that..........the data can change its content.
(A) holds (B) possesses (C) owns (D) creates
76) Other objects can view or change this data by sending message to the "owner".
(A) Vendor (B) Businessman (C) Owner (D) Viewer
77) Data .......... is a process of representing the essential features of the objects without

40 SYSCON COMPUTER EDUCATION STD-12


including implementation detail.
(A) polymorphism (B) abstraction (C) messaging (D) encapsulation
78) ..........is a concept that hides the complexity; it says what it does, but not how it is done.
(A) Polymorphism (B) Abstraction (C) Messaging (D) Encapsulation
79) Data..........thus is a technique that relies on the separation of interface and implementation.
(A) polymorphism (B) abstraction (C) messaging (D) encapsulation
80) A user defined..........with necessary input data parameters also provides data abstraction.
(A) messages (B) methods (C) function (D) declarations
81) The signature of the function means the name of the function, number and type of parameters
and the return type of...........
(A) parameters (B) methods (C) parts (D) variables
82) Data..........provides the skeleton or templatesfor the programmers use. The system hides
certain details of how data is stored, created and maintained.
(A) polymorphism (B) abstraction (C) messaging (D) encapsulation
83) All that is..........to the rest of the world is the abstract behaviour of the data type.
(A) invisible (B) hidden (C) seen (D) visible
84) ..........or structures (struct) in C/C++, classes / Java are examples for data abstraction.
(A) ADVT (B) TDA (C) DAT (D) ADT
85) Full form of ADT is ...........
(A) Abstraction Date Type (B) Abstract Date Type
(C) Abstract Data Type (D) Abstract Data Template
86) In.. it is simply defined a data type and a set of operations on it. The implementation of operations is not seen.
(A) ADVT (B) TDA (C) DAT (D) ADT
87) Encapsulation .......... data by making them inaccessible from outside.
(A) hides (B) protects (C) displays (D) harms
88) .......... enables to represent data in which the implementation details are hidden.
(A) Polymorphism (B) Abstraction (C) Messaging (D) Encapsulation
89) In object-oriented terminology, a call to a method is referred to as a...........
(A) message (B) function (C) call (D) letter
90) Different..........may have same methods with same name.
(A) functions (B) messages (C) classes (D) variables
91) .......... means 'many forms'. There may be different forms of single method of operation.
(A) Polymorphism (B) Abstraction (C) Messaging (D) Encapsulation
92) In a program, two integers will be required as ..........and returns maximum as integer value.
(A) parameters (B) methods (C) parts (D) variables
93) In some programming languages, it is not possible to define more than one ..........with
the same name.
(A) function (B) message (C) class (D) variable
94) In object-oriented programming, it is possible to define more than one method, as long as the method differs in......
(A) parameters (B) languages (C) messages (D) signatures
95) The feature of defining more than one method having same name but different signatures in a single class is
known as function or method
(A) operator overloading (B) function overloading
(C) method overloading (D) both (B) and (C)
96) Object-oriented programming also allows writing expression using..........on objects.
(A) methods (B) operators (C) variables (D) parameters
97) Polymorphism is achieved using..........types of overloading.
(A) four (B) three (C) two (D) five
98) In general, the capability of using same names to mean different things in different contexts is called...........
(A) overfilling (B) overloading (C) over Capacity (D) congestion
99) When objects of one class are composed of objects of other class, it is called .......... or
composition.
(A) aggregation (B) masterpiece (C) work (D) messaging
100) .........represents 'has-a' or 'a-part-of relationship between classes.
(A) Aggregation (B) Polymorphism (C) Work (D) Messaging
101) .......... represents non-exclusive relationship between two classes.
(A) Polymorphism (B) Aggregation (C) Inheritance (D) Abstraction
102) In .........., the class that forms part of the owner class can exist independently.
(A) polymorphism (B) aggregation (C) inheritance (D) abstraction
103) The life of an .......... of the part class is not determined by the owner class.
(A) variable (B) parameter (C) operator (D) object

41 SYSCON COMPUTER EDUCATION STD-12


104) Although the motherboard is part of the computer, it can exist as a separate item independent of the...........
(A) workstation (B) system (C) computer (D) processor
105) Basic aggregation is represented using an empty..........symbol next to the whole class.
(A) square (B) diamond (C) triangle (D) circle
106) .......... represents exclusive relationship between two classes.
(A) Composition (B) Aggregation (C) Inheritance (D) Abstraction
107) ..........is a strong type of aggregation where the lifetime of the
part class depends on the existence of the owner class.
(A) Composition (B) Aggregation (C) Inheritance (D) Abstraction
108) If an object of aggregating class is deleted, its part..........object also gets deleted.
(A) function (B) message (C) class (D) variable
109) When an object of class Person is deleted, the object of class Name is also...........
(A) removed (B) deleted (C) detached (D) attached
110) ..........is generally referred to as 'is-a-kind-of relationship between two classes.
(A) Composition (B) Aggregation (C) Inheritance (D) Abstraction
111) ..........refers to the capability of defining a new class of objects that
inherits the characteristics of another existing class.
(A) Inheritance (B) Composition (C) Aggregation (D) Messaging
112) In object-oriented terminology,..........class is called sub class or child class or derived class.
(A) latest (B) new (C) old (D) super
113) The existing class is called.........class or parent class or base class.
(A) sub (B) new (C) super (D) child
114) The data..........and methods of the super class are available to objects in the
sub class without rewriting their declarations.
(A) attributes (B) properties (C) operators (D) features
115) The above feature (mention in above question) provides reusability where existing method can be reused
without...........
(A) introduction (B) availability (C) definition (D) redefining
116) Additionally new data and method members can be added to the........class as an extension.
(A) sub (B) new (C) super (D) child
117) In a class diagram, inheritance is represented using an arrow pointing to..........class.
(A) sub (B) new (C) super (D) child
118) ..........is another name for inheritance or 'is a'relationship.
(A) Aggregation (B) Composition (C) Inheritance (D) Generalization
119) .......... refers to a relationship between two classes where one class is a specialized version of another.
(A) Aggregation (B) Composition (C) Inheritance (D) Generalization
120) Common attributes and methods are defined in..........class.
(A) sub (B) new (C) super (D) child
121) .......... class is a specialized version with additional attributes and methods.
(A) sub (B) new (C) super (D) child
122) A..........can be derived using more than parent classes.
(A) method (B) program (C) class (D) variable
123) When a class is derived from two or more classes, it is known as multiple...........
(A) aggregation (B) composition (C) inheritance (D) generalization
124) In .........., class inherits from other classes in order to share, reuse or extend functionality.
(A) aggregation (B) composition (C) inheritance (D) generalization
125) In .........., classes do not inherit from other classes, but are 'composed of other classes.
(A) aggregation (B) composition (C) inheritance (D) generalization
126) ..........as methodology is playing a significant role in analysis, design and implementation of software system.
(A) Object-oriented (B) Structure-oriented (C) Procedure-oriented (D) Aggregation-oriented
127) When a class contains objects of other class,
the container class is called .......... class or whole class or aggregating class.
(A) sub (B) owner (C) super (D) whole
128) The class that is contained in owner class is known as.......class or part class or aggregated class.
(A) sub (B) owner (C) subject (D) super
129) .......... represents non-exclusive relationship between two classes.
(A) Aggregation (B) Composition (C) Inheritance (D) Generalization
130) .........represents exclusive relationship between two classes.
(A) Aggregation (B) Composition (C) Inheritance (D) Generalization
131) When there is 'is-a' or 'a-kind-of relationship between two classes, there is........relationship.
(A) aggregation (B) composition (C) inheritance (D) generalization

42 SYSCON COMPUTER EDUCATION STD-12


132) General features or common features of two classes are implemented in the..........class.
(A) sub (B) owner (C) subject (D) super
133) Special features of two classes are implemented in sub class.
(A) sub (B) owner (C) subject (D) super
134) In class diagram, composition is represented using which of the following symbols ?
(A) Empty triangle symbol (B) Filled triangle symbol
(C) Filled diamond symbol (D) Empty diamond symbol
135) An inheritance model refers to which of the following relationships ?
(A) 'has-a-relationship' (B) 'a-part-of relationship
(C) 'is-a-part-of relationship (D) 'is-a' relationship
136) Which of the following is enabled by data abstraction ?
(A) Data protection (B) Data hiding
(C) Hide implementation details (D) Hide relationship details
137) Polymorphism cannot be achieved by which of the following ?
(A) Operator overloading (B) Data hiding
(C) Method overloading (D) None of these
138) Which of the following model refers to an aggregation ?
(A) 'a-part-of relationship (B) 'is-like' relationship
(C) 'is-a' relationship (D) 'has-a' relationship
139) ........is used to distinguish objects from each other.
(A) Attributes (B) Behaviour (C) State (D) All of these
140) ..........property suits best with Java.
(A) A Structured Language (B) An Object-oriented Language
(C) A Procedural Language (D) An Interpreting Language
141) ..........is provided while using encapsulation.
(A) Data Protection (B) Data Hiding (C) Data Sharing (D) Data and Methods Separation
142) The focus is on .......... entity in an object-oriented methodology.
(A) functions (B) data (C) classes (D) objects
143) In class diagram, basic aggregation is represented using which of the following symbols ?
(A) Empty triangle symbol (B) Filled triangle symbol
(C) Filled diamond symbol (D) Empty diamond symbol
144) The data type for NAME variable should be..........
(A) string (B) char (C) date (D) int
145) The data type for BIRTHDATE variable should be ...........
(A) string (B) char (C) date (D) int
146) The data type for GENDER variable should be
(A) string (B) char (C) double (D) int
147) The data type for NO_OF_STUDENTS variable should be...........
(A) string (B) char (C) double (D) int
148) .......... is used to define common features of similar objects.
(A) Class (B) Procedure (C) Object (D) Method
149) The output of the function sqrt(25) is...........
(A) 5 (B) 10 (C) 15 (D) 20
150) The output of function printf("Hello world") will be ...........
(A) "Hello world" (B) Hello world (C) HELLO WORLD (D) Hello World

43 SYSCON COMPUTER EDUCATION STD-12

You might also like