Krishna Science School – Rajkot
Sem. : III Chap : 1 to 6 & 13
Medium : English PRACTICE PAPER Sub : Computer
Chapter - 1 : Creating HTML forms using KompoZer
(1) ......... allows for more interactivity and control in data entry.
(A) Form (B) Webpage (C) Text (D) Input
(2) Which of the following is a container used to collect different kinds of inputs from the user ?
(A) Webpage (B) Form (C) Text (D) Input
(3) Which of the following element we can add in the form ?
(A) Label, Checkbox, Password box (B) Text box, Radio button, Dropdown list
(C) Submit button, Reset button (D) All of these
(4) Which of the following element is used to create an HTML form ?
(A) Textarea (B) Form (C) Select and Option (D) Input
(5) Which of the following is the tag used to implement form element ?
(A) <form> ... </form> (B) <form> ... <form> (C) </form> ... </form> (D) <frm> ... </frm>
(6) 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
(7) Which of the following attribute of form specifies the HTTP method to be used when sending the
data?
(A) method (B) action (C) submit (D) input
(8) 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
(9) ……… method allows only a limited amount of information to be sent at a time, when ………
method does not have any restrictions on data length.
(A) GET, POST (B) POST, GET (C) POST, POST (D) GET, GET
(10) ……… method retrieves the data from the form and sends it to server by attaching it at the end of
the URL, when ……… method, the data is sent as a block through the HTTP transaction.
(A) COPY, PASTE (B) POST, GET (C) PASTE, COPY (D) GET, POST
(11) Which of the following is default value of method attribute ?
(A) GET (B) POST (C) HTTP (D) URL
(12) Which tag is used to implement input element in the form ?
(A) <input> ... </input> (B) <input> (C) Both (A) and (B) (D) None
(13) Which attribute is used along with <input> tag ?
(A) type (B) name (C) value (D) All of these
(14) Match the following <input> attribute with its use.
1 Type A It is used to specify the default value of the filed in the form.
2 name B It is used to specify the field that is to be created in the form.
3 value C It specifies the name to be used for the field in the form.
(A) (1-B), (2-A), (3-C) (B) (1-C), (2-B), (3-A) (C) (1-B), (2-C), (3-A) (D) (1-A), (2-B), (3-C)
(15) Match the following.
1 A The values of data entered in the form are cleared and set back to
Radio
default values.
2 B The values of data entered in the form are submitted to the file specified
Checkbox
in the action attribute of the form element.
3 Text C Instead the character typed is converted into not readable format.
4 Password D A user can enter any data of his choice in the text field.
5 Submit E It is used to select a multiple items a given group of items.
6 Reset F It is used to select a single item from a given group of items.
(A) (1-F), (2-E), (3-D), (4-C), (5-A), (6-B) (B) (1-F), (2-D), (3-C), (4-E), (5-A), (6-B)
(C) (1-F), (2-E), (3-D), (4-C), (5-B), (6-A) (D) (1-F), (2-E), (3-C), (4-D), (5-B), (6-A)
(16) Which of the following attribute of the input element specifies the field that is to be created in the form?
(A) Input (B) Type (C) Name (D) Value
(17) Which of the following element allows multi-line text input ?
(A) Textarea (B) Input (C) Select and Option (D) Form
(18) <textarea> ... </textarea> tag is used to type which type of information ?
(A) comment (B) report (C) a long description (D) All of these
(19) The size of a textarea element can be specified using ……… .
(A) rows and cols (B) height and width (C) size (D) row and col
(20) The …….. attribute is used to set the number of rows of text that will be visible without scrolling up
or down and the ……. attribute is used to set the number of columns of text that will be visible
without scrolling right or left.
(A) row and col (B) height and width (C) size (D) rows and cols
(21) 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
(22) The ……… tag is used to create a drop down menu and the ……… tag is used to create the
elements within the menu.
(A) <select>...</select>, <option>...</option> (B) <option>...</option>, <select>...</select>
(C) <menu>...</menu>, <list>...</list> (B) <dropdown>...</dropdown>, <option>...</option>
(23) An IDE is a software application that provides ………. facilities to programmer to develop software.
(A) GUI (Graphical User Interface) (B) Compiler / interpreter
(C) Debugger, text/code editor (D) All of these
(24) Which of the following is an example of open source IDE ?
(A) KompoZer (B) Eclipse (C) JBuilder, Netbeans (D) All of these
(25) KompoZer is a free open source web development IDE. It can be downloaded from ………. .
(A) [Link] (B) [Link]
(C) [Link] (D) [Link]
(26) KompoZer provides a web page editor which has a simple graphical interface known as …….. .
(A) WHYISWHY (B) IED (C) WYSIWYG (D) LED
(27) 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
(28) KomboZer incorporates a Site Manager which gives rapid access to the files on ……… .
(A) local machines (B) remote servers (C) Both (A) and (B) (D) None
(29) Which of the following menu option is used to view the different toolbars and status bar ?
(A) View → Show/Hide (B) View → On/Off (C) File → Show/Hide (D) Insert → On/Off
(30) How many menus are available in KompoZer ?
(A) 6 (B) 8 (C) 10 (D) 12
(31) How many toolbars available below the menu bar ?
(A) 1 (B) 2 (C) 3 (D) 4
(32) Which of the following toolbar available below the menu bar ?
(A) Composition (B) Format Toolbar1 (C) Format Toolbar2 (D) All of these
(33) Match the following.
1 Composition A It is used to add bullets and numbering, give heading
2 Format Toolbar 1 B It is used to create new file, open a file, save or publish a web page.
3 Format Toolbar 2 C It is used to format the text like color, bold, italic, underline, alignment etc.
(A) (1-B), (2-A), (3-C) (B) (1-C), (2-B), (3-A) (C) (1-B), (2-C), (3-A) (D) (1-A), (2-B), (3-C)
(34) Which of the following part available in the centre of the KomboZer window ?
(A) Site Manager (B) Blank web page (C) Both (A) and (B) (D) None
(35) Which of the following is a powerful tool used to navigate within the site or between the sites ?
(A) Site Manager (B) Blank web page (C) Both (A) and (B) (D) None
(36) You can close the site manager pane by clicking on close button or press ……… .
(A) F1 (B) F3 (C) F7 (D) F9
(37) The bottom right side of the window shows Edit mode toolbar with ……… viewing modes, that
provide editing facilities.
(A) Normal, HTML Attribute, Preview (B) Normal, Simple, Display
(C) Normal, Design, Display (D) Normal, HTML Tags, Preview
(38) The left side of the page pane shows …….. tabs.
(A) Design (B) Split (C) Source (D) All of these
(39) Match the following.
1 Normal A It is very similar to preview mode. In this mode the table outlines are visible.
2 HTML Tags B A yellow marker is used to indicate the start tag for all elements.
3 Preview C It offers the page view as seen in a browser.
(A) (1-A), (2-C), (3-B) (B) (1-C), (2-B), (3-A) (C) (1-B), (2-C), (3-A) (D) (1-A), (2-B), (3-C)
(40) In Preview mode …….. .
(A) The scripts do not run (B) The links does not operate (C) Both (A) and (B) (D) None
(41) Match the following.
1 Design A It shows all details of the HTML code and helps in editing the source code.
2 Split B It displays the HTML source of the current element
3 Source C It is used to design the web page.
(A) (1-A), (2-C), (3-B) (B) (1-C), (2-B), (3-A) (C) (1-B), (2-C), (3-A) (D) (1-A), (2-B), (3-C)
(42) When we click on any item in page, its structure appears in the …….. .
(A) Status bar (B) System bar (C) Title bar (D) Display bar
(43) In KompoZer a form is with which color outline by default ?
(A) light blue (B) red (C) green (D) yellow
(44) Match the following.
1 File → Recent Pages A It is used to add label in form
2 Insert → Form → Define Form B It is used to open file has been opened recently
3 Insert → Form → Define Label C It is used to create new form
(A) (1-A), (2-C), (3-B) (B) (1-C), (2-B), (3-A) (C) (1-B), (2-C), (3-A) (D) (1-A), (2-B), (3-C)
(45) Which option of Form properties dialog box show added options for the form when clicked ?
(A) See Properties (B) Display Properties (C) More Properties (D) Read Properties
(46) Which option of Form field properties dialog box should be used to show some text before the user
actually enters data ?
(A) Field Setting (B) Field Name (C) Default Value (D) Initial Value
(47) The page title will be displayed in the …….. when viewed in the browser.
(A) Title bar of Notepad (B) Title bar of Web browser
(C) Both (A) and (B) (D) None
(48) In case we have created multiple web pages we should give the ……… as the title page.
(A) name of the website (B) name of the server (C) name of the owner (D) name of ISP
(49) With which extension a file in KompoZer be saved ?
(A) .html (B) .htm (C) Both (A) and (B) (D) None
(50) 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) [Link] (B) [Link] (C) [Link] (D) [Link]
(51) ……… toolbar is used to select Heading and …….. toolbar is used to select Center Align.
(A) Format toolbar-1, Format toolbar-1 (B) Format toolbar-2, Format toolbar-1
(C) Format toolbar-2, Format toolbar-2 (D) Format toolbar-1, Format toolbar-2
(52) Match the following.
It is used to create text box, password box, radio button,
1 Form → Form Field A
checkbox, submit and reset button in form.
2 Form → Define Label B It is used to create label in form.
3 Form → Text Area C It is used to create text area field in form.
4 Form → Selection List D It is used to create dropdown menu in form.
(A) (1-A), (2-B), (3-C), (4-D) (B) (1-A), (2-D), (3-C), (4-B)
(C) (1-D), (2-B), (3-C), (4-A) (D) (1-D), (2-C), (3-A), (4-B)
(53) …….. option is selected when a radio button should appear selected by default and ……… option is
selected when a checkbox should appear selected by default in ‘Form Field Properties’ dialog box.
(A) Initially Selected, Initially Selected (B) Initially Checked, Initially Selected
(C) Initially Checked, Initially Checked (D) Initially Selected, Initially Checked
(54) Where is the text written which should be displayed by default in text area field ?
(A) Initial Value (B) Initially Checked (C) Initially Selected (D) Initial Text
(55) When we create the radio buttons within a group, the group name must be …... for all possible
answers.
(A) the same (B) different
(C) only one character different (D) it depends upon user
(56) Which of the following option available in ‘Text Area Properties’ ?
(A) Field Name (B) Rows (C) Columns (D) All of these
(57) To add new City in ‘Selection List Properties’ dialog box, press ……… button.
(A) Add Option (B) Add City (C) Add New (D) Add List
(58) To create submit button ….……. and to create reset button …….… write down in Field Name and
Field Value option of ‘Form Field Properties’ dialog box.
(A) Submit, Submit (B) Reset, Submit (C) Submit, Reset (D) Reset, Reset
(59) Which menu-option is used to change background color of form ?
(A) Format → Page Colors and Background (B) View → Page Background Colors
(C) Tools → Colors and Background (D) Format → Use Custom Colors
(60) Which of the following option available below the ‘Use custom colors:’ option of ‘Page Colors and
Background’ dialog box ?
(A) Normal text: , Link text: (B) Active link text:
(C) Visited link text: , Background (D) All of these
Chapter - 2 : Cascading Style Sheets and Java Script
(61) Which of the following allows specifying styles for the visual elements of the website ?
(A) Cascading Style Sheets (B) Webpage
(C) Form (D) Animation
(62) How to display the document, this detail is known as ……… .
(A) Display (B) Style (C) Design (D) Property
(63) Keeping the style separate from the content helps us to ………. .
(A) Avoid duplication in coding (B) Easy maintenance of code
(C) Use the same content with different styles for different purposes (D) All of these
(64) ……… tag is used to add paragraph and …….. tag is used to add bold effect in HTML.
(A) <p>, <b> (B) <para>, <bold> (C) <paragraph>, <b> (D) <p>, <bold>
(65) ……… is used to describe the information content of the document and not the style, while ……..
describes the style of the elements in the document and not its contents.
(A) HTML, HTTP (B) CSS, SSC (C) HTML, CSS (D) CSS, HTML
(66) Which of the following we can control using CSS ?
(A) font type, font (B) element colors, pad spaces
(C) margins and element positions in our website (D) All of these
(67) Which of the following is known as special symbol in the syntax of CSS ?
(A) Rules (B) Selector (C) Declaration (D) Input
(68) Which of the following are two main parts of CSS rule ?
(A) Selector, declaration (B) Select, declaration
(C) Selector, declare (D) Selection, declaration
(69) …….. symbol is used to separate property and it’s value and …….. symbol is used to separate two
property in CSS.
(A) : , : (B) : , ; (C) ; , ; (D) ; , :
(70) The ………. Is the HTML element on which you want to apply the style, when ……… consists of a
property associated with HTML element used in selector and its corresponding value.
(A) Selector, declare (B) Select, declaration
(C) Selector, declaration (D) Selection, declaration
(71) 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}
(72) CSS syntax uses ……… brackets.
(A) ( ) (B) { } (C) [ ] (D) < >
(73) Using ……… we can get confirmation that CSS is used by default by KompoZer.
(A) Edit → Preferences (B) Tools → Preferences (C) (A) or (B) (D) View → Preferences
(74) Which of the following Tab available in ‘Option’ dialog box ?
(A) General, Fonts (B) New Page Settings
(C) Advanced, Applications (D) All of these
(75) Which dialog box appear on screen, when we click on (Cascade) button ?
(A) If file not saved, the ‘Page title’ dialog box will be opened.
(B) If file saved, the ‘CSS Style sheets’ dialog box will be opened.
(C) Both (A) and (B) (D) opens ‘Cascade’ dialog box.
(76) From the ……… menu of ‘CSS Style sheets’ dialog box, choose an element to create the style rule.
(A) Dropdown menu (B) Style menu (C) Style sheets menu (D) Rules menu
(77) What happens, when we click on ‘Create Style rule’ button of ‘CSS Style sheets’ dialog box ?
(A) Close the ‘CSS Style sheet’ dialog box. (B) change the color of ‘CSS Style sheet’ dialog box
(C) the ‘CSS Style sheet’ dialog box remains open but the options will change. (D) None
(78) The element which is used to define Style sheet rule that CSS Style sheet dialog box is under …….
heading.
(A) External Style sheet (B) Internal Style sheet (C) Right Style sheet (D) General Style sheet
(79) How many buttons are there in CSS Style sheets to prepare style ?
(A) 5 (B) 6 (C) 7 (D) 8
(80) …….. view is selected to see the source code of CSS Style sheet in KompoZer.
(A) Design (B) Source (C) Split (D) Normal
(81) …….. tab displays the CSS Style sheet rule that is given to the element.
(A) General (B) Box (C) Aural (D) Code
(82) …….. button is clicked to insert an image as the background while preparing style.
(A) Choose file (B) Select file (C) Browser (D) Choose Image
(83) Match the following.
1 #FF0000 A Hexa-decimal code for Red color
2 #00FF00 B Hexa-decimal code for Green color
3 #0000FF C Hexa-decimal code for Blue color
4 #000000 D Hexa-decimal code for White color
5 #FFFFFF E Hexa-decimal code for Black color
(A) (1-A), (2-B), (3-C), (4-D), (5-E) (B) (1-A), (2-C), (3-B), (4-D), (5-E)
(C) (1-A), (2-D), (3-E), (4-C), (5-B) (D) (1-A), (2-B), (3-C), (4-E), (5-D)
(84) Which option available in ‘Font Family’ heading in ‘Text’ tag of ‘CSS Style sheets’ dialog box ?
(A) unspecified (B) predefined (C) use custom font family (D) All of these
(85) When we select ‘All four sides use same border style’ checkbox in ‘Border’ option of ‘CSS Style
sheets’ dialog box, which of the following option will be enabled and all other are disabled.
(A) Top (B) Right (C) Bottom (D) Left
(86) Which of the following is wrong for CSS ?
(A) To change the style of an element programmer only needs to make modification in the CSS file
(B) The CSS has less code compared to that in HTML.
(C) The web pages will load faster.
(D) CSS make website designing slow and efficient.
(87) Which of the following is disadvantage of CSS ?
(A) CSS has less-code compared to that in HTML (B) Compatibility varies with different browsers.
(C) Style sheet features are not supported by the browser (D) Both (B) and (C)
(88) The web pages designed using HTML, were ……… and could not be changed after the browser
rendered them, but create any web pages using Java script is called ……… web pages.
(A) Static, Dynamic (B) Static, Digital (C) Dynamic, Static (D) Storycal, Historical
(89) Which of the following has developed JavaScript ?
(A) Yahoo (B) Google (C) Wikipedia (D) Netscape
(90) Which of the following is a scripting language that allows adding programming to web pages ?
(A) Action script (B) Java Script (C) HTML (D) CSS
(91) Which of the following is a scripting language that is simple, lightweight programming language that
does not contain advanced programming functionalities ?
(A) Java Script (B) HTML (C) C (D) Java
(92) What is the use of JavaScript in a webpage ?
(A) To improve the design (B) To validate the forms
(C) It add interactivity in HTML page (D) All of these
(93) Which of the following browser supports Java Script ?
(A) Mozilla Firefox (B) Chrome, Safari (C) Internet Explorer (D) All of these
(94) 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
(95) The ………. will restrict users for making mistakes.
(A) validation (B) data entry (C) right information (D) wrong information
(96) The most common form of JavaScript application today is ……… side script which runs inside a
web browser.
(A) Client (B) Server (C) ISP (D) IP
(97) 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
(98) ……… 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 of not (D) All of these
(99) Which of the following is/are not true about the JavaScript ?
(A) JavaScript is used to improve the design
(B) JavaScript contains advanced programming functionalities of language like C and Java
(C) JavaScript validates the form
(D) Browsers like Chrome and Safari supports JavaScript
(100) Which of the following is/are true about the JavaScript ?
(A) JavaScript code runs from within the HTML web page.
(B) JavaScript code can be put directly inside the web page code as a separate section.
(C) JavaScript is a case sensitive language. (D) All of these
(101) 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>
(102) JavaScript can be placed inside the ………. section of an HTML page. But generally it is preferred
that the code be placed in the …….. tag.
(A) <html> and <head>, <head> (B) <html> and <head>, <html>
(C) <html>, <html> and <head> (D) <head>, <html> and <head>
(103) The ……… tag tells the browser to interpret all the text between the <script> tag as a script.
(A) <body> (B) <head> (C) <script> (D) <form>
(104) In [Link](“Hello Students”), ……… is the method and ……… is the object.
(A) document, write (B) document, Students (C) Hello, Students (D) write, document
(105) The string to be displayed is passes as variable to the method ……….. .
(A) printf() (B) echo() (C) [Link]() (D) [Link]()
(106) The semicolon seen at the end of the statement is optional in JavaScript. The semicolon is used as
a mark of …….... rather than ………. .
(A) separation, termination (B) termination, termination
(C) termination, separation (D) separation, separation
(107) JavaScript statements are written in ……… brackets.
(A) ; (B) [ ] (C) { } (D) ( )
(108) The names given to the form, input field or any other fields created in the form should be kept ……. .
(A) simple and easy to remember. (B) hard and complex
(C) long and hard (D) easy, long and complex
(109) Which of the following is a reusable block of code that performs a particular task ?
(A) Array or list (B) Code or program
(C) Function or routine (D) Program or Array
(110) Which of the following function is called inbuilt function ?
(A) alert() (B) if() (C) isNaN() (D) All of these
(111) A user defined function is defined by the keyword ……… in JavaScript.
(A) function (B) main (C) void main (D) return
(112) The alert() function takes the text and displays it in an …….. .
(A) Alert box (B) Message box (C) Error box (D) Display box
(113) Which of the following is generated by the browser due to interaction between the user and the web
page ?
(A) Function (B) Response (C) Event (D) Value
(114) Which of the following statement is true about the function ?
(A) Function can be called from any location in the source code.
(B) Function can be defined in the head or body section.
(C) Function can be called by its name. (D) All of these
(115) Which of the following statement is used to return a value in a function ?
(A) return (B) function (C) select (D) send
(116) The value of any function is known as ……….. .
(A) variable (B) parameter (C) value (D) All of these
(117) Match the following.
1 abort A User clicks on a form element
2 blur B Value of a form field is changed by the user
3 click C Element such as a radio button becomes inactive
4 change D Loading of image is cancelled
(A) (1-D), (2-B), (3-C), (4-A) (B) (1-D), (2-C), (3-B), (4-A)
(C) (1-A), (2-C), (3-D), (4-B) (D) (1-D), (2-C), (3-A), (4-B)
(118) Match the following.
1 error A Error occurs during loading of a document or image
2 focus B Element such as button becomes active
3 load C Document or image is loaded
4 mouseout D Mouse moves over the element
5 mouseover E Mouse moves off the element
(A) (1-A), (2-B), (3-C), (4-E), (5-D) (B) (1-B), (2-D), (3-C), (4-E), (5-A)
(C) (1-A), (2-B), (3-C), (4-D), (5-E) (D) (1-A), (2-E), (3-B), (4-D), (5-C)
(119) Match the following.
1 reset A User leaves a page
2 select B User submits a form
3 submit C User selects a form field
4 unload D Form fields are reset to default values
(A) (1-D), (2-C), (3-B), (4-A) (B) (1-D), (2-B), (3-C), (4-A)
(C) (1-A), (2-C), (3-D), (4-B) (D) (1-D), (2-C), (3-A), (4-B)
(120) Which of the following is not an event ?
(A) abort (B) mouseover (C) set (D) load
(121) When an event occurs, a specific JavaScript code is executed in response to a given situation. This
JavaScript code is known as ……… .
(A) event handler (B) function handler (C) variable handler (D) keyword handler
(122) …….. is true for the variables in JavaScript.
(A) Variable is case sensitive (B) Variable can be declared by using var keyword
(C) Number, string or characters can be stored in variable (D) All of these
(123) Which of the following is a container for storing data ?
(A) Variable (B) Integer (C) Event (D) Event handler
(124) The ‘click’ event will have an event handler as ………., and the ‘submit’ event will have an event
handler as ………. .
(A) click(), onsubmit() (B) onclick, submit() (C) onclick(), onsubmit() (D) click(), submit()
(125) What is the use of ‘if’ statement ?
(A) It is used to change the flow of the program.
(B) It evaluates an expression to validate specific condition
(C) Both (A) and (B) (D) None
(126) To control ………. we use Browser Object Model (BOM).
(A) the web browsers window (B) the web page
(C) Both (A) and (B) (D) None
(127) All browsers are split into different parts or objects that can be accessed using JavaScript. These
parts are known as the ……… .
(A) BOM (B) BOC (C) MOB (D) OBC
(128) Which of the following is the top level object in the browser object model ?
(A) Window (B) Document (C) Page (D) Location
(129) Which of the following is the bottom level object in the browser object model ?
(A) Window (B) Document (C) Select (D) Option
(130) ………. object is the most important object in the browser object model.
(A) Window (B) Document (C) Select (D) Form
(131) Which of the following object is/are given below of the ‘Window’ object in BOM ?
(A) History (B) Document (C) Location (D) All of these
(132) Which of the following object is/are given below of the ‘Document’ object in BOM ?
(A) Link (B) Form (C) Anchor (D) All of these
(133) By ………. Web browser window is controlled window object.
(A) Properties (B) Methods (C) Both (A) and (B) (D) None
(134) Why the window object is known as global object ?
(A) Because it is common in all the browsers. (B) Because it is the top object of BOM
(C) Because all other browser objects are contained within it. (D) All of these
(135) The methods and properties of the ‘Window’ object is used to control the ……….. .
(A) web browser window (B) web page (C) Both (A) and (B) (D) None
(136) The methods and properties of the ‘Document’ object is used to control the ……….. .
(A) web browser window (B) web page (C) Both (A) and (B) (D) None
(137) The document object contains a ……… object, and the form object contains ……… object.
(A) form, element (B) window, form (C) window, document (D) element, form
(138) The element object is used to reference …….. element in a form.
(A) Radio, textbox (B) checkbox, select (C) password, reset (D) All of these
(139) ………. Method is used to take the control to the specific element of the form.
(A) focus (B) alert (C) document (D) confirm
(140) After the user gets an alert message, calling the focus method, the cursor will be placed inside the
element and the particular element will be ……… .
(A) Highlighted (B) Blinking (C) Shimmer (D) None
(141) Which of the following sign is an indication to the user that it is a compulsory field which should not
be kept empty in online form ?
(A) green color asterisk mark (B) red color asterisk mark
(C) blue color asterisk mark (D) black color asterisk mark
(142) Which of the following validation we apply on the ‘Pincode’ field ?
(A) User should not keep the field empty. (B) The Pincode should be 6 digits long.
(C) Only numbers are allowed (characters are not allowed) (D) All of these
(143) To work with numeric value, JavaScript uses ……... built-in function.
(A) isNaN() (B) Number() (C) Digit() (D) isNuM()
(144) Which of the following stands for NaN ?
(A) Not a Numeric (B) Not a Number (C) Not a Noun (D) Not an Numeric
(145) isNaN(123) function is returns ……… and isNaN(“hello”) function is returns ……… .
(A) true, false (B) false, true (C) false, false (D) true, true
(146) Term …….…. Refers to the form name and the term ………. Refers to the element name in ‘var
x=[Link]’ statement.
(A) firstname, form1 (B) document, form1 (C) form1, firstname (D) form1, value
(147) Which of the following condition is right to get error when user not fill any information in Name field ?
(A) x=null (B) x==“ ” (C) x==null || x==“ ” (D) x==null && x==“ ”
(148) Which of the following condition is right to write down only 6 digit in Pincode field ?
(A) [Link] > 6 (B) [Link] > 6 || [Link] < 6 (C) [Link] < 6 (D) None
(149) Which of the following value is indicate, not any value is selected in city drop down menu ?
(A) 0 (B) -1 (C) 1 (D) 2
(150) Which of the following is used to check radio button and checkbox in form ?
(A) Variable (B) Structure (C) Function (D) Array
(151) How many elements available in gender array ?
(A) 1 (B) 2 (C) 3 (D) no limit
(152) The first element of the gender array is checked using the if condition with the statement …….... .
(A) [Link][0].checked (B) [Link][1].checked
(C) [Link][0].selected (D) [Link][1].selected
Chapter - 3 : Designing simple website using KompoZer
(153) Which of the following helps in promoting the business, selling the products and attracting a large
number of customers ?
(A) Website (B) Webpage (C) Form (D) CSS
(154) Which of the following is not an important point to be considered for developing a good website as
part of planning process ?
(A) Purpose (B) Audience (C) Content (D) Input
(155) The website should be designed in such a way that ……… .
(A) the users find the website informative (B) the user visit it repeatedly.
(C) It should increase customer base f the site is commercial. (D) All of these
(156) Which of the following is an important point to be considered for developing a good website as part
of planning process ?
(A) Purpose (B) Audience (C) Content, Medium (D) All of these
(157) Before creating a website, we should be clear with the ……….. .
(A) Definition (B) Goal (C) Both (A) and (B) (D) None
(158) 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
(159) Having decided the ………., the content and layout of the website can be properly developed.
(A) Purpose (B) Audience (C) Content (D) Medium
(160) 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
(161) 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
(162) Which of the following information should a website contain ?
(A) Complete, Relevant (B) Complete, Irrelevant
(C) Incomplete, Irrelevant (D) Incomplete, Relevant
(163) Which of the following content provides an overview of the site, organization, products and services,
and other items ?
(A) Detailed (B) Long (C) General (D) Short
(164) Which of the following is a collection of interlinked web pages ?
(A) Webpage (B) Form (C) Kompozer (D) Website
(165) The ………. Content provides users with the detailed information on the site like products and
services description.
(A) Detailed (B) Long (C) General (D) Short
(166) 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
(167) The website design should scale for the devices like ………. .
(A) Computer (B) Smart phone (C) Tablet (D) All of these
(168) The website should be designed keeping in mind that it is well displayed in all the popular web
browsers like ……… .
(A) Mozilla Firefox (B) Chrome, Opera (C) Internet Explorer (D) All of these
(169) What should be displayed in shopping cart ?
(A) List of products (B) Total amount (C) Quantity (D) All of these
(170) Which of the following is the first page that opens when the user enters the URL address in the
address bar of the browser ?
(A) Home page (B) Last page (C) Web page (D) First page
(171) To create the website, various designs which are known as ……… are freely available on Internet.
(A) Templates (B) Home page (C) Document (D) File
(172) Which of the following filename is the home page of the website saved as ?
(A) [Link] (B) [Link] (C) [Link] (D) [Link]
(173) To opens ‘Table Properties’ ………. .
(A) select table and double click on it
(B) right click the table and select ‘Table Cell Properties’ option
(C) Both (A) and (B) (D) None
(174) How many tabs available in ‘Table Properties’ dialog box ?
(A) 1 (B) 2 (C) 3 (D) 4
(175) In ‘Table Properties’ dialog box, …….… tab allows user to control several aspects of table and
………. Tab allows user to control several aspects of individual cells.
(A) Table, Cells (B) Cells, Table (C) Table, Rows (D) Rows, Cols
(176) Which of the following options are available in ‘Table’ tab of ‘Table Properties’ dialog box.
(A) Size, Borders and Spacing (B) Table Alignment
(C) Caption, Background Color (D) All of these
(177) Match the following.
1 Size A It shows the border option and specify gap between cells.
2 B It shows the number of rows, columns and height and width of
Border and Spacing
the table.
3 Table Alignment C To align the table as left, centre or right.
4 Caption D Used to give caption to table if require.
5 Background Color E To give a background color to the table.
(A) (1-B), (2-A), (3-C), (4-E), (5-D) (B) (1-B), (2-A), (3-C), (4-D), (5-E)
(C) (1-D), (2-C), (3-A), (4-E), (5-B) (D) (1-A), (2-E), (3-B), (4-D), (5-C)
(178) In ‘Size’ option, height and width can be specified in ………. .
(A) Pixels (B) % of the window (C) Both (A) and (B) (D) None
(179) ………. is used to specify gap between cells, and ……… gives a gap between the edge of the cell
and the text within it.
(A) Spacing, Padding (B) Padding, Spacing (C) Space, BSpace (D) Spacing, Text space
(180) Match the following.
1 Insert → Table A Inserting table - Insert Table dialog box
2 Insert → Image B Inserting Pictures - Image Properties dialog box
3 Format → Textcolor C Changing font color - Text Color dialog box
4 Format → Page Title D
Changing web page title - Page Properties dialog box
and Properties
5 File → Save As E Save any file with different name - ‘Save Page As’ dialog box
6 Insert → Link F Creating links - Link Properties dialog box
(A) (1-A), (2-E), (3-D), (4-C), (5-F), (6-B) (B) (1-A), (2-B), (3-C), (4-D), (5-F), (6-E)
(C) (1-A), (2-B), (3-C), (4-D), (5-E), (6-F) (D) (1-F), (2-E), (3-C), (4-D), (5-B), (6-A)
(181) Which of the following option require to select in Insert → Table option to create table with one row
and two column ?
(A) 1 x 2 (B) 2 x 1 (C) 11 x 12 (D) 1 x 11
(182) ………. will display the text in case the image is not displayed in the browser.
(A) Optional text (B) Image text (C) Tooltip text (D) Alternate text
(183) Select ……… option in case you do not want to give alternate text in Image Properties dialog box.
(A) Don’t show alternate text (B) Don’t use text
(C) Don’t use alternate text (D) Don’t how text
(184) When we want to display the image in the whole cell we will specify the height and the width 100%
in ………. option available in Dimensions tab.
(A) Size (B) Custom (C) Set (D) Custom Size
(185) To insert a horizontal line, go to ………. .
(A) Insert → Horizontal line (B) Format → Horizontal line
(C) Insert → Draw HR line (D) Format → Draw Horizontal line
(186) Which of the following short cut key used to open ‘Link Properties’ dialog box ?
(A) Shift + L (B) Ctrl + Alt + L (C) Ctrl + L (D) Alt + L
(187) When JavaScript is used in the webpage, the details are separated using delimiter ………. and
individual product description is separated with delimiter ……….. .
(A) ( , ) , ( : ) (B) ( ; ) , ( : ) (C) ( , ) , ( ; ) (D) ( : ) , ( , )
(188) Which of the following is a variable that is stored on the user’s computer ?
(A) Integer (B) HTML (C) Cookie (D) Java
(189) What can be done on a cookie ?
(A) Can be read (B) Can be create
(C) Can be modified and deleted (D) All of these
(190) Which of the following function is used to convert the data into number ?
(A) int( ) (B) Number( ) (C) parseFloat( ) (D) intFloat( )
(191) To handle such websites we need to create ……… which stores the details of the product,
registered user, login name, password and other relevant details.
(A) Database (B) Table (C) Report (D) Query
(192) ……….. a website means to transfer the web pages, images and stylesheets related to the site, to a
web server from which they may be accessed by the users.
(A) Publish (B) Uploading (C) Both (A) and (B) (D) None
(193) Which of the following sentence is true ?
(A) We can buy space from professional hosting providers.
(B) Many web hosts that provide limited free space to the users.
(C) The free space can also be for a limited time period.
(D) All of these
(194) Which of the following option is used to open ‘Publish Page’ dialog box for publishing the website ?
(A) File → Publish (B) Ctrl + Shift + S (C) Both (A) and (B) (D) None
(195) Match the following.
1 Site name A “HTTP address of your homepage” field specify the actual web
address or URL of the website.
2 Website Information B Details are provided by ISP or the web host from where we
have purchased the space.
3 Publishing Server C Enter the name of the website. This name is only used for
internal purpose by KompoZer to refer to the website.
(A) (1-C), (2-A), (3-B) (B) (1-C), (2-B), (3-A) (C) (1-B), (2-C), (3-A) (D) (1-A), (2-B), (3-C)
(196) Aptana studio is a powerful open source IDE for building web application. It is a complete web
development environment which provides language support for ………. .
(A) HTML, CSS (B) Java Script, Python (C) Ruby, Rails, PHP (D) All of these
(197) Match the following.
1 Aptana Studio A [Link]
2 BlueGriffon B [Link]
3 Amaya C [Link]/Amaya
(A) (1-B), (2-A), (3-C) (B) (1-C), (2-B), (3-A) (C) (1-B), (2-C), (3-A) (D) (1-A), (2-B), (3-C)
(198) ………. Is free open source WYSIWYG editor. It supports language like English, Dutch, German,
Chinese and many more.
(A) Aptana Studio (B) BlueGroffon (C) Amaya (D) All of these
(199) ………. is free open source WYSIWYG web editor developed by the W3C. It was initially started as
an HTML/CSS editor and has now grown into an editor for many XML-based systems.
(A) Aptana Studio (B) BlueGroffon (C) Amaya (D) All of these
(200) Which of the following stands for FTP ?
(A) File Truncate Protocol (B) File Transfer Process
(C) Fine Tune Protocol (D) File Transfer Protocol
Chapter - 4 : Introduction to E-Commerce
(201) Business organization conduct activities like marketing of the product, selling of products, providing
catalogue, trading the stocks and customer service. The use of Internet for conducting business
activities is known as ………. .
(A) E-commerce (B) Internet-C (C) Electronic-Internet (D) E-com
(202) ……….. is a modern business methodology that addresses to the need of organizations, merchants
and consumers in cutting costs while improving the quality of goods and services.
(A) M-com (B) Internet-C (C) Electronic-Internet (D) E-commerce
(203) Many different types of products and services such as ………. are traded online.
(A) books, car (B) holiday packages (C) electronic gadgets (D) All of these
(204) Which of the following is known as applications of E-commerce ?
(A) Marketing and selling, Internet bookshops (B) Banking and insurance, online billing
(C) Online auction, Information services, Support services (D) All of these
(205) Which of the following was one of the first application of E-commerce ?
(A) Internet Bookshops (B) Electronic newspaper
(C) Online Auctions (D) Marketing and Selling
(206) ………… creates a whole world of global village from where anyone can buy anything, anytime and
from anywhere.
(A) E-commerce (B) G-commerce (C) L-commerce (D) I-commerce
(207) In online bookstores, the search of a book can be made by ……….. .
(A) title of the book (B) author’s name (C) publication name (D) All of these
(208) Which of the following is one of the first website provide online bookstore ?
(A) [Link] (B) [Link]
(C) [Link] (D) [Link]
(209) Match the following.
[Link], [Link],
1 Large online bookstore A
[Link], [Link]
Popular websites for online [Link], [Link],
2 B
auctions [Link], [Link], [Link]
Popular websites for [Link], [Link], [Link],
3 C
Marketing and selling [Link]
Banks today provide online [Link], [Link],
4 D
banking [Link], [Link]
(A) (1-B), (2-C), (3-D), (4-A) (B) (1-D), (2-C), (3-B), (4-A)
(C) (1-A), (2-C), (3-D), (4-B) (D) (1-D), (2-C), (3-A), (4-B)
(210) Which of the following is an example for online bookstore ?
(A) Amazon (B) irctc (C) Gmail (D) yahoo
(211) 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
(212) E-newspaper has advantages like ……… .
(A) it give us up-to-date news worldwide. (B) it removes the hassle of printing process
(C) it helps in reducing the costs (D) All of these
(213) 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
(214) When you place a product for auction on these sites, you are a ……….. . At the same time you can
also bid for a product which is placed by other sellers on the site, in this case you are a ………. .
(A) Seller, Bidder (B) Seller, Seller (C) Bidder, Seller (D) Bidder, Bidder
(215) The catalogue displays different categories of products with ………, brief description and features of
the products.
(A) Images (B) Video (C) Both (A) and (B) (D) None
(216) The customers can view the catalogue and select the products of their choice by adding them to ……. .
(A) Shopping card (B) Shopping cart (C) Shopping mart (D) Shopping part
(217) Which of the following website of Indian railways gives all the information related to various trains
and provides facilities for booking tickets and payment for it online ?
(A) [Link] (B) [Link] (C) [Link] (D) [Link]
(218) Once the ticket is booked in [Link], the E-copy of the ticket is send on your ........ .
(A) E-mail (B) SMS on your mobile (C) Both (A) and (B) (D) By post
(219) Companies send their bills to customers through .......... in online billing.
(A) Post (B) E-mail (C) Courier (D) All of these
(220) Companies who need to send the bills to a large number of customers periodically can use ………
facilities.
(A) Online billing (B) Offline billing (C) Printed billing (D) Virtual billing
(221) Which of the following option is an example of Information services ?
(A) Notices sent to the customers by the companies or banks.
(B) Reminders sent to the customers by the companies or banks.
(C) Both (A) and (B)
(D) Bills sent to the customers by the companies or banks.
(222) Which of the following organizations is an example of Information services ?
(A) Educational institutes (B) Universities (C) Both (A) and (B) (D) None
(223) When any companies are provides online support services ?
(A) Before selling the product (B) After selling the product
(C) Both (A) and (B) (D) All of these
(224) Which of the following is known as the process of conduction the banking transactions over the
Internet?
(A) Auction (B) Bidding (C) Net Banking (D) www-banking
(225) 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 statement for any credit or debit. (D) All of these
(226) The customer is provided a .......... for online banking services with which he logs in to the bank site
and performs all the banking activities from his computer or mobile.
(A) Account Number (B) Password (C) Pincode (D) PAN
(227) 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.
(228) 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.
(229) In traditional commerce, the businesses have to compete within a ………. .
(A) a single industry (B) limited geographical area
(C) Both (A) and (B) (D) unlimited geographical area
(230) The products that customers prefer to ……… are difficult to sell using E-commerce.
(A) touch (B) smell (C) examine precisely (D) All of these
(231) Which of the following is a feature of traditional commerce ?
(A) No sharing of information with competitors.
(B) Hiring of sales persons, sales manager and many more.
(C) Location renting or purchasing, advertising, inventory, shipping of products.
(D) All of these
(232) Which of the following is a feature of E-commerce ?
(A) E-payments systems are used for receiving payment
(B) Customers can browse through products catalogue and available offers.
(C) Reduce the time taken to perform an overall transaction. (D) All of these
(233) Which of the following is not an advantage of E-commerce ?
(A) Lower cost (B) Conduct business 24x7 (C) Security (D) No geographical limitations
(234) ………. is the key factor for the growth of E-commerce in India.
(A) Internet connections, broadband and 3G services, laptops, Smart phones, tablets and dongles.
(B) Increase in use of mobile devices, availability of much wider product range.
(C) Busy lifestyles, traffic congestion and lack of time for traditional shopping.
(D) All of these
(235) Which of the following online stores becoming quite popular in India ?
(A) Flipkart, eBay India, Snapdeal (B) Amazon India, Myntra, Domino
(C) PayTM, Jabong (D) All of these
(236) Retailers have also started offering a ……... option, it is the most preferred payment method in
India. Almost 80% of Indian E-commerce business uses this mechanism.
(A) Cash on delivery (B) Credit card (C) Debit card (D) Smart card
(237) Today we can hardly find any successful company which do not use …….. in their everyday
business activities.
(A) Car (B) Computer (C) Truck (D) Post card
(238) Which of the following is a disadvantage of E-commerce ?
(A) Privacy (B) Improved customer service (C) Speed (D) Conduct business 24x7
(239) Which of the following is an advantage of E-commerce ?
(A) Conduct business 24x7, Speed, Teamwork
(B) Lower cost, No boundaries or geographical limitations
(C) Improved and better customer service, Eliminate Travel Time and Cost
(D) All of these
(240) Which of the following benefits provides E-commerce to the society ?
(A) Buy from home, office or any place. (B) Health care services, Distance learning and education.
(C) Less travelling to purchase a product which further reduces pollution and traffic.
(D) All of these
(241) Which of the following is Limitation of E-commerce ?
(A) Resistance to change, Initial Cost (B) Security, Lack or trust
(C) Privacy, Time for delivery of products (D) All of these
(242) Marketing companies sends unwanted mails to the customer, is known as ......... .
(A) Worm (B) Jank (C) Spam (D) Trojan
(243) ……… frauds result into financial loss to the customer.
(A) Credit card (B) E-mail (C) Social networking (D) All of these
(244) Business frauds like ………. Creates dissatisfaction amongst the customers.
(A) non-delivery of products (B) incorrect information of the product
(C) lack of security for payment transactions (D) All of these
(245) ……… products are not preferred to be purchased online.
(A) Fruits (B) Vegetables (C) Perishable products (D) All of these
(246) The business models of E-commerce are defined based on ……… .
(A) the parties involved (B) the type of business activities or services provided.
(C) Both (A) and (B) (D) None
(247) The classification of different business model is done on the basis of ……….. .
(A) who is purchasing to whom (B) who is selling to whom
(C) Both (A) and (B) (D) None
(248) 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 (C2C) (D) Government to Business (G2B)
(249) 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)
(250) 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)
(251) 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)
(252) 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 Business (G2B)
(253) Which of the following E-commerce business model refers to online non-commercial communication
between the Government agencies, organizations and departments with other 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)
(254) Match the following.
1 B2C A It refers to E-commerce activities between different business partners.
It refers to E-commerce activities involving transactions between and among
2 B2B B
the consumers.
It involves reverse auctions where the consumers determine the prices of the
3 C2C C
products or services.
It refers to business and organizations that sell products or services to
4 C2B D
consumers over the Internet using websites.
(A) (1-D), (2-B), (3-C), (4-A) (B) (1-D), (2-C), (3-B), (4-A)
(C) (1-D), (2-A), (3-B), (4-C) (D) (1-D), (2-A), (3-C), (4-B)
(255) Match the following.
1 B2C A [Link], [Link]
2 B2B B [Link], [Link], [Link]
3 C2C C [Link], [Link]
4 C2B D [Link], [Link], [Link], [Link]
5 G2B E [Link]
6 G2C F [Link]
(A) (1-D), (2-C), (3-B), (4-A), (5-F), (6-E) (B) (1-D), (2-C), (3-B), (4-A), (5-E), (6-F)
(C) (1-D), (2-C), (3-A), (4-B), (5-F), (6-E) (D) (1-F), (2-E), (3-C), (4-D), (5-B), (6-A)
(256) When we click on icon of any of the eBook in [Link], it shows the details like ……… .
(A) Authors name, price, publisher (B) readers rating, book review
(C) ISBN number (D) All of these
(257) Which of the following activities are possible in Shopping cart ?
(A) add any number of products (B) delete a selected product
(C) change the quantity of the product (D) All of these
(258) Which of the following is a good example of C2C model ?
(A) Auction sites (B) E-newspaper (C) Online purchasing (D) Information services
(259) If we consider Government as a separate entity, then we can have ……… models.
(A) G2B (B) G2C (C) G2G (D) All of these
(260) Match the following.
1 G2B A It is provide good and effective services to individual citizen
2 G2C B It refers to the services and information provided by the government to the
business organizations through vast network of government website.
3 G2G C It refers to online non-commercial communications between the Government
agencies, organizations, and departments with other Government agencies,
organizations and departments.
(A) (1-B), (2-A), (3-C) (B) (1-C), (2-B), (3-A) (C) (1-B), (2-C), (3-A) (D) (1-A), (2-B), (3-C)
(261) Which of the following E-commerce business model is a part of E-governance ?
(A) G2B (B) G2C (C) Both (A) and (B) (D) B2C
(262) The sharing of information in G2G helps in ………. .
(A) reducing IT costs (B) streamline procedures
(C) government offices can be more efficient. (D) All of these
(263) Which of the following E-commerce model most widely used in market ?
(A) B2C (B) B2B (C) Both (A) and (B) (D) G2G
(264) In ……. model, the consumers are other company while in …… model the consumers are
individuals.
(A) B2B, B2C (B) B2C, B2B (C) B2B, C2B (D) C2B, B2C
Chapter - 5 : Introduction to M-Commerce
(265) 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
(266) Which of the following wireless devices used for Mobile commerce ?
(A) Mobile phone, Smart phone (B) Personal Digital Assistant
(C) Tablet, Palmtop (D) All of these
(267) M-commerce provides the user with the advantage of ……… .
(A) flexibility (B) ubiquity (C) Both (A) and (B) (D) None
(268) In ……….., consumers can conduct business transactions without being fixed at a computer
terminal or being physically present at the shop.
(A) E-commerce (B) M-commerce (C) Both (A) and (B) (D) None
(269) Which of the following are examples of mobile commerce ?
(A) Purchasing airline tickets and movie tickets (B) Restaurant booking and reservation
(C) Hotel booking and reservation, Stock market analysis (D) All of these
(270) Banks allow their customers to access account balance, stock quotes, make transactions via mobile
phones, this is known as ......... .
(A) Mobile Banking (B) M-Banking (C) Both (A) and (B) (D) Market Banking
(271) The stock market services offered via mobile devices is also becoming popular and known as ….... .
(A) Market Brokerage (B) Electronic Brokerage (C) Mobile Brokerage (D) Mail Brokerage
(272) ………. Is the integration of wireless networks accessed through handheld devices and Internet.
(A) E-commerce (B) M-commerce (C) Both (A) and (B) (D) None
(273) Which of the following is/are benefits of M-commerce ?
(A) Mobile device enables the user to be contacted at virtually anytime and anywhere.
(B) Reduces transaction cost
(C) Provides global reach, Conducts business 24x7
(D) All of these
(274) Which of the following is/are limitations of M-commerce ?
(A) The handheld devices commonly used today offer a limited screen size.
(B) Mobile devices have limited computing power, memory and storage capacity.
(C) It operates over wireless networks which are less secured as compared to wired network.
(D) All of these
(275) Which of the following option are applications of M-commerce ?
(A) Mobile Financial Services, Mobile Auction (B) Mobile Purchase, Mobile Information Services
(C) Mobile Marketing and Advertising, Mobile Ticketing (D) All of these
(276) After booking the ticket, the user gets an ………. Message from IRCTC on the mobile device which
can be presented at the time of travelling.
(A) e-ticket (B) m-ticket (C) Mobile ticket (D) Master ticket
(277) When any user book ticket online on IRCTC, then which of the following information asked in this
place ?
(A) name of source place (B) name of destination place
(C) date of travel, ticket type and quota (D) All of these
(278) An auction site gives ……… permission to user.
(A) a user while on the move can access these site (B) make a bid, monitor bids
(C) take a timely action on the bidding process (D) All of these
(279) Mobile devices are used extensively for ………… .
(A) listening to audio (B) viewing video (C) playing games (D) All of these
(280) ………. is an application provided by Union bank which is available from the android market.
(A) unimobile (B) umobile (C) unmobile (D) umlogin
(281) 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
(282) Knowing the location of the mobile user allows vendors to provide location based services such as
….
(A) local maps, local offers (B) local weather, people tracking and monitoring
(C) movie theatre, restaurant, hospital (D) All of these
(283) With more and more wireless handheld devices like .......... are significant opportunities for the
growth of M-commerce.
(A) PDA (B) Cellular phone (C) Pocket PC (D) All of these
(284) The ………. is the most accurate in determining a mobile device’s position.
(A) GPS (B) Wi-Fi (C) Cellular (D) None
(285) To locate a point, a mobile device will utilize three satellites to create an intersecting point that
locates the device within ……… meters, and it is also known as triangulation.
(A) 100 (B) 200 (C) 500 (D) 5000
(286) To find the destination we can ……… the destination name in location base Mobile commerce.
(A) type (B) speak (C) Both (A) and (B) (D) None
(287) In Google map, the current location is indicated using ......... color pointer.
(A) blue (B) red (C) green (D) black
(288) Match the following.
1 Information or A Dynamic yellow pages automatically inform the users about the
directory services nearest restaurants, parking facility, traffic updates.
2 B Tracking of assets, locating friends in a geographic location,
Tracking services
tracking stolen cars, tracking of children by parents.
3 Emergency C Emergency medical ambulance, search and rescue mission,
services roadside assistance, police and fire response.
4 Advertising D Targeted ads, promotional messages, customer identification in a
promotion store.
5 Mapping E Creating maps of specific geographical location
6 Navigation F Plotting route from one place to another
(A) (1-A), (2-B), (3-D), (4-C), (5-E), (6-F) (B) (1-A), (2-B), (3-C), (4-D), (5-E), (6-F)
(C) (1-B), (2-A), (3-D), (4-C), (5-F), (6-E) (D) (1-B), (2-A), (3-C), (4-D), (5-E), (6-F)
(289) The valuable data or information that travels on the Internet may be ……… .
(A) misused (B) stolen (C) corrupted or lost (D) All of these
(290) The payments such as ……….., the E-commerce and M-commerce websites have more security
issues.
(A) online banking (B) electronic transactions (C) credit/debit card (D) All of these
(291) Match the following.
It ensure that the information must not be accidentally or maliciously
1 Confidentiality A
altered or tampered in transit.
It refers to the secrecy of the information so that unauthorized user
2 Integrity B
cannot read it.
3 Authorization C It ensures that only authentic users are allowed to use the system.
It ensures that the sender of the message cannot deny that he/she
4 Non-repudiation D
has sent the message.
(A) (1-B), (2-A), (3-D), (4-C) (B) (1-A), (2-B), (3-C), (4-D)
(C) (1-B), (2-A), (3-C), (4-D) (D) (1-A), (2-C), (3-D), (4-B)
(292) Confidentiality is achieved by using ………. .
(A) Cryptography (B) Protocol (C) Digital Certification (D) Digital Signatures
(293) 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
(294) 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
(295) Which of the following security aspect ensures that only authentic users are allowed to use the
system?
(A) Confidentiality (B) Integrity (C) Non-repudiation (D) Authorization
(296) Which of the following security aspect ensures that the sender of the message cannot deny that
he/she has sent the message ?
(A) Confidentiality (B) Integrity (C) Non-repudiation (D) Authorization
(297) Authorization is achieved by using ………. .
(A) login (B) Password (C) Both (A) and (B) (D) None
(298) The customer send the message, it is usually accomplished via ......... .
(A) Digital Signature (B) Trusted Third Party (C) Both (A) and (B) (D) User
(299) Match the following.
1 A It is pretending to be someone you are not, or representing a
Malicious code
website as authentic when it is actually a fake.
2 Sniffing B It is known as electronic defacing of an existing website page.
3 Denial of service C It is an attack used to shut down a machine or network, making it
attack inaccessible to its intended users.
4 D It is a program that uses Internet to record information that passes
Cyber Vandalism
through a computer or router in transit from sender to receiver.
5 Spoofing E It is one code that causes damage to a computer or system.
(A) (1-C), (2-D), (3-B), (4-A), (5-E) (B) (1-E), (2-D), (3-C), (4-A), (5-B)
(C) (1-C), (2-D), (3-A), (4-E), (5-B) (D) (1-E), (2-D), (3-C), (4-B), (5-A)
(300) Using a ……….. program is like tapping the telephone wire and recording the conversation.
(A) Sniffer (B) Cyber Vandalism (C) Spoofing (D) Malicious code
(301) 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
(302) ........... can spread to other system by taking control of the users email and sending out copies of
itself to those in the users contacts list.
(A) Firewall (B) Virus (C) Sniffing (D) All of these
(303) The most common way a system is attacked in through infected attachments to ………., that can be
in the form of pictures, videos, sound clips.
(A) E-mail (B) Pendrive (C) CD/DVD (D) Floppy
(304) Today, we have antivirus software for …….. .
(A) Computer (B) Mobile (C) Both (A) and (B) (D) None
(305) Which of the following is required for security ?
(A) Install Antivirus in our computer (B) Antivirus update regularly on the computer
(C) Both (A) and (B) (D) None
(306) The most commonly used network protection barrier between the company’s network and the
outside world is a ……… .
(A) Firewall (B) Antivirus software (C) Sniffing (D) All of these
(307) Firewall is a device like ………. Placed between the network and the Internet to monitor and control
the traffic between the company’s local network and the outside world.
(A) Computer (B) Router (C) Both (A) and (B) (D) None
(308) A firewall protects the local network against the …… .
(A) Email services that sometimes create problems.
(B) Unauthorized persons gaining access to local network
(C) Undesirable material like photos, videos entering into local network.
(D) All of these
(309) Which of the following are used for proving our identity in electronic transactions ?
(A) Digital Certificate (B) Digital ID (C) Both (A) and (B) (D) None
(310) The ……….. issues certificates is known as a Certification Authority(CA).
(A) TTP (B) TTA (C) TCA (D) TPT
(311) Which of the following cover in Digital Certificate ?
(A) holder’s name, a serial number, expiration dates (B) a copy of the certificate holder’s public key
(C) digital signature of the certification authority (D) All of these
(312) ……… is an art of protecting the information by transforming it into an unreadable form.
(A) Cryptography (B) Plain text (C) Cipher text (D) Secret text
(313) 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
(314) Which of the following is the transformation of encrypted text back into normal text ?
(A) Firewall (B) Digital Certificate (C) Decryption (D) Virus
(315) Cryptography is used to protect data in transit data being transferred via networks like ……. .
(A) Internet, E-commerce (B) Mobile telephones, Bluetooth devices
(C) bank Automatic Teller Machines(ATMs) (D) All of these
(316) Use the key ‘Shift by 2’, what will be the encrypted information of ‘WELCOME’ ?
(A) YGNEQOH (B) YGNEPOH (C) YGNEPNF (D) YGNEQOG
(317) Which of the following is a protocol used for securing web transactions on the Internet ?
(A) TCP/IP (B) HTTP (C) Bluetooth (D) SSL
(318) Who developed SSL protocol ?
(A) Google (B) Netscape (C) Yahoo (D) Firefox
(319) Which of the following starting address indicates that site is secured by SSL protocol ?
(A) http:// (B) ssl:// (C) https:// (D) http-ssl://
(320) Clicking on VeriSign, will display ......... .
(A) the owner information (B) validity of the certificate
(C) Both (A) and (B) (D) None
(321) In ………. Many legal challenges, as it is the activity performed on global Internet without observing
national boundaries.
(A) E-commerce (B) M-commerce (C) Both (A) and (B) (D) None
(322) Which of the following is a Legal Issues in E-commerce/M-commerce ?
(A) Securing Intellectual property (B) Copyright, Privacy
(C) The disputes among the parties (D) All of these
(323) Indian Government has established the ………. under the IT act.
(A) IT laws (B) Web laws (C) EM laws (D) Techno laws
(324) Which of the following includes in intellectual property ?
(A) Books, software, music (B) video, copyrights
(C) Trademarks and web pages (D) All of these
(325) Which of the following provides the author with a tool to protect his/her original work from being
used or taken by other without permission ?
(A) Trademark (B) Copyright (C) Digital Watermark (D) Stenography
(326) If we buy software, we have the right ……… .
(A) to use the software (B) to distribute the software (C) Both (A) and (B) (D) None
(327) 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 Watermark (D) Stenography
(328) 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 ©
(329) People would register domain names that were not in use but would be of importance, later on such
domain names were sold to concerned company at a very high price, it is known an ………. .
(A) Cyber Voting (B) Cyber Squatting (C) Cyber Vandalism (D) Cyber Crime
(330) Which of the following is the process of hiding information within other information ?
(A) Squatting (B) Steganography (C) Name changing (D) Copyright
(331) 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) Watermark
(332) In the field of data security, watermarks can be used for ……… .
(A) Certification (B) Authentication (C) Both (A) and (B) (D) None
(333) A visible digital watermark can be added to any image using photo editor tools like …….. .
(A) GIMP (B) AIMP (C) BIMP (D) PIMP
(334) Which of the following is one of the most important aspects of E-commerce as well as M-commerce?
(A) Internet connection (B) Selection of goods (C) Payment (D) Registration
(335) Which of the following payment method used in traditional payment ?
(A) Cash (B) Cheque (C) Both (A) and (B) (D) None
(336) Which of the following types of electronic payment system used in Internet transaction ?
(A) Payment card : Credit / debit / smart card (B) Net banking, Electronic Fund Transfer
(C) E-wallet, RuPay (D) All of these
(337) Which of the following is one of the most popular and widely accepted methods of payment on
Internet?
(A) Credit card (B) Debit card (C) Smart card (D) Net banking
(338) Who issues the credit card and guarantees the payment to the merchant ?
(A) Merchant (B) Issuing bank (C) Acquiring bank (D) Customer
(339) The issuing banks provide the credit cards of the reputed financial institutions like ……… .
(A) Visa ® (B) MasterCard ® (C) Both (A) and (B) (D) None
(340) For accepting payments on websites through credit card, merchant needs to open a merchant
account with the banks known as ……….. .
(A) Issuing bank (B) Acquiring bank (C) Both (A) and (B) (D) None
(341) ……….. is the process of verifying whether the card is active, the credit limits are available to make
purchase and verifying the other details of the customer like billing information.
(A) Authorization (B) Rights (C) Reading (D) Devaluation
(342) …… parties are involved in credit card payment on Internet, and …… parts available in this process.
(A) 2, 4 (B) 3, 4 (C) 4, 2 (D) 2, 5
(343) Which of the following parties are involved in credit card transaction on Internet ?
(A) Customer with credit card (B) Merchant accepting the credit card
(C) Issuing Bank, Acquiring Bank (D) All of these
(344) Which of the following entities play role in online payment ?
(A) Payment gateways (B) Payment processor (C) Both (A) and (B) (D) None
(345) ………. Are services provided by the third parties like PayPal which connects networks of all the
parties involved and enables to perform authorization and payment in secure manner.
(A) Payment gateway (B) Master gateway (C) User gateway (D) Payment best way
(346) Processors are ……….. which perform the credit card transactions and settle funds to the merchant.
(A) Data Centre (B) Data Circuit (C) Data Damage (D) Digital Data
(347) The online payment through credit card on Internet is ……. .
(A) Authorization (B) Settlement (C) Both (A) and (B) (D) None
(348) Major credit card companies use the ………. Security system to make online transactions secure.
(A) SAT (B) SET (C) ETS (D) TES
(349) Which of the following is the advantage of credit card ?
(A) Give flexibility to the customer as they do not have to carry lot of cash.
(B) Keeps record of the customer’s purchase through the bank statement.
(C) Allows customer to purchase goods when they do not have the cash available in the bank account
(D) All of these
(350) Which of the following is the limitation of credit card ?
(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
(351) Which of the following payment card that transfers fund directly from the consumer’s bank account
to the merchant ?
(A) Credit card (B) Debit card (C) Smart card (D) All of these
(352) 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
(353) A smart card contains ………., which is much safer than the credit or debit cards as the information
stored in the smart card is encrypted.
(A) Account information (B) Health insurance information
(C) Private key (D) All of these
(354) A ………. is required to read information or add data to smart card.
(A) Smart card Reader (B) Smart card Computer (C) Smart Device (D) Smart Database
(355) 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) Charge card (C) Smart card (D) No Limit card
(356) Which of the following type of customers used net banking or online banking facilities ?
(A) Customers who have bank accounts (B) Customers who not have bank accounts
(C) Customers who have bank accounts enabled with Internet banking
(D) Customers who have online card
(357) ……….. means transferring money from one bank account to another electronically.
(A) Electronic Fund Transfer (B) Automatically Fund Transfer
(C) Electronic Fund Transaction (D) Electronic Format Technology
(358) ……….. is an electronic card for making secure online payments towards a merchant.
(A) E-copy (B) E-wallet (C) E-storage (D) Smart wallet
(359) The term RuPay is coined from two terms Rupee and Payment. It is a new card payment
mechanism launched by ……… .
(A) National Payment Corporation of International (B) National Payment Corporation of India
(C) National Payment Co-operation of India (D) Navagam Police Criminal Industry
(360) ……… card will benefit the customers and the banks by reducing the cost.
(A) Visa card (B) Master card (C) RuPay (D) All of these
Chapter - 6 : Object-Oriented concepts
(361) Object-oriented techniques as methodology or as paradigm is playing significant role in …….. of
software system.
(A) Analysis (B) Design (C) Implementation (D) All of these
(362) Software developed using object-oriented methodology are proclaimed to be ………. .
(A) more reliable (B) easier to maintain
(C) reuse and enhance (D) All of these
(363) Object-oriented programming concepts started originating in the .......... and since mid ..........., it had
become the main programming paradigm used in the creation of new software.
(A) 1860s, 1980s (B) 1960s, 1980s (C) 1960s, 1990s (D) 1947s, 1950s
(364) Which of the following languages that support object-oriented programming are ........... .
(A) C++, Java (B) C#, [Link] (C) [Link], PHP (D) All of these
(365) The way of programming can be categories namely ........... .
(A) Structure/procedural (B) Object-oriented (C) Both (A) and (B) (D) None
(366) In procedural programming the focus in on …… and in object-oriented paradigm, the focus in on ….. .
(A) Functions or Procedures, Object (B) Functions, Procedures
(C) Object, Functions or Procedures (D) Procedures, Object
(367) The power of object-oriented programming language enables the programmer to create …….. .
(A) modular (B) reusable (C) extendable code (D) All of these
(368) Software development speed is gained by ………. .
(A) reusing existing code (B) enhancing existing code
(C) Both (A) and (B) (D) None
(369) In ……….. paradigm, the focus is on object.
(A) Procedural (B) Object-oriented (C) Both (A) and (B) (D) None
(370) A computer language is object-oriented if they support object properties like ……….. .
(A) Abstraction, Polymorphism (B) Encapsulation, Inheritance
(C) Both (A) and (B) (D) None
(371) In the real world, .......... are the entities of which the world is comprised.
(A) Class (B) Object (C) Function (D) Attribute
(372) In object-oriented terminology, characteristics are known as ........... .
(A) Properties (B) Attribute (C) Both (A) and (B) (D) Method
(373) 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 these
(374) Which of the following is used to distinguish objects from each other ?
(A) Attributes (B) State (C) Behaviour (D) All of these
(375) A ......... associated with objects, it is also known as method.
(A) Behaviour (B) Identity (C) Both (A) and (B) (D) None
(376) State of the object can change due to its .......... .
(A) Behaviour (B) Function (C) Class (D) State
(377) In Real world object can be described in terms of ……….. .
(A) what it is called identity (B) what it is (its state)
(C) what is does (its behavior) (D) All of these
(378) In object-oriented programming, attributes that describe the object are also referred to as …….. .
(A) Database (B) Data Field (C) Data Property (D) Data Object
(379) The data attributes and behavioral methods associated with an object are collectively referred to as
its ……… .
(A) Member (B) Feature (C) Both (A) and (B) (D) None
(380) Which of the following is used to define common features of similar objects ?
(A) Class (B) Object (C) Methods (D) All of these
(381) Class can be considered as a ……… for various objects.
(A) Blueprint (B) Black print (C) Red print (D) White print
(382) The class diagram presents .......
(A) A collection of classes (B) Constraints
(C) Relationship among classes (D) All of these
(383) ........ can be used to create models of object-oriented software to help with design of an application.
(A) Unified Modern Language (B) Unified Modelling Language
(C) University Modelling Language (D) Unified Modelling Lunch
(384) UML is a visual modelling language defined and maintained by .......... .
(A) Oh My God (B) Object Management by God
(C) Object Management Group (D) Order Management Group
(385) The purpose of the .......... is to model the static view of an application.
(A) Class diagram (B) Object diagram (C) Function diagram (D) Graph diagram
(386) How many section available in class diagram ?
(A) 2 (B) 3 (C) 4 (D) 5
(387) In class diagram, ......... give in the top section, ......... in the middle section and ......... give in the
bottom section.
(A) Class Name, Behaviour / Operation / Method, Attribute / Property
(B) Class Name, Behaviour / Operation, Attribute / Method
(C) Class Name, Attribute / Property, Behaviour / Operation / Method
(D) Attribute / Property, Behaviour / Operation / Method, Class Name
(388) UML notation, items written in pair of .......... brackets are optional and user is supposed to specify
the value for item enclosed in .......... brackets.
(A) [ ], { } (B) [ ], < > (C) < >, [ ] (D) ( ), { }
(389) Match the following.
1 - A Private visibility
2 # B Protected visibility
3 + C Public visibility
4 ~ D Package visibility
(A) (1-D), (2-B), (3-C), (4-A) (B) (1-A), (2-C), (3-B), (4-D)
(C) (1-A), (2-B), (3-C), (4-D) (D) (1-D), (2-C), (3-A), (4-B)
(390) Which of the following is mandatory in UML notation ?
(A) [<visibility>] (B) <attribute name>
(C) [: <attribute data type> [= <initial value> ]] (D) Both (A) and (C)
(391) Match the following.
1 string A It is used to store fractional number
2 char B It is used to store integer number
3 date C It is used to store date
4 int D It is used to store only one character
5 float E It is used to store more than one character
(A) (1-E), (2-D), (3-C), (4-B), (5-A) (B) (1-B), (2-D), (3-C), (4-E), (5-A)
(C) (1-D), (2-C), (3-A), (4-E), (5-B) (D) (1-A), (2-E), (3-B), (4-D), (5-C)
(392) For any computer program, two core elements are data and functions. Structured/Procedural
programming views these two core elements as ….……., whereas object-oriented programming
view them as .…....… .
(A) two separate entities, single entity (B) one entity, two separate entities
(C) one entity, one entity (D) two separate entities, two separate entities
(393) In ………. programming, data can be altered by any component of the program. It is not protected
from modification.
(A) Procedural (B) Object-oriented (C) Both (A) and (B) (D) None
(394) Which of the following is not a visibility symbol ?
(A) ~ (B) * (C) # (D) -
(395) Which of the following is provided using encapsulation ?
(A) Data protection (B) Data sharing
(C) Separation of data and methods (D) All of these
(396) Which of the following is enabled by data abstraction ?
(A) Data protection (B) Data hiding
(C) To hide implementation details of method manipulation the data (D) All of these
(397) Abstraction is a concept that …….. .
(A) hides complexity (B) it says what it does (C) not how it is done (D) All of these
(398) Match the following.
1 sqrt() A It returns the number of days between two dates
2 printf() B It is used to find out square root
3 dateDiff() C It is used to display information of the screen
(A) (1-B), (2-A), (3-C) (B) (1-C), (2-B), (3-A) (C) (1-B), (2-C), (3-A) (D) (1-A), (2-B), (3-C)
(399) Which of the following is provided by data abstraction ?
(A) Skeleton (B) Templates (C) Both (A) and (B) (D) None
(400) Which of the following is/are example of data abstraction ?
(A) ADT or structures in C/C++ (B) classes in C++/Java
(C) Both (A) and (B) (D) None
(401) ………. protects data by making them inaccessible from outside.
(A) Data Abstraction (B) Encapsulation (C) Composition (D) Aggregation
(402) ………. Enables to represent data I which the implementation details are hidden.
(A) Data Abstraction (B) Encapsulation (C) Composition (D) Aggregation
(403) In object-oriented terminology, a call to a method is referred to as a .......... .
(A) Message (B) Call (C) Get (D) Post
(404) Due to .........., all method calls are handled by objects that recognize the method.
(A) Encapsulation (B) Data Abstraction (C) Composition (D) Aggregation
(405) ......... means ‘many forms’.
(A) Messaging (B) Aggregation (C) Composition (D) Polymorphism
(406) In which of the following case, it is possible to define more than one function with the same name in
Object-oriented programming ?
(A) The methods more than signatures (B) The method less than signatures
(C) The methods and signature both are same (D) The methods differs in signatures
(407) Object-oriented programming allows defining more than one method having same name but
different signatures in a single class. This feature is known as ………… .
(A) Function overloading (B) Method overloading
(C) Operator overloading (D) Both (A) and (B)
(408) Name of the function, number and type of parameters is known as....... .
(A) Messaging (B) Signature (C) Composition (D) Polymorphism
(409) Same operation is given different meanings depending upon the data type of operands used. This
type of polymorphism is achieved through ………. .
(A) Operator Overloading (B) Operator Overlisting
(C) Function Overloading (D) Operation Overloading
(410) The capability of using same names to mean different things in different contexts is called ………. .
(A) Overweight (B) Overfunction (C) Overlisting (D) Overloading
(411) With which of the following options polymorphism cannot be achieved ?
(A) Method overloading (B) Operator overloading (C) Data-hiding (D) All of these
(412) Polymorphism is achieved using, how many types of overloading ?
(A) 2 (B) 3 (C) 4 (D) 5
(413) When objects of one class are composed of objects of other class, it is called ………. .
(A) Aggregation (B) Composition (C) Both (A) and (B) (D) None
(414) Aggregation represents …….. and composition represent ……… relationship between two class.
(A) non-exclusive, exclusive (B) exclusive, non-exclusive
(C) exclusive, exclusive (D) non-exclusive, non-exclusive
(415) Aggregation relationship is represented using ......... sign and Composition relationship is
represented using .......... sign.
(A) , (B) , (C) , (D) ,
(416) 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
(417) In class diagram, aggregation is represented using which of the following symbols ?
(A) Empty diamond symbol (B) Filled diamond symbol
(C) Empty triangle symbol (D) All of these
(418) A relationship between class ‘Person’ and class ‘Name’ is ........ .
(A) Messaging (B) Aggregation (C) Composition (D) Polymorphism
(419) A relationship between class ‘Person’ and class ‘Address’ is ........ .
(A) Messaging (B) Aggregation (C) Composition (D) Polymorphism
(420) The class that contains objects of other class is known as ........ .
(A) Owner class (B) Whole class (C) Aggregating class (D) All of these
(421) The class that is contained in owner class is known as .......... .
(A) Subject class (B) Part class (C) Aggregated class (D) All of these
(422) 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
(423) 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
(424) Inheritance is generally referred to as ……… relationship between two classes. It is appropriate
when one class is ‘a kind of’ other class.
(A) is-a-kind-of (B) is a two kind of (C) is a three kind of (D) multiple kind of
(425) Which of the following is a type of Inheritance ?
(A) Single Inheritance (B) Multilevel Inheritance (C) Both (A) and (B) (D) None
(426) ………. is a specialized version with additional attributes and methods.
(A) Sub class (B) Super class (C) Both (A) and (B) (D) None
(427) In object-oriented terminology, new class is called ……… .
(A) Sub class (B) Child class (C) Derived class (D) All of these
(428) In object-oriented terminology, the existing class is called ………. .
(A) Super class (B) Parent class (C) Base class (D) All of these
(429) ………. is another name for Inheritance or “is a” relationship. It refers to a relationship between two
classes where one class is a specialized version of another.
(A) Main rule (B) extra rule (C) simple rule (D) Generalization
(430) Common attributes and methods are defined in ………. .
(A) Sub class (B) Super class (C) Both (A) and (B) (D) None
(431) In class diagram, Inheritance is represented using an ………. .
(A) arrow pointing to super class (B) arrow pointing to sub class
(C) arrow pointing to child class (D) All of these
(432) First class can be derived from second class, and second class can be derived from third class is
called ……… .
(A) level Inheritance (B) Multilevel Inheritance (C) Inner Inheritance (D) Nested Inheritance
(433) In ……….., class inherits from other classes in order to share, reuse or extend functionality. Here
there exists ‘a kind of’ relationship between super class and subclass.
(A) Inheritance (B) Composition (C) Aggregation (D) Polymorphism
(434) In ……….., classes do not inherit from other classes, but are ‘composed of’ other classes. Class
contains the attributes where some attributes are of objects of other class types.
(A) Inheritance (B) Composition (C) Aggregation (D) Polymorphism
(435) Which of the following can be represented in class diagram ?
(A) Relationship (B) Constraints (C) Both (A) and (B) (D) None
Chapter - 13 : Other useful free tools and services
(436) Which of the following store in computer file ?
(A) Data (B) Program (C) Both (A) and (B) (D) None
(437) Transferring larger amount of data may take more time, because ……… .
(A) Computer networks and external storage devices are usually not as fast as internal components.
(B) If the Internet is used for such transfers, more time may be taken due to slow Internet speed.
(C) Both (A) and (B) (D) None
(438) Computer scientists have developed techniques to place a whole directory structure into a single file
for convenience. Such a file is called an …….. .
(A) Archive file (B) All file (C) Last file (D) Owner file
(439) Computer scientists have developed a number of techniques for reducing the storage requirements
of computer files and directory structures. These techniques are called ……. .
(A) data expose (B) data compression (C) data repetition (D) All of these
(440) Data compression generally works by ………. .
(A) Identifying repetition (B) reduces repetition (C) eliminate repetition (D) All of these
(441) All words are mansion using ………. In Data compression.
(A) number (B) letter (C) (A) or (B) (D) symbol
(442) In Compressed file, beginning of the table with a ........ symbol and end of the table with a ........
symbol in Data Compression.
(A) ^ , $ (B) # , $ (C) ^ , # (D) $, ^
(443) Linux provides ready-made free and open source software for managing archive files, it is called ..... .
(A) Archive Manager (B) Archive Master (C) Archive Assistant (D) Archive Viewer
(444) Which of the following refers to a file that has an entire directory structure inside it ?
(A) Apache (B) Archie (C) Archi (D) Archive
(445) What is the full form of TAR ?
(A) Tape Archiver (B) Tech Archiver (C) Test Archiver (D) Tight Archiver
(446) For which types of archives is the password protection option available ?
(A) zip (B) tar (C) [Link] (D) Both zip and [Link]
(447) Which of the following file format is the most common compressed file formats ?
(A) zip (B) [Link] (C) Both (A) and (B) (D) None
(448) A file commonly has the extension [Link], it is also called ………. .
(A) Tar ball (B) Tar bat (C) Tar light (D) Tar System
(449) Which of the following file used zip format in Java ?
(A) JAV (B) JAR (C) JVA (D) ZAR
(450) Archive Manager can also be used to ……….. .
(A) to explore the contents of archives (B) to extract files from the archives
(C) to add or delete files from archive (D) All of these
(451) To open Archive Manager ……….. .
(A) Application → Accessories → Archive Manager (B) Double-click on archive file in the file browser
(C) Both (A) and (B) (D) Start → Accessories → Archive Manager
(452) A new archive can be created by ……….. .
(A) right-clicking a file → Compress… (B) left-clicking a file → Compress…
(C) right-clicking a file → Archive…. (D) left-clicking a file → Archive…
(453) ……… buttons in the toolbar of archive manager can be used to go to the parent directory and the
previous directory respectively.
(A) Up and Down (B) Up and Back (C) On and Off (D) Go and Bank
(454) Which of the following works done using Archive Manager ?
(A) for backup, for saving disk space (B) for transfer via an external storage device
(C) for transfer via network (D) All of these
(455) Which of the following is a feature-rich media player ?
(A) VAC (B) VEC (C) VLC (D) VNC
(456) What is the full form of VLC ?
(A) VideoLAN Client (B) Video Line Coder (C) Video Length Coder (D) Video List Creator
(457) VLC started an academic project by the music-loving students of a university in ……… .
(A) New York (B) Rajkot (C) Berlin (D) Paris
(458) The conversion (coding) and reverse conversion (decoding) is performed by a software component
called ………. .
(A) Codec (B) Modec (C) Rodec (D) Segat
(459) Which of the following supported by VLC player ?
(A) Web camera, HD monitor (B) All type of speaker
(C) Microphones, headphones (D) All of these
(460) Match the following.
1 Application→Sound & Video→VLC A Starting VLC media player
2 Media → Open File... B Opening more than one media files
3 Media → Open Directory... C Opening Play List in VLC media player
4 View → Playlist D Opening the whole directory in VLC media player
5 Media → Save Playlist to File E Saving Play List in VLC media player
6 Media → Convert / Save F To convert the multimedia file in VLC media player
(A) (1-A), (2-B), (3-C), (4-D), (5-E), (6-F) (B) (1-F), (2-D), (3-C), (4-E), (5-A), (6-B)
(C) (1-A), (2-B), (3-D), (4-C), (5-E), (6-F) (D) (1-F), (2-E), (3-C), (4-D), (5-B), (6-A)
(461) VLC supports multiple file formats for playlist, but ……… is more common.
(A) MP3 (B) M3U (C) MPEG (D) 3GP
(462) At the bottom of the window, VLC displays a ………. Showing how much of the current track has
been played and what is its total duration.
(A) Process bar (B) Public bar (C) Progress bar (D) Menu bar
(463) Google Maps is a free Internet-based service provided by ……… .
(A) Google Incorporation (B) Google Corporation
(C) Google Government (D) Google Ration card
(464) Google has over a period of years, collected extensive map data for the whole earth through …….. .
(A) Satellite imagery (B) cars with cameras mounted on them
(C) Data purchased from other organizations and individuals users (D) All of these
(465) Google Maps allows anybody to ……… .
(A) To edit the maps and (B) To identify landmarks, building
(C) To upload photographs of the place (D) All of these
(466) Which of the following website used to open Google Map ?
(A) [Link] (B) [Link]
(C) Both (A) and (B) (D) [Link]
(467) Which technology gives our location with accuracy ?
(A) GRS (B) GPRS (C) GRPS (D) GPS
(468) Which type of work done using a vertical slider bar on the left of Google Map ?
(A) to zoom in (B) to zoom out (C) Both (A) and (B) (D) to change color of map
(469) In which view, the images take by satellites in the sky are shown. The images are clear enough to
identify most familiar buildings and roads.
(A) Map view (B) Satellite view (C) Both (A) and (B) (D) None
(470) Which of the facility are provided by Google Maps ?
(A) To search for a place and find its exact location (B) To find direction to places unknown to us
(C) It is used to decide the route based on the current location and destination. (D) All of these
(471) Google Maps can be used to display ………. .
(A) Bus routes, current location of running trains (B) nearest ATM centre, bank, restaurant
(C) Bus stop or any other such essential place (D) All of these
(472) Which program is used to enter Unicode characters into any application ?
(A) Character Display (B) Character Insert (C) Character Map (D) Character Select
(473) Which character brief details give in status bar of Character Map ?
(A) Character currently selected with single-click (B) Character currently selected with double-click
(C) Both (A) and (B) (D) None
(474) Which of the following tab of Character Map, is used to see more details of the character ?
(A) Character Table (B) Character Details (C) Both (A) and (B) (D) None
(475) After we get a substantial amount of content, we may ……. the content and …..… into an
application.
(A) Copy and Paste (B) Cut and Paste (C) Move and Paste (D) Copy and Move
(476) Which of the following is true for ‘R’ software ?
(A) free software environment for statistical computing (B) It has its own scripting language
(C) It is a case-sensitive language (D) All of these
(477) Which of the following environments available in ‘R’ software ?
(A) GUI - Graphical User Interface (B) CLI – Command Line Interface
(C) Both (A) and (B) (D) None
(478) To use ‘R’ software in GUI environment we need to install graphic editors like ……. from Ubuntu
Software Center.
(A) ‘R’ Commander (B) Rstudio (C) Both (A) or (B) (D) ‘R’ Scripting
(479) To invoke the R scripts from terminal window open terminal and type …… on the command prompt.
(A) r (B) R (C) rcom (D) rclick
(480) Which of the following symbol is used at a comment marker in ‘R’ software ?
(A) # (B) $ (C) > (D) [1]
(481) ………. is the basic data type in ‘R’ software.
(A) Number (B) String (C) Both (A) and (B) (D) None
(482) String may be enclosed in …….. in ‘R’ software.
(A) single quotes (B) double quotes (C) Both (A) and (B) (D) None
(483) Which of the following operator works equally well on single numbers as well as on lists ?
(A) +, - (B) * (C) / (D) All of these
(484) Which of the following function is used to create lists ‘R’ software ?
(A) c (B) list (C) ls (D) q
(485) Match the following.
1 q() A For viewing some demonstrations
2 help() B To open the online help in a browser
3 demo() C For quitting R software
4 [Link]() D For accessing the online help
5 help(function name) E To get help on a particular function
6 ls() F It displays a list of all the variables we have defined
(A) (1-C), (2-D), (3-A), (4-B), (5-E), (6-F) (B) (1-D), (2-C), (3-A), (4-B), (5-E), (6-F)
(C) (1-C), (2-D), (3-A), (4-B), (5-F), (6-E) (D) (1-C), (2-A), (3-B), (4-D), (5-E), (6-F)
(486) Which symbol shows the prompt of ‘R’ software ?
(A) # (B) > (C) < (D) <-
(487) Which of the following statement is right to define variable ‘a’ and assigns it a value 10 in ‘R’ software?
(A) a <- 10 (B) a == 10 (C) a = 10 (D) a : 10
(488) A series of consecutive numbers (range) may be generated using the syntax …….. in ‘R’ software.
(A) begin : end: (B) start : end (C) end : start (D) start : begin
(489) In ‘R’ software, 1 : 5 is same as ………. .
(A) c(1, 2, 3, 4, 5) (B) c(1 <- 5) (C) c(1 = 5) (D) c(1 ... 5)
(490) Match the following.
1 min(list) A It is used to create histograms in R
2 max(list) B It is used to create bar graph in R
3 mean(list) C It is used to find median for the list
4 median(list) D It is used to find mean for the list
5 barplot() E It is used to find the maximum value
6 hist() F It is used to find the minimum value
(A) (1-F), (2-E), (3-D), (4-C), (5-A), (6-B) (B) (1-F), (2-D), (3-C), (4-E), (5-A), (6-B)
(C) (1-F), (2-E), (3-D), (4-C), (5-B), (6-A) (D) (1-F), (2-E), (3-C), (4-D), (5-B), (6-A)
(491) Which function is used to create a bar graph in R ?
(A) bar() (B) plot() (C) bargraph() (D) barplot()
(492) The first argument specifies the data list, while all other arguments have the form …….. in barplot().
(A) name : value (B) name = value (C) name >- value (D) name == value
(493) For long commands, when we press ENTER before the command is complete, R issues the …….
Prompt until we complete the command.
(A) > (B) < (C) + (D) $
(494) Which of the following are different variants of Rational Plan ?
(A) Single, Multi, Viewer (B) Singular, Multiple (C) View, Preview (D) Server, Client
(495) Though as of today the support of Rational Plan on Ubuntu ……… has been removed it is available
for Ubuntu ………. And later versions.
(A) 10.04, 12.04 (B) 10.40, 14.20 (C) 14.10, 14.12 (D) 100.4, 120.4
(496) Match the following.
1 main A It is used to specify the main title
2 xlab B It is used to specify X-axis label
3 ylab C It is used to specify Y-axis label
4 [Link] D The values to be displayed for the bars
5 ylim E The range of values to be plotted on the Y-axis
6 border F It is used to specify border color
(A) (1-A), (2-B), (3-C), (4-D), (5-F), (6-E) (B) (1-A), (2-B), (3-C), (4-D), (5-E), (6-F)
(C) (1-F), (2-E), (3-D), (4-C), (5-B), (6-A) (D) (1-F), (2-E), (3-C), (4-D), (5-B), (6-A)
(497) Rational Plan Viewer is an additional tool developed to share the project in its original file format … .
(A) .xpr (B) .xrp (C) .exe (D) .xrq
(498) ………. is one such software that allows us to make free calls over the Internet using our computer.
(A) Skype (B) Sky program (C) Sky free call (D) Se kyp
(499) To start Skype, choose ……… .
(A) Application → Skype → Internet (B) Application → Internet → Skype
(C) Application → Sky → pe (D) Start → Internet → Skype
(500) Which of the following information is required to ‘Sign in’ in Skype software ?
(A) Skype Name (B) Password (C) Both (A) and (B) (D) None
Name Fullform Name Fullform
HTML Hyper Text Markup Language PDA Personal Digital Assistant
HTTP Hyper Text Transfer Protocol 3G Third Generation
IDE Integrated Development Environment GPS Global Positioning System
GUI Graphical User Interface Wi-Fi Wireless Fidelity
CLI Command Line Interface TTP Trusted Third Party
WYSIWYG What You See Is What You Get CA Certification Authority
CSS Cascading Style Sheet ATM Automatic Teller Machine
DOM Document Object Model SSL Secure Socket Layer
BOM Browser Object Model IT Information Technology
NaN Not a Number © Copyright Mark
URL Universal/Uniform Resource Locator TM Trade Mark
FTP File Transfer Protocol SM Service Mark
ISP Internet Service Provider ® Registration Mark
W3C World Wide Web Consortium XML Extensible Markup Language
E-commerce Electronic Commerce SET Secure Electronic Transfer
Indian Railway Catering and Tourism
IRCTC EFT Electronic Fund Transfer
Corporation
B2C Business to Consumer E-wallet Electronic Wallet
B2B Business to Business RuPay Rupee Payment
C2C Consumer to Consumer E-copy Electronic Copy
C2B Consumer to Business VB Visual Basic
G2B Government to Business ASP Active Server Pages
G2C Government to Citizen PHP Hypertext Preprocessor
G2G Government to Government UML Unified Modelling Language
ISBN International Standard Book Number OMG Object Management Group
GSWAN Gujarat State Wide Area Network ADT Abstract Data Type
M-commerce Mobile Commerce TAR Tap Archiver
L-commerce Location Commerce gzip GNU zip
M-banking Mobile Banking VLC Video LAN Client
GIMP Graphical Image Manipulation Program Codec Coder Decoder
NPCI National Payment Corporation of India M3U MPEG URL sound reference file
Best Of Luck