Friday, April 6, 2018

Standard 12th Commerce Computer Subject MCQ with Answer



--------------------------------------------------------------------------------------------------------------------------
Prepared By : Paresh Limbad
Contact No : 7600044051
E-Mail : rupareleducation@gmail.com


Standard 12th Commerce Computer Subject MCQ 

Chapter 1 to 5


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 attributes of the form specifies the HTTP method to be used when sending the data?
          (a) submit                     (b) action                               (c) method                (d) input
3.      Which of the following values are used by method attribute?
          (a) GET and POST    (b) GET and SET                  (c) GET and PUT      (d) SET and POST
4.      Which of the following method allows only a limited amount of information to be sent at a time?
          (a) GET                                    (b) POST                                (c) SET                       (d) PUT
5.      Which element is used to insert various fields like radio button, text box and checkbox in the form?
          (a) Input                       (b) GET                                  (c) POST                    (d) Textarea
6.      Which attribute specifies the name to be used for the field in the form?
          (a) Type                        (b) value                                (c) Name                   (d) Action
7.      Which attribute specifies the default value of the field in the form?
          (a) Action                     (b) Value                               (c) Type                      (d) Method
8.      Which Input type is used to select multiple items from given group of items?
          (a) Checkbox             (b) Radio                                (c) Textarea               (d) Text
9.      In which field the types character is converted into non readable format?
          (a) Textarea                 (b) Method                             (c) Text                       (d) Password
10.    Which element can be used to enter comment, report or a long description of product?
          (a) Textarea                (b) Head                                 (c) Select                   (d) Option
11.    Which tag is used to create a drop down menu?
          (a) <Select>….</Select>                                          (b) <Input …..</Input>
(c) <Title>…..</Title>                                                  (d) <Menu>….</Menu>
12.    Which toolbar is used to create new file, open a file, save a file or publish a web page?
          (a) Composition        (b) Format                              (c) Page                     (d) Site Manager
13.    IDE means……..
          (a) Intermediate Development Environment         (b) International Development Enterprise
(c) Internet Development Environment                  (d) Integrated Development Environment
14.    Which function key is used to close the Site Manager pane?
          (a) F9                            (b) F10                                   (c) F1                          (d) F2
15.    From which website KompoZer can be downloaded?
   (a) http://www.KompoZer.net                             (b) http://www.KompoZer.com                  
(c) http://www.KompoZer.co.in                         (d) http://www.KompoZer.us
16.    Which attribute is /are used to specify the size of a textarea element?
          (a) Rows                       (b) Cols                                  (c) Both A & B         (d) Option
17.    Which option is used to view the different toolbars and status bar, if not visible?     
          (a) ShowàToolbar                                           (b) EditàShow/Hide     
          (c) ViewàShow/Hide                                      (d) FileàShow/Hide


18.    KompoZer is which type of web development IDE?
          (a) Proprietary             (b) Open source        (c) Unauthorized      (d) Both B and C
19.    Full Form of CSS is…….
          (a) Content Style Sheet                                             (b) Cascading Style Sheet
          (c) Control System Sheet                                          (d) Control System Software
20.    Which viewing modes are available in Edit mode toolbar?
          (a) Normal                    (b) HTML tags                 (c) Preview                (d) All A,B & C
21.       Which of the following element is used to create an HTML form?
            (a) Textarea               (b) Select and option     (c) Form                                (d) Input
22.       Which of the following is the tag used to implement from element?
            (a) <form>….</form>                                              (b) </form>…. </form >       
            (c) <form>…<form>                                                  (d) <frm>…. </frm>
23.       Text or code editor is provided by which software application?
             (a) GUI                       (b) HTML                        (c) IDE                                    (d) CLI
24.       JBuilder and Netbeans are which type of IDEs?
             (a) Authorized           (b) Unauthorized      (c) Proprietary              (d) Open Source
25.       What is the value of action attribute?
             (a) Number                (b) Filename               (c) EmailID                            (d) Unique name
26.       With which color outline the untitled page is surrounded in KompoZer?
             (a) Yellow                  (b) Light Blue              (c) Red                                   (d) Green
27.       Which is a complete web authoring system?
(a) KompoZer          (b) HTTP                                (c) HTML                                (d) GUI
28.       Which of the following shows a blank untitled web page?
            (a) Page area            (b) Page pane                      (c) Site manager                   (d) F9 key
29.       Which tab shows all details  of the HTML code?
            (a) Design                 (b) Source                            (c) Split                                   (d) HTML
30.       In which mode the table outlines are visible?
            (a) Normal                 (b) HTML                     (c) Preview                   (d) Page
31.       Which tab is used to design the web page?
            (a) Split                      (b) Design                    (c) Source                    (d) Both A and B
32.       Which color marker is used to indicate the start tag of all the element?
(a) Red                       (b) Green                      (c) Yellow                              (d) Blue
33.       Which of the following is an example of open source IDE?
            (a) KompoZer            (b) Ecplise                (c) JBuilder                     (d) All of these
34.       How can we insert an input text field in the form?
            (a) Insert à Form field                                            (b) Insert à filed
            (c) Insert à form àForm field                            (d) Insert à text field
35.       In KompoZer generally file is saved with which extension?
            (a) .html                     (b) .htm                   (c) Both A and B            (d) None of these
36.       In Selection list, which checkbox should be selected to initialize any list value?
            (a) Desabled             (b) Checked                 (c) Initially selected            (d) Selected
37.       On which toolbar ‘open’ icon is available in Kompozer?
            (a) Format toolbar1  (b) Format toolbar 2       (c) Composition                  (d) Page
38.       With increase of what many activities have become online?
            (a) Internet                (b) Web page             (c) Web site               (d) Mobile phone
39.       What is used to help the visitors of the web site to input data?
(a) Javascript            (b) Web designing   (c) HTTP                         (d) HTML forms
40.       Which of the following is/are element/s of HTML forms?
(a) Label                       (b) Radio button       (c) Checkbox             (d) All of the above


CHAPTER-2
1.      What will be the output of isNaN(123)?
          (a) Error message       (b) No output             (c) 123                                   (d) False
2.      In “H1 {color:green }”;What is  color?
          (a) Property                  (b) Value                   (c) Selector                           (d) Style
3.      Which option is used to make sure that KompoZer uses CSS default?
          (a) Fileà Preferences                                     (b) InsertàPreferences 
          (c) ToolsàPreferences                                  (d) EditàPreferences
4.      Which of the following has less code compared to that in HTML?
          (a) Javascript               (b) CSS                      (c) Forms                              (d) Window
5.      With which event, elements such as radio button becomes inactive?
          (a) Change                  (b) Blur                       (c) Unload                            (d) Select
6.      Which event would occur when value of a form field is changed by the user?
          (a) MouseOut              (b) Load                     (c) reset                                 (d) Change
7.      Which event would occur when error occurs during loading of a document or image?
          (a) Error                       (b) Submit                  (c) MouseOver                     (d) Unload
8.      By using which option, we can set all element types to appear in a style as per our choice?
          (a) Javascript               (b) CSS                       (c) Web browser       (d) Web server
9.      In how many parts CSS rules are mainly divided?
          (a) Four                                    (b) Six             (c) Two                      (d) Three
10.    In the example of CSS,
          H1 {color:green};
          Which is Selector?  
          (a) H1                            (b) Color                                 (c) Green                   (d) { }
11.    Which kind of web pages can be created using HTML?
          (a) Dynamic                 (b) Static                   (c) Simple without formatting (d) All A, B & C
12.    Which is used to improve the design in web pages and validate the forms?
          (a) JavaScript             (b) HTML                    (c) CSS                      (d) HTML forms
13.    In the statement,
          “document.write(“Hello World”);
          Which is the method?
          (a) Hello World            (b) document               (c) document.write   (d) write
14.    Which event would occur when document or image is loaded?
          (a) Focus                      (b) Reset                    (c) Load                                (d) Unload
15.    Which type of data can be stored in variables?
          (a) Numbers                (b) strings                  (c) Text                                  (d) All
16.    What is used to control the web browsers window or the web page?
          (a) COM                        (b) MOV                   (c) BMO                                 (d) BOM
17.    Which of the following different parts or objects of the browsers?
          (a) functions                (b) BOM                     (c) Scripts                             (d) Styles
18.    Which browser object represents the browser window or individual frame within window?
          (a) History                    (b) Document            (c) Window                          (d) Location
19.    Which is the most important object in the browser object model?
          (a) Parent                     (b) Document          (c) Link                                  (d) History
20.    Which object is used to reference each element in a form?
          (a) Element                 (b) Document            (c) Top                                   (d) Self
21.    A reusable block of code that performs a particular task is called……….
          (a) Script                       (b) Function            (c) Style sheet           (d) Web page
22.       Which of the following is inbuilt function of Javascript?
          (a) ValidateForm( )     (b) alert( )                    (c) Check( )               (d) Draw( )
23.    Which event would occur when loading of image is cancelled?
          (a) Abort                      (b) Error                       (c) Load                      (d) Reset
24.    Which event would occur when element such as radio button becomes active?
          (a) Abort                       (b) Blur                        (c) Select                  (d) Focus
25.    Which type of data can be stored in the variables?
          (a) Numbers                (b) Strings                    (c) Text                       (d) All A, B & C
26.    With which keyword we can declare variable?
(a) var                           (b) Script                      (c)CSS                     (d) HTML
27.    Which of the following can be used to control the web browser?
          (a) Javascript             (b) Function                   (c) Frame                   (d) Window
28.    What will be the output of isNaN(“hello”)?
          (a) Hello                       (b) true                         (c) error message     (d) no output
29.    Which built-in function of Javascript is commonly used to work with numeric values?
          (a) Number()                (b) isNumber()         (c) isString()                         (d) isNaN()
30.    Which of the following is a top level object in the browser object model?
(a) Window                 (b) Document           (c) Form                                (d) Textarea
31.    Which function takes the text and displays it in the alert box?
          (a) alert()                      (b) write()                   (c) display()                          (d) show()
32.    Which conditional statement is used to change the flow of the program?
          (a) Script                       (b) If                            (c) Function                          (d) Method
33.    Which can add interactivity to HTML pages?
          (a) VB Script                (b) C++                       (c) Javascript                      (d) Java
34.    What will restrict users from making mistakes?
          (a) Webbrowser          (b) Validation                       (c) HTML forms                    (d) CSS
35.    Which event would occur when user submits a form?
          (a) Submit                   (b) Reset                    (c) Both A and B                   (d) HTML
36.    Which method is used to apply focus on a particular element of the form?
          (a) Select                      (b) Load                     (c) Focus                              (d) Click
37.    Which symbols are used to start and end a block?
          (a) ( )                             (b) [ ]                           (c) {  }                                     (d) “  “
38.    What will be generated by browser, when the interaction between the used and web page occur?
          (a) Action                     (b) Method                 (c) Event                               (d) Interaction
39.    What was the use of HTML originally?
          (a) To do programming          (b) To display images 
(c) To design Server               (d) To control the appearance of web pages
40     Which of the following is the syntax of CSS?
          (a) select {property : value}               (b) selector {value : property}
          (c) selector {property : value}        (d) All of above


CHAPTER-3
1.      A collection of interlinked web pages for a specific purpose is called……
          (a) Home page            (b) web server           (c) Web site                          (d) Web Browser
2.      Which of the following helps in promoting the business, selling the products and attracting a large number of customers?
          (a) Web site                 (b) Web page            (c) Form                                 (d) CSS
3.      Which of the following is a variable that is stored on the user’s computer?
          (a) Integer                    (b) HTML                    (c) Cookie                             (d) Java
4.       From which website Amaya can be downloaded easily?
          (a) www.Amaya.com(b) www.Amaya.org
(c) www.w3org/Amaya (d) www.Amaya.co.us
5.       Which option offers limited free space on the web server?
          (a) HTML              (b) FTP                 (c) HTTP               (d) ISP
6.       Who can provide limited free space to the users?
          (a) Web browser    (b) Web hosts      (c) Opera              (d) Google Chrome
7.       What should we know to publish a site?
          (a) Properties        (b) HTTP               (c) Setting for space      (d) none
8.       Which details should be provided in the setting tab of publish page dialog box?
          (a) Site name   (b) Site Information  (c) Publishing server       (d) All of above
9.      Which of the following is the first page that opens when the user enters the URL address in the addressbar of the browser?
          (a) Home page      (b) Last page             (c) Web page                        (d) First page
10.    Which of the following is a powerful open source IDE for building web applications?
          (a) HTML                   (b) Aptana studio    (c) CSS                                  (d) Rails
11.    Which of the following can transfer the web pages from our computer to the web host?
          (a) Settings                  (b) FTP                      (c) index.html                        (d)ISP
12.    Which of the following is a free open source WYSIWYG HTML editor?
          (a) Aptana studio        (b) BlueGriffon        (c) Ruby                                (d) Rails
13.     Which information should be provided in site name field of setting tab?
          (a) HTTP Address (b) Domain name   (c) Site name          (d) Details by ISP
14.     Which option is used to publish the website?
          (a) Publish site     (b) File a publish    (c) Publish a website   (d) Web a publish
15.     What should be registered on Internet?
          (a) User name       (b) password                  (c) Domain           (d) FTP Address
16.     Which of the following provide publishing server details?
          (a) ISP      (b) Web host     (c) Both A & B (d) The person who created website
17.     Which of the following Comes along with a large number of additional plugins?
          (a) Ruby               (b) Php            (c) Aptana studio (d) Python
18.     From which website aptana studio can be downloaded eaily?
          (a) WWW.aptana.com    (b) WWW.aptanas .com
(c) WWW.apstudio .com  (d) WWW.aptanastudio.in
19.    Who developed Amaya web editor?
          (a) Sun Microsystem        (b) W3C              (c) Microsoft                         (d) IEEE
20.    The full form of ISP is…….
          (a) Internet Service Provider                                  (b) International Server Provider
(c) Interior Server Provision                          (d) Interrelated Service provider
21.    Which of the following option is used to create link?
          (a) InsertàLink          (b) Link à Insert     (c) Formatà Link                (d) Create Link
22.    In which categories the website content should be classified?
          (a) Appropriate and Relevant                       (b) General and detailed
(c) Brief and reasonable                               (d) Text and Graphics based
23.    Why should people create a website?
          (a) To provide information to a group or people    (b) To attract the new customers
(c) To sell products online                                       (d) All A, B & C
24.    Which of the following stands for FTP?
          (a) File Truncate Protocol                             (b) File Transfer Process
(c) Fine Tune Protocol                                   (d) File Transfer Protocol
25.    Which is the default file page name?
          (a) Default.txt               (b) Index.txt         (c) Default.html                    (d) Index.html
26.    Which of the following option is used to insert a horizontal line?
         (a) Format à Line                                   (b) Insert à Line 
          (c) Format à Horizontal line                  (d) Insert àHorizontal line
27.    Which option is used to publish the website?
          (a) Publish à Site                                (b) File à Publish   
          (c) Publish à Website                         (d) WebàPublish
28.     Which of the following Languages are supported by BlueGiffon?
          (a) English            (b) Dutch            (c) German                     (d) All above        
29.     From Which website BlueGriffon can be Downloaded easily?
          (a) WWW.bluegriffon .com                 (b) WWW.bluegriffon.co.in
          (c) WWW.bluegriffon.org                  (d) Any of A, B & C
30.     Which of the following Can create attractive websites without requiring in depth technical Knowledge   About Web Standerds? 
          (a) BlueGriffon     (b) Aptana studio   (c) Amaya             (d) Python
31.     Which of the following option is used to give caption to table if require?
(a) Caption           (b) Heading 1        (c) Title                 (d) <h1>
32.     Which of the following plays a very important role in a given business now a days?
          (a) Games             (b) Play Station      (c) Books              (d) Web sites
33.     From the following which option can help in presenting the business to the world?
          (a) Virtual memory (b) Web site          (c) Cell phones      (d) Cloud computing
34.     What are the chances of success in terms of usefulness of the website is higher?
          (a) The better planning (b) Purpose of creating     (c) Audience (d) Content
35.     What should be achieved by developing the website?
          (a)The desired goals      (b) The better planning    (c) Audience (d) Content
36.     What should be clearly identified regarding website?
          (a) Desired goals   (b) Purpose of websites          (c) content   (d) Audience
37.     Which kind of information the website must contain?
          (a) Relevant          (b) Medium            (c) Low level        (d) Easy to understand
38.     Which kind of information can cause frustration to the users?
          (a) Low level          (b) Irrelevant                  (c) General            (d) Simple
39.     If the information provided is incomplete the users can leave the website.
          (a) Agree              (b) Disagree          (c) Can’t say                   (d) none
40.     Which kind of information helps user in determining what he is searching?
          (a) General            (b) Detailed           (c) Brief description    (d) Appropriate


CHAPTER-4
1.      Which of the following is newspaper that exists on the Internet in digital form?
          (a) 1- newspaper        (b) Internet newspaper       (c) www newspaper (d) E-newspaper
2.      Which of the following is not an example of online book store?
          (a) Amazon.com         (b) Washington post          (c) shopping.indiatimes.com(d) Both B & C
3.         Which of the following is not an advantage of e-commerce?
          (a) Privacy                   (b) Speed                               (c) Team work (d) Lower cost
4.      Which of the following is not a disadvantage of e-commerce?
          (a) Privacy        (b) Improved Customer service     (c) Speed  (d) Conduct business 24 × 7
5.      When the auction mechanism is implemented using E-Commerce technologies which allow the people to bid on internet is called….
          (a) Traditional Auction (b) Online Auction (c) Trading                            (d) None of these
6.      Which of the following are entities in B2B business model?
          (a) Seller                      (b) Buyer                   (c) Both A & B         (d) Bidder
7.      How many business models are most popular amongst all?
          (a) 3                               (b) 4                           (c) 5                              (d) 6
 8.     Which is the serious issue in E-commerce?
          (a) Lack of trust                                            (b) Initial cost                       
(c) Privacy of the customer’s information  (d) Time for delivery of products
9.      Which of the following is famous online Auction website?
          (a) www.amazon.com (b) www.ebay.com (c) www.washingpost.com            (d) www.indiatimes.com
10.    Which of the following is an example for online bookstore?
          (a) Amazon                 (b) irctc                      (c) Gmail                                (d) yahoo
11.    In which model the consumers are individuals?
          (a) G2B                         (b) B2B                      (c) C2C                        (d) B2C
12.    Which of the following website gives all the information related to various trains?
          (a) www.irctc.co.in    (b) www.flipcart.com (c) www.irctc.com               (d) www.onlineticket.com
13.    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
14.    The full form of GSWAN is……
          (a) Gujarat service wide area network        (b) Government service world area network
(c) Government server wide area network (d) Gujarat state wide area network
15.    Which e-commerce model is a part of e-governance initiative?
          (a) G2C                         (b) G2B                     (c) G2G                        (d) B2B
16.    What is meaning of G2G?
          (a) Go to government                                    (b) Government to games
          (c) Government to gold business                (d) Government to Government
17.    What is full form of G2B?
          (a) Government to Business                                  (b) Government to Beginners
          (c) Government to Customer                        (d) Go to Business
18.    Which of the following are examples of C2B website?
          (a) Bidstall.com           (b) JeetLe.com         (c) Both A and B       (d) OLX.com
19.    Which model involves reverse auctions?
          (a) B2C                         (b) C2B                     (c) C2C                        (d) B2B


20.    Which of the following is known as the process of conducting the banking transaction over the Internet?
          (a) Auction                   (b) Bidding               (c) Net banking                  (d) www-banking
21.    Which of the following are websites for online banking?
          (a) www.iob.in             (b) www.pnbindia.in (c) www.onlinesbi.com     (d) all A, B, & C
22.    Which of the following network is developed by the Gujarat Government?
          (a) E-Gujarat                (b) Gujaratinfo.gov  (c) GSWAN                           (d) Gujinfo.gov.in
23.    Which of the following is a good example of C2C model?
          (a) Auction sites        (b) E-newspaper     (c) online purchasing (d) Information services
24.    What is considered as revolution in business nowadays?
          (a) Catalogue              (b) Trading of goods           (c) Internet                  (d) Customer service
25.    Which of the following is one of the first application of E-commerce on Internet?
          (a) Electronic newspaper  (b) Internet bookshop           (c) Online auctions  (d) Online billing
26.    Who can give better and quicker customer service?
          (a) Telephone             (b) E-commerce       (c) Internet                  (d) Support services
27.    Which of the following option helps organizations to work together?
          (a) Modern                   (b) Internet                (c) Payment gateway             (d) E-commerce
28.    What is needed to understand the way of conducting the business using e-commerce?
          (a) Good hardware     (b) Staff training     (c) Latest software                  (d) ATM card
29.    Which of the following is not an online store?
          (a) Dominos                 (b) PayTM                 (c) Myntra                                (d) IRCTC
30.    Which business model refers to E-commerce activities between different business partners?
          (a) B2B                         (b) B2C                                 (c) C2C                      (d) G2C
31.    In flipkart.com, which button should be pressed to add the book in the shopping cart?
          (a) Buy this eBook    (b) Add                      (c) Add to shopping cart  (d) Send to shopping cart
32.    The full form of C2B is……..
          (a) Consumer to Business                                     (b) Customer to Beginners
(c) Customer Towards Business                             (d) Consumer for business model
33.    Which model is consumer’s most likely choice on Internet?
          (a) B2B                         (b) B2C                     (c) C2C                        (d) C2B
34.    Which is the example of C2C website?
          (a) Commodity.com    (b) Tradeindia.com   (c) Flipkart.com         (d) OLX.com
35.    Which is the primary concern in E-commerce?
          (a) Security                 (b) Initial cost           (c) Resistance to change (d) Privacy
36.    Which option is the most preferred method in India?
          (a) ATM                         (b) Net Banking       (c) Cash-on-delivery  (d) Demand draft
37.    Which of the following facilities are available with information services?
          (a) Forms                      (b) Examination Result (c) Examination Schedule  (d) All A, B & C
38.    What is the E-commerce?
          (a) The use of Internet for conducting business activities
(b) The use of latest machines in business activities
(c) Categorized the product  (d) All of above
39.    Which of the following website is example of B2C websites?
          (a) GSWAN.gov.in      (b) OLX.com             (c) rediff.com                         (d) iob.in
40.    Which of the following E-commerce business model is also a part of E-governance?
          (a) B2C                         (b) C2B                     (c) C2C                        (d) G2C


CHAPTER-5
1.      What is the meaning of M-commerce?
          (a) Multi level commerce                               (b) Multi tasking commerce
          (c) Mobile commerce                                   (d) Multi saving commerce
2.      Which of the following is benefit of M-commerce?
          (a) Limited bandwidth  (b) High cost establishment (c) Instant connectivity (d)Limited Memory
3.      Which of the following is limitation of M-commerce?
          (a) Conduct business 24*7                           (b) Provide Global reach
          (c) Limited storage capacity                      (d) Timely information
4.      Which is the major source of revenue for most of the portals?
          (a) Advertising on internet  (b) Mobile tracking   (c) Tourism    (d) Mobile Auction
5.      What is built by many of the auction sites to provide access to mobile devices through wireless network?
          (a) Website                  (b) Net banking        (c) Gateway and interface(d) Online bidding
6.      Which viewing modes are available in Edit mode toolbar?
          (a) Normal                    (b) HTML tags                       (c) Preview                (d) All A,B & C
7.      Which of the following refers to buying and selling of goods or services through the use of internet enabled wireless devices?
          (a) Internet                   (b) M-Commerce    (c) M-Banking             (d) WWW
8.      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
9.      What is the full form of EFT?
          (a) Electronic Finance Transaction             (b) Electronic Funds Transaction
          (c) Electronic Funds Transfer                   (d) Electronic Finance Transfer
10.    Which of the following is an example of Payment gateway?
          (a) PayPal                    (b) IOB                       (c) BOB                      (d) Aryan II
11.       How many satellites are used by mobile devices to locate a point?
            (a) One                       (b) Two                                   (c) Three                               (d) Four
12.       What is used to encrypt and decrypt a message?
(a) SSL                       (b) Encryption                       (c) Secret key                                  (d) Firewall
13.    Which of the following provide the credit cards of the financial institutions which are established and reputed in the services of credit card business?
          (a) Billing company    (b) Issuing Bank      (c) master Card           (d) Payment gateways
14.    Which if one of the most important aspects of E-commerce as well as M-Commerce?
          (a) Digital watermarking (b) Payment        (c) Copyright             (d) Trademarking
15.    Which is one of the popular and widely accepted method of payment on Internet?
          (a) Debit card               (b) Smart card          (c) Credit card         (d) PAN card
16.       Which of the following will allow real time transactions while on the move?
            (a) E-Commerce       (b) M-Commerce     (c) L-Commerce        (d) Traditional Commerce
17.       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
18.       Who issues the credit card and guarantees the payment to the merchant?
            (a) Merchant             (b) Issuing bank                  (c) Acquiring bank   (d) Customer
19.       Which of the following is the process of hiding information within other information?
            (a) Squatting             (b) Steganography             (c) name changing  (d) Copyright
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.       Who developed SSL protocol?
            (a) Google                 (b) Netscape                         (c) Yahoo                   (d) Firefox
22.    Which of the following is the most commonly used network protection barrier between the company’s network and the outside world?
          (a) Digital signature   (b) Antivirus software(c) Firewall               (d) Cryptography
23.    IN which type of security aspect, if the message is altered in between transition, it should be detected?
          (a) Confidentiality       (b) Integrity              (c) Authorization        (d) Non-repudiation
24.    For Union Bank user, which of the following application should be downloaded from the Android market?
          (a) Unionbankonline              (b) umobile              (c) unionBonline        (d) UBmobile
25.       Which of the following starting address indicates that the site is secured by SSL?
            (a) http://                     (b) ssl://                           (c) https://                 (d) http-ssl://
26.       Which of the following is a protocol used for securing web transactions on the internet?
            (a) TCP/IP                  (b) HTTP                                (c) Bluetooth             (d) SSL
27.       Which of the following is the transformation of encrypted text back into normal text?
            (a) Firewall                (b) Digital certificate         (c) Decryption                     (d) Virus
28.       What is more popular these days?
            (a) Mobile financial records                               (b) Mobile auctions 
            (c) Mobile tickets                                               (d) Mobile recharge
29.    Identify: The use of technologies which provide the location information for the business purpose.
          (a) L-commerce         (b) M-commerce      (c) E-commerce          (d) All above
30.    Which program can read e-mail message, user login, password and credit card numbers?
          (a) Malicious code      (b) Sniffing       (c) Cyber Vandalism  (d) Denial or service mark
31.    Which of the following is used for providing our identity in electronic transaction?
          (a) Digital certificate (b) Cryptography     (c) SSL                         (d) Antivirus software
32.       Which kind of services are provided by banks and financial institutions via mobile phones?
            (a) Stock purchase  (b) Remit money                   (c) Both A and B     (d) Place order
33.    What is the full form of CA?
          (a) Certified Authority            (b) Central Authority (c) Certified Authority (d) Central Application
34.    Which option does not involve any type of card?
          (a) Credit card             (b) Net banking      (c) Debit card              (d) Charge card
35.       What should be done on messages just before they are sent to the Internet or network?
            (a) SSL                       (b) Digital Certification        (c) Encryption         (d) Authorization
36.       Which of the following is used during E- commerce transaction?
            (a) SSL                      (b) Firewall                            (c) Copyright             (d) VeriSign
37.       What is used to identify whether the site is secured?
            (a) SSL                       (b) Security Logo          (c) Non-repudiation (d) None of these
38.    With which payment method, the customer is not required to provide credit/debit card number?
          (a) Credit card             (b) Debit card           (c) Both A and B         (d) E-wallet
39.    Who has launched a new card payment mechanism RuPay?
          (a) SSL                         (b) CA                        (c) EFT                        (d) NPCI
40.    Which of the following is the domestic alternative to the other payment cards?
          (a) RuPay                    (b) Smart card          (c) Credit card           (d) Debit card
41.       Which of the following is one of the ways to achieve authentication?
          (a) Confidentiality       (b) Authorization     (c) Integrity                (d) Non-repudiation
42.    Which of the following is based on a worldwide satellite tracking system?

          (a) Broadband             (b) GPS                     (c) Router                    (d) Modem


Best of Luck

Please Share and comment it... Thank You