COMPsetA
COMPsetA
17. Which of the following icon his shown on Composition toolbar in KompoZer?
a.Bold b.Save c.Body text d.Auto number
18. Which of the following can be done on Cookies?
a.create,read,modify,delete b.read,create c.only read,write d.only create,read
19. Which program is used to enter Unicode characters into any application?
a. Character map b. Character App c. Unicode Map d. Unicode App
20. In the following example of JavaScript document.write("HELLO WORLD"); Which is known as
method?
a. ( ); b. .(dot) c. write d. document
21. Which of the following function in R software helps to find median?
a. list(median) b. med(list) c. mean(list) d. median(list)
22. How many attributes are used to by <from>elements?
a.2 b.3 c.4 d.5
23. Which function is used to create a bar graph in R software?
a. bar( ) b. plot( ) c. plotbar( ) d. barplot( )
24. Which of the following button is clicked in form to clear the value of data entered in the form and
set back to default value?
a. Submit b. Restore c. Reset d. Back
25. Which of the following offers limited free space on the web server
a.Internet Space Provider b.Internet Service Protocol
c.Internet Service Provider d.Indian Service Provider
26. Which of the following is not an example of Open Source IDEs?
a. Netchain b. Eclipse c. Netbeans d. JBuilder
27. JavaScript statements can be grouped together in a block and block starts and end with which
brackets?
a.< > b.[ ] c. ( ) d. { }
28. Which of the following menu is selected to publish a site in KompoZer?
a.file->publish b.edit->publish c.view->publish d.tools->publish
29. Which of the following is a key to close the site manager pane in KompoZer?
a.F8 b.F9 c.F10 d.F11
30. Which of the following is inbulit function provided by JavaScript?
a. alert( ) b. newForm( ) c. ValidateForm( ) d. all of these
31. Which of the following tabs are shown in image properties dialog box of KompoZer?
a. location, dimensions, appearance,list b. locate, dimension,apply,link
c. locate,dimension,apply,list d. location, dimension,appearance,link
32. Which of the following is used as a comment marker in R software?
a. % b. $ c. @ d. #
33. Which of the following element is used to insert various fields like radio button, textbox and
checkbox in the form?
a.<insert>....</insert> b.<input>....</input>
c.<field>....</field> d.<button>....</button>
34. To create dropdown menu through KompoZer which menu option is clicked?
a. form->selection list b. form->select c. form->dropdown list d. form->option
35. Which of the following radio button is clicked in image properties dialog box if you do not want
to give alternate text?
a. hide alternate text b. alternate text
c. don’t use alternate text d. show alternate text
36. Which of the following command of R opens the online help in browser?
a. online.start( ) b. on.start( ) c. start.online( ) d. help.start( )
37. Which of the following viewing modes are there edit mode toolbar of KompoZer?
a. Normal, HTML Tag, Preview b. Normal, Source,Split
c. Normal, CSS tag, View d. Design,Split,Source code
38. Height and Width of table can be specified in which of the following ways?
a. pixels b. % of the windows c. both a and b d. none of these
39. Which of the following is not an example of Event in JavaScript?
a. focus b. load c. take d. error
40. Which of the following function displays a list of all variable defined in R?
a. list() b. lst() c. ls() d. alllist()
41. Which of the following is one such software that allows us to make calls over the internet using
our computer?
a. Skype b. Rational plan c. Skipe d. R software
42. Which of the following attributes are used in textarea element in HTML form?
a. cols, rolls b. rows, codes c. rows, cols d. codes, rolls
43. Which of the following is used to specify gap between cells in table properties dialog box?
a. caption b. spacing c. padding d. order
44. Where does the page title displayed in the browser window , when it is viewed in the browser ?
a. menu bar b. status bar c. main document d. title bar
45. From given example of CSS B{color:red}which of the following is selector in CSS?
a. red b. B c. color d.{}
46. Which of the following is the mechanism of providing protection to data and methods of a
program?
a. Abstraction b. Messaging c. Polymorphism d. Encapsulation
47. In CSS, property and value are separated by which symbol?
a. semicolon b. colon c. comma d. space
48. Which of the following tab in CSS style sheets dialog box shows the CSS code?
a. lists b. code c. general d. source
49. Which of the following event occurs when element such as a radio button becomes inactive?
a. blur b. select c. unload d. deselect
50. Which of the following gives a gap between the edge of the cell and the text within it in table
properties dialog box?
a. caption b. spacing c. padding d. order
51.Which of the following menu is clicked in KompoZer to view the different toolbars and status bar?
a. View->Hide/Status b. View->Show/Hide
c. View->Tools/Shows d. View->Tools/Status
52. Which of the following members of the class are not available directly to outside world?
a. Public b. Private c. Protected d. Package
53. How many tabs will come in CSS style sheets dialog box in KompoZer?
a.5 b.6 c.7 d.8
54. Which of the following object comes under document object in the browser object model?
a. Form, Parent b. Form, History c. Form, Self d. Form, Link
55. How many tabs are shown in Table property dialog box of KompoZer?
a.2 b.3 c.4 d.5
56. Which is the top level object in the browser object model?
a. Document b. form c. location d. Window
57. Which of the following presents a collection of classes, constraints and relationship among
classes?
a. Object Diagram b. Group diagram c. Model diagram d. Class diagram
58. A computer language is object oriented, if they support which of the following object properties?
a. Abstraction, extract,concept,inheritance
b. Abstraction, Encapsulation, Polymorphism, inheritance
c. Abstraction, Extract, Polymorphism, Inheritance
d. Abstraction, Capsulation , Polymorphism,Heritance
59. Which of the following is not a tab of CSS style sheets dialog box?
a. orals b. general c. borders d. lists
60. In UML notation, visibility can be private, protected, public and package, where protected is
represented using which symbol?
a. + b. - c. # d. ~
61. In Java, the text written in /....../ is considered as what?
a) Method. b) Comment. c) Function. d) Variable
62. Which of the following menu is used to create table in KompoZer?
a. view->insert->table b. insert->table c. create->table d. tools->table
63. Which of the following is generated by the browser due to interaction between the user and the
webpage?
a.value b.response c.event d.function
64. The way of programming is divided into how many categories?
a.2 b.3 c.4 d.5
65. Which of the following function in JavaScript determines whether the value is number or not?
a. isNoN( ) b. isNaN( ) c.isNot( ) d.IsNaN()
66. Which of the following is a container for storing data in JavaScript?
a.Event handler b.integer c.event d.variable
67. Which three tabs are shown in Insert Table dialog box of KompoZer?
a. cell, rows, columns b. Quickly ,rows, columns
c. cell, precisely, quickly d. table, rows, columns
68. In which year, object oriented programming concepts started originating?
a. 1960 b. 1970 c. 1980 d. 1990
69. Which of the following is used for "OR" in JavaScript statement?
a. ;; b. ** c. && d. ||
70. Which of the following is a collection of interlinked web pages for specific purpose?
a. website b. table c. checkbox d. form
71. Which of the following software program detects and prevents and takes action to remove the
malicious codes from the infected system?
a. Anti worm b. Anti Trojan c. Antivirus d. Anti nibble
72. Which of the following is an example of Event Handler in JavaScript?
a. onSubmit( ) b. SubintOn( ) c. onSubmitClick( ) d.SubmitClickON( )
73. Which of the following is the most accurate in determining a mobile device's position?
a. GPS b. GSP c. GAP d. GSA
74. Which of the following is the transformation of encrypted text back into normal text?
a. Encryption b. Decryption c. Digital certificate d. Firewall
75. Which of the following card is not required to provide the credit/debit card number while making
payment?
a. D-Wallet b. E- Wallet c. L-Wallet d. X- Wallet
76. Which of the following has launched new card payment mechanism RuPay?
a. NPIC b. NPCI c. NPIA d. NPCL
77. How many tabs are shown in Advanced property Editor dialog box in KompoZer?
a.2 b.3 c.4 d.5
78. . Which of the following protocol is used for securing web transactions on the internet?
a. SSA b. SSP c. SSL d. SST
79. Which of the following means transferring money from one bank account to another
electronically?
a. Electronic Fund Travellers b. Electronic Fund Transaction
c. Electronic Fund Tracer d. Electronic Fund Transfer
80. Which of the following is the transaction of normal text known as "plain text" into unreadable or
secret text known as "cipher text " using encryption algorithms?
a. Encryption b. Decryption c. Digital certificate d. Firewall
81. Which of the following satisfy users and sustain their interest in the website?
a. content with excessive use and unknown information b. massive and irrelevant data
c. exessive use of irrelevant information d. placing appropriate and relevant content
82. Which of the following is not an advantage of E-Commerce?
a. eliminate travel time and cost b. lack of trust c. speed d. conduct business 24X7
83. Which of the following is the process of hiding information with in other information?
a. Copyright b. Steganography c. Squatting d. Cyber vandalism
84. Which of the following is an example of B2C website?
a.fabmart.com b.tradeindia.com c.commodity.com d.bidstall.com
85. E_ newspaper is the newspaper that exists on the internet in which of the following form?
a. traditional form b. hard form c. digital form d. text form
86. Which of the following factors is not playing an important role for the growth of E- Commerce in
India?
a.electronic devices without internet like computer.mobile and tablet
b.availability of much wider product range c.busy lifestyles for traditional shopping
d.increase in use of mobile devices
87. Which of the following is not a symbol for trademark?
a. TM b. SM c. PM d. ®
88. Which of the following Business model refers to business and organization that sells products or
services to consumers over the internet using websites?
a.C2C b.B2B c.C2C d.B2
89. Which of the following card stores 100 times more information than the normal card?
a. Credit card b. Debit card c. Smart card d. Charge card
90. Which of the following banking is the process of conducting the banking transaction over the
internet?
a. online b. offline c. mainline d. interlink
91. Which of the following is a variable that is stored on the user's computer?
a. integer b. function c. cookie d. code
92. Who issues the credit card and guarantees the payment to the merchant?
a. Issuing bank b. Acquiring bank c. Both a and b d. Master bank
93. Which of the following business model enables the business to form E- Relationship with their
suppliers, distributors and other agents?
a.C2C b.B2B c.C2C d.B2C
94. Which of the following network is developed by Gujarat Government?
a. GSWEN b. GSWWW c. GSWON d. GSWAN
95. Which of the following is not a property of E- Commerce?
a.spreads across many other developing area for doing business and other activities
b.auctiin of goods c.spreads to limited area only d.trading of goods
96. 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.action
97. Which of the following is also a part of E- Governance?
a.C2C b.B2B c.G2C d.B2C
98. Which of the following is an example for online bookstore?
a.amazon.com b.fliokart.com c.irctc.co.in d.fabmart.com
99. Which of the following filename is the homepage of the website saved as?
a.first.html b.index.html c.file.html d.webpage.html
100. Which of the following business model refers to E- Commerce activities involving transaction
between and among the consumers?
a.C2C b.B2C c.G2C d.G2G