GSEB Standard 12 English MCQs - Chapter 1
Welcome to the Multiple Choice Questions (MCQ) section for GSEB Standard 12 English, Chapter 1.
This page provides a comprehensive set of practice questions to help students test their understanding of the chapter's key concepts. Each question is presented with four options, designed to reinforce learning and prepare for examinations.
Multiple Choice Questions
Question 1
Which access modifiers can be used before the type of variable or method in Java ?
- A) Public
- B) Protected
- C) Private
- D) All of these
Question 2
In Java, which variables are defined with in a class, outside any method with static keyword?
- A) Global variable
- B) Class variable
- C) Instance variable
- D) Local variable
Question 3
In Java, what is used to represent 2-D structure like table of rows and columns ?
- A) Scalar
- B) Vector
- C) Element
- D) Matrix
Question 4
Inheritance model consist of which type of relationship between two classes in Java ?
- A) 1:M
- B) is-a
- C) 1:1
- D) has - a
Question 5
In Java, to search an element in an array, Arrays class provides which method ?
- A) Binarysearch()
- B) Stringsearch()
- C) Elementsearch()
- D) Linelndsearch()
Question 6
In java, a sub class inherits all instance variables and methods from which class?
- A) Derived class
- B) Instance class
- C) Super class
- D) Child class
Question 7
Composition and aggregation establish which type of relationship between classes in java ?
- A) has-a
- B) is-a
- C) wasa
- D) as-a
Question 8
If 'str' is the object of string class and its content is "Hello" then what is the value of str.length()?
- A) error
- B) 8
- C) 5
- D) 7
Question 9
In Java, which of the following method can be used with java.util.Arrays class ?
- A) sort ()
- B) fill ()
- C) alert ()
- D) Both (A) and (B)
Question 10
In Java, 'visibility modifiers' 'protected' members are available as which members in the inherited subclass ?
- A) Object
- B) Public
- C) Instance
- D) Private
Question 11
In Java, to declare a 1D array we use a pair of which brackets after array name or after datatype ?
- A) <>
- B) 11
- C)
{} - D) ()
Question 12
In Java, while using inheritance - "Child class" can be referred to as which of the following ?
- A) Sub class
- B) Derived class
- C) Extended class
- D) All of these
Question 13
Which of the following is the keyword used to refer a super class constructor in sub class constructor?
- A) Name of subclass
- B) New
- C) Super
- D) Extends
Question 14
In Java, arrays are useful to represent which type of data ?
- A) Vector
- B) Matrix
- C) Multi - dimensional
- D) All of these
Question 15
In VLC Media player which command is used to open a playlist?
- A) Insert → Playlist
- B) Media → Playlist
- C) Media Openfile
- D) View → Playlist
Question 16
Which program is used to enter unicode characters into any application ?
- A) Character map
- B) Object manager
- C) Font chart
- D) All of above
Question 17
In KompoZer, which key is used to close site manager?
- A) F9
- B) F5
- C) F6
- D) F2
Question 18
In Edit mode toolbar of KompoZer, which of the following viewing mode is not available ?
- A) Normal
- B) Web page
- C) HTML tags
- D) Preview
Question 19
Which software allows user to make calls over the Internet using computer?
- A) Amazon
- B) Mcall.com
- C) Skype
- D) Google Map
Question 20
From the following who offers limited free space on the web server ?
- A) ISP
- B) FTP
- C) BOM
- D) OMG
Question 21
Rational plan comprises of how many types of desktop products ?
- A) Two
- B) Three
- C) One
- D) Four
Question 22
What should be the information of website ?
- A) Incomplete, Relevant
- B) Incomplete, Irrelevant
- C) Complete, Relevant
- D) Complete, Irrelevant
Question 23
From the following which operator is used to access instance variable and instance methods in Java ?
- A) : (colon)
- B) ; (semicolon)
- C) . (dot)
- D) , (comma)
Question 24
Which network is developed by the Gujara Government to provide information regarding various government departments, different application forms to be used by citizens?
- A) GSWAN
- B) MSWAN
- C) ASWAN
- D) BSWAN
Question 25
Which is a program that uses internet to record information that passes through a computer or router in transit from sender to receiver ?
- A) Cyber Vandalism
- B) Sniffing
- C) Malicious Code
- D) Spoofing
Question 26
Which string constructor is used without arguments to create a string object with no characters ?
- A) string()
- B) string (Char ary [])
- C) string(string str obj)
- D) string(str literal)
Question 27
Which method can be applied on the variable that is stored on user's computer cookie?
- A) Cookies can be read
- B) Cookies can be created
- C) Cookies can be modified
- D) All of these
Question 28
Which of the following statement is used in JavaScript to return a value in a function?
- A) Event
- B) Program
- C) Return
- D) Function
Question 29
What is used in web pages to improve the design and validate the forms ?
- A) 'C' language
- B) Java
- C) Oracle
- D) JavaScript
Question 30
In object oriented terminology, the existing class is known as what ?
- A) Super class
- B) Parent class
- C) Sub class
- D) Both (A) and (B)
Question 31
In form, which input element can be used to enter comment, report or a long description of a product ?
- A) <select>...</select>
- B) <option>... </option>
- C) <longtext> ... </longtext>
- D) <textarea>... </textarea>
Question 32
In Java, to search an element in an array, array class provides which type of method ?
- A) fill()
- B) binarySearch()
- C) sort()
- D) remove()
Question 33
From the following which option is used to insert table in webpage made in KompoZer ?
- A) Format Table
- B) Insert → Table
- C) View Table
- D) Modify Table
Question 34
Which kind of webpage is created using HTML?
- A) Static
- B) Could not be changed
- C) Both (A) and (B)
- D) Dynamic
Question 35
In object-oriented programming (OOP) languages, creating an object is also known as what?
- A) Object instantiation
- B) Object creation
- C) Object making
- D) None of these
Question 36
Which steps are required to create object from a class in Java ?
- A) Declaration
- B) Instantiation
- C) Initialization
- D) All of these
Question 37
From the following which are the examples of B2C E-commerce business model ?
- A) fabmart.com
- B) flipkart.com
- C) amazon.com
- D) All of these
Question 38
From the following which extension are used to indicate text files ?
- A) .c
- B) .txt TOWS
- C) java
- D) All of these
Question 39
Which type of braces is used to initialize data elements in 1-D array ?
- A) <>
- B) ()
- C)
{} - D) ()
Question 40
From the following what is the purpose for developing website ?
- A) To provide information to a group of people.
- B) To attract new customers.
- C) To sell the products online.
- D) All of these
Question 41
Which is the most commonly used numeric function in JavaScript ?
- A) validateForm()
- B) isNaN()
- C) alert()
- D) number() 49) From the
Question 42
Which is a limitation of E-commerce ?
- A) Conducts Business 24 × 7
- B) Speed
- C) No boundaries of geographical limitations
- D) Security
Question 43
In Java, if 'Str' is the object of string class and its content is "Hello", then what is the value of str.length() ?
- A) 8
- B) 7
- C) 6
- D) 5
Question 44
Which is the default level of protection, where lack of any access modifier keyword is in a declaration in Java ?
- A) Public
- B) Package
- C) Protected
- D) Private
Question 45
Which is the most popular and widely accepted method of payment on internet in E-commerce / M-commerce ?
- A) Credit Card '
- B) Cash
- C) Electronic Wallet
- D) Ru-pay
Question 46
Which method of string class is used to return a string with all characters of invoking string converted to uppercase
- A) int length()
- B) byte[] getBytes()
- C) String to Uppercase()
- D) String concat(string str)
Question 47
What is the default value of Boolean data type of Java ?
- A) False
- B) True
- C) 0 (zero)
- D) 1
Question 48
var x = document.js1.name.value In above statement, which is a variable ?
- A) X
- B) document
- C) .jsl
- D) name.value
Question 49
We can use various static methods provided by Java using which array class ?
- A) java.util.Arrays
- B) java.io
- C) java.lang
- D) All of these
Question 50
What is the full form of CSS ?
- A) Cascading Style Sheet
- B) Cascading Super Sheet
- C) Cascading Short Style
- D) Cascade Sine Simple
Question 51
Unified Modeling Language is defined by whom?
- A) IMG
- B) PMG
- C) OMG
- D) CMG
Question 52
What is the full form of TAR ?
- A) Tape Archiver
- B) Tape Attacker ty
- C) Tape Analyzer
- D) Tape Administrator or
Question 53
From the following which type of visibility modifiers are used to protect a method on variables ?
- A) Public
- B) Package
- C) Protected and Private
- D) All of these
Question 54
From the following which is the illegal name of variable in Java ?
- A) 4me
- B) result
- C) amount$
- D) price$
Question 55
A CSS rule has how many parts ?
- A) 1
- B) 2
- C) 3
- D) 4
Question 56
What is the size of second dimension in an array sales [5][12] ?
- A) 12
- B) 5
- C) 60
- D) 11
Question 57
Which of the following is true about streams in Java ?
- A) Streams always flow in two directions.
- B) Streams are channels through which the data flow.
- C) Only one stream can be opened in a program at a time.
- D) All of these
Question 58
Which of the following is the process of buying and selling products by offering the customers to bid the price?
- A) Auction
- B) Registration
- C) Book store
- D) Marketing and Selling
Question 59
From the following which is the example of Consumer to Business model ?
- A) bidstall.com
- B) JeetLe.in
- C) Both (A) and (B)
- D) Flipkart.com
Question 60
From the following which is not a comparison operator in Java ?
- A) >
- B) <
- C) <=
- D) +
Question 61
Which attribute of form elements is used to specify where to send the form data when the form is submitted ?
- A) method
- B) action
- C) name
- D) type
Question 62
A computer language is object oriented if it supports which type of object properties?
- A) Abstraction
- B) Polymorphism and Encapsulation
- C) Inheritance
- D) All of these
Question 63
Arrays are useful to represent which type of data in Java ?
- A) vector
- B) matrix
- C) multi-dimensional
- D) All of these
Question 64
What are the limitations of Mobile commerce ?
- A) Limited screen size.
- B) Virtually can contact a user anytime and anywhere
- C) Provides global reach
- D) Customized alerts can be easily received or the mobile
Question 65
Which of the following is used as a separato between fields of record ?
- A) Variable
- B) Space
- C) Path
- D) Delimiter
Question 66
Java language was developed by whom?
- A) Sun MicroSystems
- B) Oracle
- C) Netscape
- D) Microsoft
Question 67
What is the full form of JVM ?
- A) Java Visbility Modifier
- B) Java Visual Modem
- C) Java Virtual Machine
- D) Java Visual Machine
Question 68
From the following which storage is permanent storage, data is not lost when a computer loses power ?
- A) Volatile storage
- B) Non-volatile storage
- C) Both (A) and (B)
- D) Object data
Question 69
From the following which technique is used for reducing the storage requirement of computer file and directory structures ?
- A) Data repetition
- B) Data installation
- C) Data compression
- D) All of these
Question 70
From the following which is not an event in JavaScript ?
- A) Abort
- B) Alert
- C) Click
- D) Submit
Question 71
In Java, a class is defined using which keyword?
- A) Class
- B) Public
- C) Static
- D) Main
Question 72
From the following which option is not in Form Properties Dialog Box of KompoZer ?
- A) Form Name
- B) Action URL
- C) Method
- D) Field Value
Question 73
Which steps are followed for the process of creation of array in Java ?
- A) Declare an array object
- B) Create an array object
- C) Both (A) and (B)
- D) Manage an array object
Question 74
Which type of variables are defined inside methods or blocks ?
- A) Local variables
- B) Instance variables
- C) Class variables
- D) Block variables
Question 75
Which type of relationship betwe composition and aggregation class ?
- A) is not a
- B) is a kind of
- C) has-a
- D) is-a
Question 76
Storage device of computer system can be broadly classified into which of the following category ?
- A) Volatile storage
- B) Non-volatile storage
- C) Dynamic storage
- D) Both (A) and (B)
Question 77
Which element allows multiline text input in HTML form ?
- A) longtext
- B) checkbox
- C) textarea
- D) select
Question 78
Which menu-option is used to view different tool bars (if not visible) in KompoZer?
- A) View Show / Hide
- B) Format Toolbar
- C) Edit Show / Hide
- D) Insert Toolbar
Question 79
Parent class is referred to a which class object oriented programming language?
- A) Extended class
- B) Child class
- C) Sub class
- D) Base class
Question 80
Which colored outline is seen in form when inserted in KompoZer?
- A) Green colored
- B) Yellow colored
- C) Light blue colored
- D) Red colored
Question 81
To insert input "Text Field" in form of KompoZer which option is selected in field type menu of "Form Field Properties" ?
- A) Submit button
- B) Check box
- C) Radio button
- D) Text
Question 82
Accessor method is known as what in Java ?
- A) Mutator
- B) Accessor
- C) Setter
- D) Getter
Question 83
Which shortcut key is used to close the Site Manager pane in KompoZer?
- A) F12
- B) F5
- C) F9
- D) F10
Question 84
Which attribute of <form> element takes a filename as value in HTML form?
- A) method
- B) action
- C) reset
- D) value
Question 85
Which level of protection is used to allow access only to sub class or to share with method declared as "friend" in Java ?
- A) Package
- B) Protected
- C) Public
- D) . Private
Question 86
From the following, which variables defined within a class, outside any method, with the static keyword in Java ?
- A) Instance variable
- B) Local variable
- C) Class variable
- D) All of these
Question 87
When no modifier is used, which is the default one having visibility only whithin a package that contain the class ?
- A) Package
- B) Private
- C) Protected
- D) Public
Question 88
Which of the following is the keyword used refer a super class constructor in sub cla constructor?
- A) new
- B) name of super class
- C) super
- D) extends
Question 89
To give caption to table if requires, which option is used in Table Properties ?
- A) Page title
- B) Caption
- C) Title
- D) Heading
Question 90
Which of the following file name is the home page of the website saved as ?
- A) firstpage.html
- B) first.html
- C) index.html
- D) home.html
Question 91
From the following which are the examples of open source IDEs ?
- A) KompoZer
- B) Eclipse
- C) JBuilder and Netbeans
- D) All of these
Question 92
Which E-commerce business model refers to E-commerce activities involving transactions between and among the consumers ?
- A) Government to Business
- B) Consumer to Consumer
- C) Business to Business
- D) Business to Consumer
Question 93
Which were the first applications of E-commerce website on Internet ?
- A) E-newspaper
- B) Book shops
- C) Online Auctions Selling
- D) Marketing and Sellings
Question 94
Which method of date class constructs date object using current system time in Java ?
- A) Date & Time()
- B) Today's Date()
- C) Date()
- D) now()
Question 95
Which menu is used to change page title in website created in KompoZer ?
- A) Format Page Title and Properties
- B) Format Heading
- C) Insert Heading
- D) Insert Heading and Subheading
Question 96
In Java in which condition program will get a compilation error and not be able to create ".class" file ?
- A) Syntax error in compilation
- B) Use of undeclared variable
- C) Wrong spellings of identifier or keyword
- D) All of these
Question 97
In Java, if we want to allow data directly accessed by methods of other class, then which method is used ?
- A) getter
- B) setter
- C) main
- D) void
Question 98
Which sign indicates single line comment in Java ?
- A) /and ends with/
- B) /and ends with/
- C) //
- D) #
Question 99
Generally, which input element is used to select a single item from a given group of item ?
- A) Textbox
- B) Checkbox
- C) Radio button
- D) Password
Question 100
From the following which devices is class into input and output device both ?
- A) Mouse
- B) Hard disk
- C) Monitor
- D) Keyboard
Question 101
What is the full form of PDF ?
- A) Portable document format
- B) Private Document File
- C) Process Document Format
- D) Protocol Document Format
Question 102
Which of the following symbol signifies the start and end of a JavaScript block ?
- A) Round bracket
- B) Curly bracket
- C) Square bracket
- D) Semicolon
Question 103
The name used for a constant value is known as what in Java ?
- A) String
- B) Array
- C) Literal
- D) Class
Question 104
Inheritance is generally referred as which type of relationship between two classes ?
- A) Partial relationship
- B) Full relationship
- C) Exclusive relationship
- D) 'is-a kind' of relationship
Question 105
If we want to make visible to all the classes outside the class, where method or variable is visible to class, which type of access modifier is used?
- A) Protected
- B) Package
- C) Public
- D) Private
Question 106
What is to be represented on the top section of class diagram, which is a representation of class?
- A) Name of the class
- B) Attributes or properties of class
- C) Behaviour of operations or methods of class
- D) All of these
Question 107
In which internet security threat, electronic defacing of an existing website page found and an attacker replaces the website's original content with his/her own content ?
- A) Denial of service attack
- B) Cyber vandalism
- C) Spoofing
- D) Sniffing
Question 108
Which type of array is used like table of rows and columns ?
- A) Minor array
- B) 2-D array
- C) 1-D array
- D) Primitive array
Question 109
Trademark is designated by which symbol ?
- A) TD
- B) C) and both (D)
- C) ®
- D) SM
Question 110
From the following which bank issues the credit card and guarantees the payment to the merchant ?
- A) Paypal
- B) (C) and (D) both
- C) Acquiring bank
- D) Issuing bank
Question 111
From the following which method of string class returns a string with all characters of invoking string converted to upper case ?
- A) int length ()
- B) byte[] getBytes
- C) String to Lowercase ()
- D) String to Uppercase ()
Question 112
What type of value is returned when we use get method of Calendar class with constant DAY_OF_WEEK as an argument ?
- A) boolean
- B) string
- C) char
- D) int
Question 113
From the following which are the examples of B2B model ?
- A) Commodity.com
- B) Quikr.com
- C) OLX.com
- D) eBay.com
Question 114
Which was the one of the first applications of E-commerce on Internet ?
- A) Internet bookshops
- B) Online billing
- C) Online auction
- D) Electronic newspaper
Question 115
From the following which is the example of online auctions?
- A)
www.bookshopofindia.com - B)
www.buybooksindia.com - C)
www.indiatimes.com - D)
www.mybids.in
Question 116
From the following in which E-commerce model, sellers can sell products directly to consumers and buyers are individual customers?
- A) C2B
- B) B2C
- C) B2B
- D) C2C
Question 117
Notices and reminders sent to the customer by the companies or bank is example of which service ?
- A) Marketing
- B) Auction
- C) Information service
- D) Support service
Question 118
From the following, which is not a feature of traditional commerce ?
- A) Hiring of sales persons, sales manager and many more.
- B) No sharing of information with competitors.
- C) E-payment systems are used for receiving payment.
- D) Operates within certain period of time.
Question 119
Which application is used to validate the data entered in the HTML forms on the client side before sending it to the server ?
- A) KomopZer
- B) HTML tag
- C) JavaScript
- D) CSS
Question 120
When some problem occured while executing the command, what is displayed by "Exit code"?
- A) #
- B) error
- C) 0
- D) 1
Question 121
From the following, which is a disadvantage CSS?
- A) Set the style for each element only once.
- B) CSS compatibility varies with differe browsers.
- C) Website designing quick and efficient usi CSS.
- D) CSS has less code compared to that in HTML
Question 122
From the following, which file extension is not used for text file ?
- A) .c
- B) .jpeg
- C) java
- D) .txt
Question 123
Which part of CSS syntax consists of property associated with the HTML element used in selector and its corresponding value
- A) Value
- B) Property
- C) Selector
- D) Declaration
Question 124
To keep the 'checkbox' checked, which option is selected when the form load in KompoZer?
- A) Initially Checked
- B) Selection list
- C) Initially load
- D) By default
Question 125
Which menu-option is used to give a background color in form of KompoZer ?
- A) Edit Page colors and Background
- B) Format Page colors and Background
- C) View Page colors and Background
- D) Insert Background
Question 126
What is the use of semicolon sign in JavaScript?
- A) Statement termination
- B) Statement separation
- C) Each statement making bold
- D) None of these
Question 127
What kind of alert() function in JavaScript ?
- A) Modular
- B) (C) and (D) both
- C) Inbuilt function
- D) Userdefined
Question 128
From the following which is legal name of variable ?
- A) birth date
- B) birth_date
- C) %discount
- D) 4balance
Question 129
Which numeric digits are used for Hexadecimal numbers (16 digits) in integer literals in Java ?
- A) 0 to 8 and A to E
- B) 0 to 9 and A to F
- C) 0 to 15
- D) 0 to 16
Question 130
From the following who allows more interactivity and control in data entry?
- A) HTML Form
- B) HTML Table
- C) HTML Report
- D) All of these
Question 131
To add CSS in HTML webpage what is to be used as a selector ?
- A) Information
- B) Color
- C) HTML element
- D) All of these
Question 132
Which is a computer program that detects, prevents and takes action to remove the malicious codes like viruses, worms and trojen horses from the infected computer ?
- A) Firewall
- B) Cryptography
- C) Antivirus software
- D) Digital certificate
Question 133
Which of the following is enabled by data abstraction?
- A) Data protection
- B) Data hiding
- C) To hide implementation details of method manipulating the data
- D) All of these
Question 134
What is the symbol for multi-line comment in Java programme ?
- A) * and /
- B) //and//
- C) and
- D) //
Question 135
In Java, what will be the result of arithmatic expression 8%3?
- A) 8
- B) 3
- C) 4
- D) 2
Question 136
Which sign is used for "A not equal to B" in comparison operator of Java ?
- A) A≠ B
- B) A != B
- C) A not equal B
- D) A == B
Question 137
What is the associativity of dot operator which is used to access instance variable ?
- A) lower to upper
- B) upper to lower
- C) left to right
- D) right to left
Question 138
Which step of creating an object from a class 7 initialize the newly created object ?
- A) New
- B) Instantiation
- C) Declaration
- D) Initialization
Question 139
In Java, who looks for unused objects and reclaims the memory ?
- A) Class variable
- B) Function
- C) Polymorphism
- D) Garbage collector
Question 140
Which shortcut key is used when compilation is successful?
- A) F5
- B) F12
- C) F7
- D) F9
Question 141
Which service provides the facility of finding the nearest ATM centre, bank, bus stop ?
- A) Hotspot
- B) GSP
- C) GPS
- D) Wifi
Question 142
Inheritance is generally referred to which kind of relationship between two classes ?
- A) 'not is a' relationship
- B) 'a part of relationship
- C) 'islike' relationship
- D) is a' relationship
Question 143
Which event occurs when document or image is loaded in JavaScript ?
- A) Toad
- B) blur
- C) change
- D) focus
Question 144
If the value is not a number then what is return by isNaN() in JavaScript ?
- A) False
- B) True
- C) No
- D) Yes
Question 145
Which is the top level object in the Browser Object Model ?
- A) location
- B) history
- C) document
- D) window
Question 146
While filling forms on Internet, some fields are marked with a red colour asterisk mark "*" What does it mean?
- A) Enter only character in field.
- B) Enter only number in field.
- C) It is a compulsory field.
- D) It is not a compulsory field.
Question 147
Which constructor creates a string object which is same as object specified in argument?
- A) String ()
- B) String (char ary [])
- C) String (String strObj)
- D) string (String literal)
Question 148
All the rules related to tax, different forms and facility for submission of online tax returns services are provided in which type of model ?
- A) C2C
- B) C2B
- C) B2C
- D) G2B
Question 149
From the following location based services, which service provides "tracking of assets locating friends in a geographic location, tracking stolen cars" services ?
- A) Mapping
- B) Emergency services
- C) Tracking services
- D) Navigation
Question 150
int marks [][] = new int [5] [3]; How many bytes are used in storage space ?
- A) 60
- B) 3
- C) 5
- D) 15
Question 151
From the following who ensures that the information must not be accidentally or maliciously altered or tempered in transit?
- A) Non-repudiation
- B) Authorisation
- C) Integrity
- D) Confidentiality
Question 152
Composition model refers to which of the following relationship?
- A) Non exclusive
- B) Exclusive
- C) a kind of relationship
- D) None of these
Question 153
To open a play list in VLC player which menu - option is used ?
- A) View Open directory
- B) Media Open directory
- C) View Play list
- D) Media → Save play list
Question 154
From the following which mechanism providing protection to data and methods of a program?
- A) Aggregation
- B) Composition
- C) Polymorphism
- D) Encapsulation
Question 155
When the program gets compiled without errors, compiler creates which type of file extension in Java ?
- A) class
- B) java
- C) c++
- D) .c
Question 156
From the following which is not compiled or interpreted in Java ?
- A) if statement
- B) Function
- C) Comment
- D) Variable
Question 157
In Java, boolean data type hold which logical values ?
- A) Y, N
- B) 0, 1
- C) True, False
- D) Yes, No
Question 158
Which menu-option is used if the program is compiled without any error ?
- A) Tools → Execute
- B) Edit → Go
- C) Tools → Go
- D) Tools → Compile
Question 159
Which option of Image Properties dialog box will display the text in case the image is not displayed in the browser in KompoZer?
- A) Alternate text
- B) Don't use alternet text
- C) Text
- D) Tooltip-1
Question 160
Which menu-option is used to change the page title of web page in KompoZer ?
- A) Format Page title and Properties
- B) View Page title → Properties
- C) Insert Page title → Properties
- D) Edit Page title → Properties
Question 161
Which of the following refer to the starting index value in arrays ?
- A) 1
- B) 0
- C) null
- D) All of these
Question 162
Which of the following is a variable that is stored on the users computer ?
- A) Java
- B) HTML
- C) Integer
- D) Cookie
Question 163
From the following, who offers limited free space on the webserver ?
- A) SSL
- B) ISP
- C) FTP
- D) IDE
Question 164
Which braces is used in 2-D array using comma separated values of data elements ?
- A) <> (angled bracket)
- B) () (simple bracket)
- C)
{}(curly bracket) - D) [] (square bracket)
Question 165
What is the full form of FTP ?
- A) First Tool Process
- B) File Transfer Property
- C) File Transfer Protocol
- D) File Transfer Process
Question 166
From the following which are the open source web development tools ?
- A) Aptana Studio
- B) BlueGriffon
- C) Amaya
- D) All of these
Question 167
In which way of programming, the focus is on writing functions or procedures which operate on data ?
- A) Object oriented programming
- B) Procedural programming
- C) Query language
- D) All of these
Question 168
What is in the middle section of class diagram?
- A) Method of class
- B) Attributes or properties of the class
- C) Behaviour or operation of class
- D) Name of the class
Question 169
In object oriented programming, attributes that describe the object are known as what ?
- A) Object
- B) Data Field
- C) Method
- D) Behaviour
Question 170
Which of the following toolbar is not available in KompoZer ?
- A) Preview Toolbar
- B) Format Toolbar-1
- C) FormatToolbar-2
- D) Composition Toolbar
Question 171
In HTML, which of the following attribute of form is used to specify where to send the form data when the form is submitted ?
- A) action
- B) input
- C) value
- D) submit
Question 172
Which of the following is not an important point of the planning process of good website ?
- A) Purpose
- B) Audience
- C) Content
- D) ISP
Question 173
Which of the following is not an advantage of CSS?
- A) Set the style for each element only once.
- B) CSS compatibility varies with different browsers.
- C) Website designing quick and efficient usi CSS.
- D) CSS has less code compared to that in HTML
Question 174
Which protocol is used for securing web transactions on the Internet ?
- A) NNTP
- B) FTP
- C) STP
- D) SSL
Question 175
The meaning of which word, is "many forms"; different forms of methods with same name in Java ?
- A) Inheritance
- B) Polymorphism
- C) Aggregation
- D) Composition
Question 176
From the following which are powerful open source IDEs for building web applications like Java ?
- A) Aptana Studio
- B) Blue Griffon
- C) Amaya
- D) All of these
Question 177
What refers to buying and selling of goods or services through the uses of internet enabled wireless device ?
- A) M-Banking
- B) Multimedia Shopping
- C) M-Commerce
- D) Modern Commerce
Question 178
What is the mechanism of providing protection to data and methods of a program in object-oriented programming language ?
- A) Data Abstraction
- B) Encapsulation
- C) Messaging
- D) Polymorphism
Question 179
Java programming language use which type of methodology to analysis, design and implementation of software ?
- A) Structure / Procedural programming language
- B) Object-oriented programming language
- C) Both (A) and (B)
- D) System oriented programming language
Question 180
Which program is used to enter Unicode Character into any application ?
- A) Character Display
- B) Character Map
- C) Character Insert
- D) Character Select
Question 181
What should be used to control the web browser window or the web page in JavaScript ?
- A) OMG
- B) BOM
- C) BOD
- D) UML
Question 182
Which tab shows all details of HTML code, that helps in editing the source code on the left side of page pane of KompoZer ?
- A) Design
- B) Split
- C) Source
- D) All of these
Question 183
Which of the following protocol is used to transfer the web pages from user's computer to the web host ?
- A) FTP
- B) SMTP
- C) HTP
- D) HTPT
Question 184
In JavaScript, which event would occur when loading of image is cancelled ?
- A) blur
- B) load
- C) abort
- D) unload
Question 185
In Browser Object Model, elements of webpage like forms, images, links etc. are contained within which object ?
- A) history
- B) document
- C) location
- D) buttons
Question 186
In KompoZer, which menu option is used to publish a website ?
- A) File → Publish
- B) Insert → Page → Publish
- C) Format → Publish
- D) View → Publish
Question 187
In JavaScript, isNaN(123) returns which value ?
- A) false
- B) true
- C) 10
- D) -1
Question 188
Which of the following symbol signifies the start and end of a JavaScript block ?
- A) Semi colon
- B) Square bracket
- C) Curly bracket
- D) Round bracket
Question 189
In KompoZer, which menu option is used to change website title ?
- A) Insert Page Title
- B) Edit Page Title and Properties
- C) Format Page Title and Properties
- D) File Page Title
Question 190
Which of the following statement is used to return a value in a function of JavaScript ?
- A) return
- B) function
- C) select
- D) send
Question 191
In KompoZer, which option of 'Table' tab of 'Table Properties' dialog box is used to align the table as left, right or center?
- A) Size
- B) Border and Spacing
- C) Table Alignment
- D) Caption
Question 192
Which of the following open source WYSIWYG HTML editor supports languages like English Dutch, German etc.?
- A) Aptana Studio
- B) KompoZer
- C) BlueGriffon
- D) Amaya
Question 193
Who developed Amaya free open source WYSIWYG web editor ?
- A) WWW
- B) Netscape
- C) Microsoft
- D) W3C
Question 194
Which of the following E-Commerce business model is also a part of E-Governance ?
- A) Business to Business (B2B)
- B) Consumer to Business (C2B)
- C) Consumer to Consumer (C2C)
- D) Government to Citizen (G2C)
Question 195
Which of the following information should a website contain ?
- A) Complete, Relevant
- B) Complete, Irrelevant
- C) Incomplete,Irrelevant
- D) Incomplete, Relevant
Question 196
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.
Question 197
Which of the following is not a large online bookstore website?
- A)
www.mybookbuy.com - B)
www.amazon.com - C)
www.buybooksindia.com - D)
www.bookshopofindia.com
Question 198
Which of the following service customer can not avail with the help of online banking ?
- A) Check account balance
- B) Final status of transactions
- C) Cash withdraw or deposit
- D) Transfer the money from one account to other
Question 199
Which of the following is a limitation of E- Commerce ?
- A) Lower cost
- B) Team work
- C) Security
- D) Speed
Question 200
commodity.com and tradeindia.com websites are an examples of which E-Commerce business model?
- A) Business to Consumer (B2C)
- B) Business to Business (B2B)
- C) Consumer to Consumer (C2C)
- D) Consumer to Business (C2B)
Question 201
Which of the following website is not an example of Consumer to Consumer E-Commerce business model?
- A) eBay.com
- B) rediff.com
- C) olx.com
- D) quikr.com
Question 202
Which of the following is not an important aspect of E-Commerce/M-Commerce security?
- A) Confidentiality
- B) Integrity
- C) Copyright
- D) Non-repudiation
Question 203
Aggregation represents which type of relationship between two class ?
- A) Non-exclusive
- B) Exclusive
- C) Same
- D) None of these
Question 204
Which security system is used by major credit card companies to make online transactions secured?
- A) Secure Electronic Transfer
- B) Portable Electronic Transfer
- C) General Electronic Transfer
- D) Cash Electronic Transfer
Question 205
Which of the following is not a symbol of trademark?
- A) TM
- B) SM
- C) C
- D) ®
Question 206
Polymorphism is achieved using how many types of overloading?
- A) 2
- B) 3
- C) 4
- D) 6
Question 207
Which of the following card payment mechanism is launched by National Payments Corporation of India (NPCI) ?
- A) Paytm
- B) RuPay
- C) Gpay
- D) E-wallet
Question 208
Who developed SSL protocol ?
- A) Google
- B) Netscape
- C) Yahoo
- D) Firefox
Question 209
Which of the following payment card has a microchip embedded on its surface ?
- A) Smart card
- B) Debit card
- C) Credit card
- D) Charge card
Question 210
In Java, what keeps the data safe from unintended actions and inadvertent access by outside objects ?
- A) Data Abstraction
- B) Polymorphism
- C) Encapsulation
- D) Aggregation
Question 211
Which of the following stands for UML ?
- A) United Main LAN
- B) United Model Language
- C) Unified Modelling Language
- D) Union Model Language
Question 212
In Class diagram, a class is represented with an icon using a rectangle is splitted into how many sections?
- A) 2
- B) 3
- C) 4
- D) 5
Question 213
In UML, which symbol is used for Private visibility?
- A) -
- B) +
- C) ~
- D) *
Question 214
In UML, which of the following is used at visibility symbol
- A) BY
- B) #
- C) <
- D) >
Question 215
Which of the following is used to define common features of similar objects ?
- A) Class
- B) Object
- C) Methods
- D) Variable
Question 216
Which of the following is a comparison operator of Java ?
- A) +
- B) %
- C) <
- D) *
Question 217
In Java, which of the following looks for unused objects and reclaims the memory that those objects are using ?
- A) Variable collector
- B) Object collector
- C) Class collector
- D) Garbage collector
Question 218
Who developed Java language ?
- A) Microsoft
- B) Adobe
- C) Google
- D) Sun Microsystems
Question 219
What is the machine language for the Java Virtual machine known as ?
- A) Java source code
- B) Java application code
- C) Java program code
- D) Java byte code
Question 220
In Java, which keyword is used to create the object by allocating memory ?
- A) super
- B) new
- C) class
- D) var
Question 221
What should be the extension of Java source program file ?
- A) .class
- B) .jar
- C) .html
- D) .java
Question 222
In Java, which keyword is used to define a class?
- A) class
- B) Class
- C) CLASS
- D) Super
Question 223
Java supports how many primitive data types?
- A) 2
- B) 4
- C) 6
- D) 8
Question 224
In Java, what is the default value of Boolean data type?
- A) true
- B) false
- C) 1
- D) 0
Question 225
In Java, which statement is used to skip the following statements in a loop and continue with the next iteration ?
- A) break
- B) continue
- C) go
- D) run
Question 226
Which of the following is not used for comment in Java ?
- A) //
- B) /...../
- C) //………//
- D) /...../
Question 227
In Java, which of the following is used to repeat a sequence of statements over and over until some condition occurs
- A) Loops
- B) Branches
- C) Breaks
- D) Sets
Question 228
In Java, which keyword is used to declare class variable ?
- A) static
- B) private
- C) public
- D) package
Question 229
In Java, which of the following is used to represent a collection of homogeneous type of elements ?
- A) Function
- B) Array
- C) Procedure
- D) Switch
Question 230
In Java, which of the following are variables defined within a class but outside any method?
- A) Local variables
- B) Instance variables
- C) Class variables
- D) Main variables
Question 231
Which of the following is not true for Java Constructor?
- A) Constructor must have the same name as class name.
- B) Default constructor does not take any argument.
- C) Constructor does not have return type.
- D) Constructor can be invoked explicitly else where in the program.
Question 232
Which of the following is not a right statement to declare an array named marks in Java ?
- A) int marks [] = new int [3];
- B) int [] marks = new int [3];
- C) int marks [3] = [50, 60, 70);
- D) int marks [] = [10, 20, 30);
Question 233
In Java, how many levels of visibility modifiers are available for access control?
- A) 2
- B) 3
- C) 4
- D) 6
Question 234
In Java, which of the following level of protection is used to allow the access only to sub class or to share with the methods declared as "friend" ?
- A) Public
- B) Package
- C) Protected
- D) Private
Question 235
In Java, initial value of array elements are specified into which brackets ?
- A) ()
- B)
{} - C) []
- D) <>
Question 236
In Inheritance two classes have which type of relationship ?
- A) is a relationship
- B) has a relationship
- C) a part of relationship
- D) None of these
Question 237
In Java, which of the following is the keyword used to refer a super class constructor in sub class constructor?
- A) extends
- B) super
- C) name of the super class
- D) new
Question 238
In Java, int compareTo(String str) method returns which value if invoking string is equal to 'str'?
- A) 0
- B) 20
- C) <0
- D) -1
Question 239
In Java, which of the following methods of string class returns a string after appending 'str' with the invoking string?
- A) char indexAt(int index)
- B) byte [] getBytes()
- C) String concat(String str)
- D) String append(String str)
Question 240
In Java, if 'str' is the object of string class and it's content is "Thank GOD" then what is the value of str.length()?
- A) 9
- B) 10
- C) 8
- D) 11
Question 241
The data hierarchy occurs in which of the following order from the smallest to largest piece of data ?
- A) file: character: field record
- B) file character: record: field
- C) character: field file record
- D) character: field record: file
Question 242
Which of the following is an example of binary extension?
- A) .txt
- B) java
- C) .jpeg
- D) .c
Question 243
In VLC media player, which menu - option is used to convert multimedia files from one format to another ?
- A) File Converter
- B) Media Converter / Save
- C) View Converter / Save
- D) Edit Converter
Question 244
Which program is used to enter Unicode characters into any application ?
- A) Character Map
- B) Character Insert
- C) Character Input
- D) Character File
Question 245
In the JavaScript, which number is used f first element from the checkbox of three array element ?
- A) 3
- B) 1
- C) 2
- D) 0
Question 246
In KompoZer, which menu-option is used to insert an image ?
- A) Tools → Picture
- B) Insert → Image
- C) View → Image
- D) Format → Picture
Question 247
In JavaScript, which of the following stateme is used to return a value in a function ?
- A) Return
- B) Display
- C) Function
- D) Send
Question 248
In KompoZer, which option of Table properties dialog box is used to give caption to the table ?
- A) Table title
- B) Caption
- C) Heading
- D) Title
Question 249
In JavaScript, which method is used to app 3 focus on a particular element of the form ?
- A) Select
- B) Focus
- C) Move
- D) None of the above
Question 250
Which of the following is not an option of Table properties dialog box of KompoZer ?
- A) Table alignment
- B) Borders and spacing
- C) Colour
- D) Size
Question 251
In JavaScript, which of the following is used 'OR' operator ?
- A) & &
- B) = =
- C) ||
- D) All of above
Question 252
In the following JavaScript statement which is a method ? document.write ("Hello Students");
- A) document
- B) write
- C) hello Students
- D) none of the above
Question 253
The title of webpage displayed in which bar of the web browser ?
- A) Menu bar
- B) Heading
- C) Title bar
- D) Status bar
Question 254
Which of the following is an important point which should be considered for developing a good website as part of planning process ?
- A) Purpose
- B) Audience
- C) Content
- D) All of above
Question 255
What is a collection of inter linked web pages for a specific purpose ?
- A) Application
- B) Form
- C) Website
- D) Document
Question 256
Which point of planning process, provides users with the detailed information on the site like products and services description ?
- A) Audience
- B) Medium
- C) Content
- D) Purpose
Question 257
Which of the following is the first page the opens when the user enters the URL address in the address bar of the browser ?
- A) Last page
- B) Home page
- C) Main page
- D) First page
Question 258
Using which of the following Aptana studio 2-0-5 is currently used to develop web applications ?
- A) HTML
- B) CSS
- C) JavaScript
- D) All of above
Question 259
Which of the following is a variable that is stored on the user's computer?
- A) Java
- B) HTML
- C) Cookie
- D) Integer
Question 260
Which of the following is large online bookstore website?
- A)
www.amazon.com - B)
www.bookshopof india.com - C) shopping.indiatimes.com
- D) All of above
Question 261
In KompoZer, which menu-option is used to insert a horizontal line ?
- A) Format → Border
- B) Table Border
- C) (A) and (B) both
- D) Insert Horizontal line
Question 262
In which type of service of E-commerce the notices and reminders sent to the customer by the companies or banks
- A) Information services
- B) Support services
- C) (A) and (B) both
- D) Net Banking
Question 263
In JavaScript, which of the following can be done with cookies ?
- A) Cookies can be read
- B) Cookies can be modified
- C) Cookies can be deleted
- D) All of above
Question 264
What is the full form of ISP ?
- A) Internet Service Provider
- B) International Standard Protocol
- C) Information Service Protocol
- D) Internet Server Protocol
Question 265
Which of the following is not a popular website for online auction ?
- A)
www.ibid.com - B)
www.onlineauction.com - C)
www.ubid.com - D)
www.ebay.com
Question 266
Which of following is the means by which we can transfer the web pages from user's 18 computer to the web host
- A) SSL
- B) URL
- C) FTP
- D) HTTP
Question 267
In KompoZer, which menu-option is used to change the page title ?
- A) File Page Title
- B) Insert Page Title
- C) View Page Title and Properties
- D) Format Page Title and Properties
Question 268
Which of the following service is provided to the customer by online banking ?
- A) Check account balance at any time
- B) Obtain statements for any credit or debit
- C) Pay various bills online like telephone, electricity and many more without going to the bank
- D) All of above
Question 269
Which of the following is the most accurate determining a mobile device's position?
- A) PRS
- B) GPS
- C) POS
- D) GSP
Question 270
Which of the following is not an advantage of E-Commerce ?
- A) Speed
- B) Privacy
- C) Team work
- D) Lower cost
Question 271
In E-Commerce, which of the following is the process of buying and selling products by offering the customers to bid the price ?
- A) Booking
- B) Auction
- C) Net banking
- D) Marketing
Question 272
Which of the following is an example of C2B website ?
- A) bidstall.com
- B) jeetle.in
- C) (A) and (B) both
- D) amazon.com
Question 273
What refers to the services and information provided by the government to the business organization through vast network of government websites ?
- A) B2C
- B) G2C
- C) G2G
- D) G2B
Question 274
The Gujarat Government has own network called GSWAN is available on which website ?
- A) develop
- B)
www.gswan.org - C)
www.gswan.com - D)
www.gswan.gov
Question 275
Which of the following service is include mobile information services ?
- A) News services
- B) Financial record
- C) Stock market data
- D) All of above
Question 276
Which of the following is an example of E-Commerce business model-B2C website ?
- A) amazon.com
- B) fabmart.com
- C) rediff.com
- D) All of above
Question 277
What is refers to E-Commerce activities between different business partners?
- A) Government to Business
- B) Customer to Customer
- C) Business to Business
- D) Customer to Business
Question 278
Which of the following statement is true E-Commerce models ?
- A) (i) In B2B model, the customers are companies. (ii) In B2C model, the customers individuals.
- B) Only
- C) (i) and (ii) both
- D) none of the above
Question 279
Which of the following is a featur traditional commerce ?
- A) Customers can browse through pro and offers
- B) E-payment systems are used for receive payment
- C) Operates within a certain period of time during business hours
- D) Advertising of the product is electronically
Question 280
Which of the following is a way of programming?
- A) Structure / procedural
- B) Object oriented
- C) (A) and (B) both
- D) None of the above
Question 281
While making payment through which the customer is not required to provide the credit/ debit card number ?
- A) ETF
- B) Debit card
- C) E-Wallet
- D) Credit card
Question 282
How many specific properties must be supported by an object oriented computer language?
- A) Six
- B) Three
- C) Four
- D) Two
Question 283
There are how many important aspects for E-Commerce/M-Commerce security?
- A) Six
- B) Three
- C) Four
- D) Two
Question 284
Which of the following symbol is used for trademark ?
- A) TM
- B) SM
- C) ®
- D) All of above
Question 285
Which of the following launched a new card payment mechanism Rupay ?
- A) NRCP
- B) NICP
- C) NCPI
- D) NPCI
Question 286
Which of the following is an attack used to shut down a machine or network, making it inaccessible to its intended users ?
- A) cyber vandalism
- B) denial of service attack
- C) spoofing
- D) malicious code
Question 287
Which of the following protocol is used for 45 securing web transactions on the internet ?
- A) FTP
- B) HTTP
- C) SSL
- D) TCP/IP
Question 288
Which security aspect of E-Commer M-Commerce ensures that the informat must not be accidentally or maliciously altered or tempered in transit ?
- A) Confidentiality
- B) Integrity
- C) Authorization
- D) All of above
Question 289
Which of the following is a security measure on internet?
- A) Antivirus software
- B) Firewall
- C) Cryptography
- D) All of above
Question 290
Which of the following enables to represent data in which the implementation details are hidden?
- A) Encapsulation
- B) Abstraction
- C) (A) and (B) both
- D) Inheritance
Question 291
What is known as a feature in object-oriented programming allows defining more than one method having same name but different signature in single class ?
- A) Function or method overloading
- B) Messaging
- C) Encapsulation
- D) None of above
Question 292
In object oriented concept, the behaviour is known as which of the following ?
- A) Attribute
- B) State
- C) Method
- D) All of above
Question 293
In object-oriented programming which of the following attribute describes the object ?
- A) Data field
- B) Behaviour
- C) State
- D) Method
Question 294
What is the full form of UML ?
- A) Unit of Modern Linux
- B) Unit Model Language
- C) Unified Modelling Language
- D) United Modern Language
Question 295
Aggregation represents which type of relationship between two classes ?
- A) Non-exclusive
- B) Exclusive
- C) Is-a-kind-of
- D) None of above
Question 296
The class that is contained in owner class is known as ?
- A) Subject class
- B) Part class
- C) Aggregated class
- D) All of above.
Question 297
In class diagram, which of the following icon is not used to represent a class ?
- A) behaviour
- B) value
- C) attribute
- D) name
Question 298
In UML rotation, using which of the following syntax an attribute is declared ?
- A) (<visibility] [:<Attribute data type>]
- B) (<visibility] <attribute name>
- C) [<attribute data type [= initial value]]
- D) None of the above
Question 299
Polymorphism is achieved using how many types of overloading?
- A) Six
- B) Three
- C) Four
- D) Two
Question 300
In object-oriented concept, which symbol is used to represent aggregation ?
- A) Square
- B) Filled diamond
- C) Rectangle
- D) Empty diamond
Question 301
In document object model, all the elemen webpage like form, images, links etc. contained within which object?
- A) Webpage
- B) Browser
- C) Background
- D) Document
Question 302
In JavaScript, following function returns what isNaN(123)
- A) true
- B) false
- C) (A) and (B) both
- D) 123
Question 303
Which of the following is not a built function of JavaScript ?
- A)
isNaN() - B)
alert() - C)
validateForm() - D) none of above
Question 304
At the bottom of the window of VLC display which bar showing how much of the current track has been played and what is its total duration ?
- A) Status bar
- B) Progress bar
- C) Menu bar
- D) None of above
Question 305
In web browser, which of the following URL should be typed to access google map service?
- A) http: || google map.co.in
- B) http: || google.map
- C) http: || maps.google.co.in
- D) none of above
Question 306
Which of the following is a view of google map?
- A) Map view
- B) Satellite view
- C) (A) and (B) both
- D) Print preview
Question 307
In object-oriented terminology, which of the following statement is true for class ?
- A) (i) New class is called sub class or child class or derived class. (ii) Existing class is called super class or parent class or base class.
- B) Only (i)
- C) (i) and (ii) both
- D) none of the above
Question 308
Which of the following is not a visibility symbol?
- A) +
- B) #
- C) *
- D) ~
Question 309
Which is a very common format for distributing software or bundles of files on the Linux platform?
- A) Tarball
- B) Zip
- C) Jar
- D) Nautilus Manager
Question 310
The skype service allows user to communicate with peers' using which of the following ?
- A) Voice
- B) Text
- C) Video
- D) All of above
Question 311
In HTML, which of the following element is not used to create a form ?
- A) Text Area
- B) Input
- C) Image
- D) Form
Question 312
What is the default value for method attribute of <Form> element ?
- A) Get
- B) Post
- C) (A) and (B) both
- D) URL
Question 313
In KompoZer, generally file is saved with which extension?
- A) .html
- B) .htm
- C) (A) and (B) both
- D) None of above
Question 314
In KompoZer, we want any option of the radio button selected when the form is loaded then, the checkbox in front of which text should be selected in form field property dialog box ?
- A) Initially selected
- B) Default value
- C) Prime value
- D) Initial value
Question 315
Which attribute is used to specify the default value of the text-field in the HTML form?
- A) Initial value
- B) Value
- C) Type
- D) Name
Question 316
Which of the following attribute is used with the <text area> element ? 74
- A) cols
- B) height
- C) width
- D) size
Question 317
In KompoZer, which tab of page pane is used SD to design the web page ?
- A) design
- B) split
- C) source
- D) none of above
Question 318
In KompoZer, which menu-option is used to insert an input text field in the form ?
- A) Insert Text field
- B) Form Format field
- C) Insert Form Form field
- D) Insert Form field
Question 319
Which of the following is an example of open source IDE?
- A) KompoZer
- B) Eclipse
- C) JBuilder
- D) All of above
Question 320
In KompoZer, which menu-option is used to view the different toolbars and status bar ?
- A) Insert Show / Hide
- B) Tools Show / Hide
- C) Format View tools
- D) View Show / Hide
Question 321
In KompoZer, which toolbar is used to create new file, open a file, save a file or publish a web page ?
- A) Composition toolbar
- B) Format toolbar-1
- C) Format toolbar-2
- D) All of above
Question 322
Which of the following option is not available in the text tab of CSS stylesheet dialog box ?
- A) Font type
- B) Font size
- C) Colour
- D) Font family
Question 323
Which of the following is not an advantage of CSS?
- A) The CSS has less code compared to that in HTML
- B) Using CSS makes website designing quick and efficient
- C) The CSS compatibility varies with different browsers
- D) None of the above
Question 324
In HTML form, which element allows multi- line text input ?
- A) <text area>
- B) <submit>
- C) <P>
- D) <text>
Question 325
JavaScript, what is a reusable block of code that performs a particular task ?
- A) Event
- B) Function
- C) Procedure
- D) Variable
Question 326
In JavaScript function, the block of code is 4 vootten inside which braces ?
- A) <>
- B)
{} - C) []
- D) ()
Question 327
In KompoZer, which menu-option is used to give a background colour in the form ?
- A) Insert Background
- B) Format Page colours and Background
- C) View → Page Background
- D) All of above
Question 328
in website which of the following can be cont
- A) Font types
- B) Pad spaces
- C) Margin and element position
- D) All of above
Question 329
In KompoZer, cascade button for CSS is available on which toolbar ?
- A) Composition toolbar
- B) Format toolbar-1
- C) Format toolbar-2
- D) None of the above
Question 330
Which of the following is an attribute of HTML <form> element ?
- A) method
- B) type
- C) value
- D) initial selection
Question 331
In the 'CSS Stylesheets' dialog box of KompoZer, which tab is used to change the color of a font ?
- A) General
- B) Text
- C) Background
- D) Lists
Question 332
Which of the following stands for IDE ?
- A) Internet Development Environment
- B) International Development Environment
- C) Indian Development Environment
- D) Integrated Development Environment
Question 333
In KompoZer, which shortcut key is used to close the Site Manager pane ?
- A) F5.
- B) F7
- C) F9
- D) F2
Question 334
In KompoZer, Cascade button is available on which toolbar ?
- A) Edit mode Toolbar
- B) Composition Toolbar
- C) Format Toolbar-1
- D) Format Toolbar-2
Question 335
Which of the following statement is true for JavaScript?
- A) (i) The JavaScript code can be put directly inside the web page code as a separate section. (ii) JavaScript is a case sensitive language.
- B) Only (i)
- C) (i) and (ii) both
- D) None of the above
Question 336
A CSS rules has how many parts ?
- A) One
- B) Three
- C) Four
- D) Two
Question 337
In the following CSS syntax which is a selector ? H1 {colour: green}
- A) :
- B) Colour
- C) Green
- D) H1
Question 338
In JavaScript, which event would occur when document or image is loaded?
- A) Change
- B) Abort
- C) Load
- D) Focus
Question 339
In JavaScript, which key word is usede declare a variable ?
- A) def
- B) dec
- C) var
- D) dim
Question 340
Which class inherits all instance variables and methods from super class and it may have its own added variables and methods ?
- A) Out class
- B) Super class
- C) In class
- D) Sub class
Question 341
The word polymorphism means what ?
- A) many forms
- B) virtual forms
- C) one form
- D) more prizm
Question 342
1-D array is initialized using comma separated values of data elements using which brackets ?
- A) ()
- B) <>
- C) []
- D)
{}
Question 343
Sort () and Fill () methods can be used in Java by.......class.
- A) java.util.Arrays
- B) util.java.arrays
- C) java.Array.util
- D) java.arrays.utils
Question 344
Which constructor can be used without arguments to create a string object with no character ?
- A) String ()
- B) String
{} - C) String (0, 1)
- D) String[]
Question 345
Which of the following is syntax of package
- A) package (Name);
- B) package (Name);
- C) package <Package Name> ;
- D) package [Variable name];
Question 346
………..is special kind of method that is inva when a new object is created.
- A) common class
- B) super class
- C) composition
- D) constructors
Question 347
Java supports two types of strings that are handled by two classes. Which are they?
- A) String, Buffer String
- B) String, String Buffer
- C) String, String Literals
- D) String, Buffer
Question 348
Vector is used to represent ...... dimensional datga structure.
- A) three
- B) four
- C) one
- D) two
Question 349
What is useful to represent vector, math other multi-dimensional data ?
- A) string
- B) arrays
- C) char
- D) integer
Question 350
If user wants to store 15 integer values through arrays, then which of the following is used ?
- A) int m3 = new int [5] [3];
- B) int m2 new [5|[3];
- C) int ml new [15] [15];
- D) int m4 m4 int [2][3];
Question 351
In following array, if int mark[] = [70,90,20] defined, then what will be value of marks 2 ?
- A) 20
- B) error
- C) 70
- D) 90
Question 352
The array variable starts its index value what?
- A) null
- B) 2
- C) 1
- D) 0
Question 353
Which type of arrays are used to store tabular data in the form of rows and columns ?
- A) 3-D
- B) 4-D
- C) 1-D
- D) 2-D
Question 354
Which of the following tasks are provided by string class?
- A) Appending string
- B) All the given three options
- C) Extracting part of string
- D) Splitting string into sub string
Question 355
If 'str' is the object of string class and its content is "INDIANFLAG", then what is the value of str.length()?
- A) 11
- B) 8
- C) 10
- D) 9
Question 356
Which constant is used to display year of calendar?
- A) CAL
- B) YEAR CAL
- C) YEAR
- D) MONTH
Question 357
Which of the following method returns number of characters in invoking string ?
- A) int count()
- B) int lencount ()
- C) int length ()
- D) int len ()
Question 358
Which of the following method is used to return a string converted to lower case ?
- A) String to Lower Case ()
- B) String To LOWER ()
- C) String ()
- D) String Lower ()
Question 359
Which of the following method is used to return a string after appending str with the invoking string?
- A) String Append()
- B) String concat (string str)
- C) String ConAppend()
- D) String Append (string)
Question 360
Which constant is used to display Day number in the year ?
- A) DAY_OF_YEAR
- B) YEAR_DAY
- C) YEAR
- D) DAY YEAR
Question 361
Which constant is used to display Hour in 12- hour notation ?
- A) 12 HOUR
- B) HOUR 12
- C) Hour_OF_DAY
- D) HOUR
Question 362
Which type of file you are not able to cre when there is a syntax error in the prog and we get a compilation error
- A) . txt
- B) . Html
- C) . Java
- D) . class
Question 363
Which of the following is example of comn syntax error ?
- A) Only missing semicolon.
- B) Both missing semicolon and use undeclared variable.
- C) Missing semicolon.
- D) Use of undeclared variable.
Question 364
Which type of storage values store in variables are lost when computer is shutdown ?
- A) Volate storage
- B) Non-volate storage
- C) Volatile storage
- D) Non-volatile storage
Question 365
In Java, the text written in /...../ is considered as what ?
- A) Method
- B) Comment
- C) Function
- D) Variable
Question 366
The definition of the method (function) in Java consists of function header and the sequence of statements enclosed in which bracket ?
- A)
{} - B) < >
- C) ()
- D) []
Question 367
While using shorthand version of assignment, if it is defined as a + = b where a is 7 and b is 8, then what will be b, result of a ?
- A) 8
- B) 49
- C) 14
- D) 15
Question 368
Which type of variables are defined within a class but outside any method ?
- A) Class variable
- B) Empty variable
- C) Local variable
- D) Instance variable
Question 369
When two operators are having different priority, then an operator with higher precedence is operated .......
- A) first
- B) last
- C) second
- D) in middle
Question 370
Instance variables and instance methods are accessed via objects. They can be referred by using which operator
- A) //
- B) (.) dot
- C) $
- D) #
Question 371
Control structure branches are used to choose among two or more possible courses of action, is called as what ?
- A) More structure
- B) Loop structure
- C) Additive structure
- D) Selective structure
Question 372
In object oriented programming languages, creating an object is also called as what ?
- A) Object instantiation
- B) Oriented installation
- C) Installation
- D) Project installation
Question 373
Switch statement can be stopped using which statement?
- A) break
- B) run
- C) loop
- D) error
Question 374
Java have a ........ that looks for unused obj and reclaims the memory that those obj are using.
- A) reclaim collector
- B) unused collecto
- C) memory collector
- D) garbage collecto
Question 375
To provide an user-defined no-argument constructor, which of the following command is used?
- A) School (float i, float j);
- B) School (int i);
- C) School()
{}; - D) School
{}();
Question 376
Which are the four P's used in the four of visibility to provide necessary protection ?
- A) process, private, protected, public
- B) public, package, protected, private
- C) public, package, protected, process
- D) private, package, protected, public
Question 377
Who extablished a "has – a “relationship between class?
- A) Composition and Aggregation
- B) Methods and Object
- C) Relations and Method
- D) Inheritance and Aggregation
Question 378
Highest level of protection can be achiev using which protection level ?
- A) Private
- B) Process
- C) Public
- D) Package
Question 379
If we want to allow other methods to read only the data value method can be used.
- A) setter
- B) updater
- C) reader
- D) getter
Question 380
……….allows us to build new class with added capabilities by extending existing class ?
- A) Inheritage
- B) Instant
- C) Inheritance
- D) Instance
Question 381
Which keyword is used to call the construc of super class in the constructor of sub class ?
- A) super
- B) void
- C) sub
- D) class
Question 382
A sub class can be derived from which class ?
- A) over class
- B) super class
- C) main class
- D) own class
Question 383
Whenever two classes have a 'is relationship, what is used ?
- A) Instant
- B) Relations
- C) Inheritance
- D) Invalue
Question 384
In JavaScript, which keyword is used to define a function ?
- A) Define
- B) Function
- C) Func
- D) Fnc
Question 385
In JavaScript, which event occurs when loading of image is cancelled?
- A) abort
- B) focus
- C) error
- D) upload
Question 386
in composer which tab of CSS Styleshit dialog boxes used to view CSS code ?
- A) Box
- B) Text
- C) Background
- D) General
Question 387
In browser object model, method and properties of which object is used to control the web browser window ?
- A) option
- B) document object
- C) window object
- D) location
Question 388
Which of the following is not an advantage of CSS?
- A) Less code compare to the HTML
- B) CSS makes website designing quick and efficient
- C) CSS compatibility varies with different browser
- D) The web pages will load faster
Question 389
In JavaScript, which statement is used to stop the function execution and return the specified value ?
- A) reset
- B) back
- C) Submit
- D) Return
Question 390
In JavaScript which of the following type value can be stored in the variable ?
- A) numbers
- B) string
- C) text
- D) All of these
Question 391
Which of the following is used in web pages to improve the design and validate the form?
- A) Text Editor
- B) CSS
- C) JavaScript
- D) HTML
Question 392
Using which tag, the JavaScript code is Sinserted into an HTML page ?
- A) <Java>.....</Java>
- B) <Text>.......</Text>
- C) <Script>.......</Script>
- D) <Style>......</Style>
Question 393
Which of the following is not an example of fuser defined function of JavaScript ?
- A) addnos ()
- B) validateForm ()
- C) validForm ()
- D) alert ()
Question 394
Which of the following browser does not support JavaScript ?
- A) Mozilla Firefox
- B) Chrome
- C) Safari
- D) None of the above
Question 395
JavaScript block starts and ends with which brackets ?
- A) []
- B)
{} - C) < >
- D) ()
Question 396
The website content should be classified int which of the following category ?
- A) Medium
- B) Detailed
- C) General and Detailed
- D) General
Question 397
In Kompozer, which option of borders and spacing option of table properties dialog box is used to specify gap between cells ?
- A) alignment
- B) padding
- C) spacing
- D) size
Question 398
In JavaScript, isNaN() function returns what when the value passed is not a number ?
- A) 10
- B) false
- C) 11
- D) true
Question 399
In JavaScript, which function is used to change data into number ?
- A) int()
- B) value()
- C) parseFloat()
- D) isNumber()
Question 400
In Kompozer form, the radio buttons for gender field are grouped by the name 'gender' and gender is an array of two elements, so how this two elements will be declared ?
- A) gender [2] and gender [1]
- B) gender [1] and gender [2]
- C) gender [0] and gender [2]
- D) gender [0] and gender [1]
Question 401
In Kompozer, which menu option is used to change the title of web pages ?
- A) Format Page title and properties
- B) Edit Page title
- C) View Page title and properties
- D) Insert → Page title
Question 402
In Java Script, which type of condition in 'if' statement allows program to enter the 'if' statement block and execute the statements Sunder it ?
- A) else
- B) false
- C) fi
- D) true
Question 403
Which of the following helps in promoting the business, selling the products and attracting a large number of customers ?
- A) ASP
- B) webpage
- C) PHP
- D) website
Question 404
In Kompozer, which tab of image properties dialog box is used to change the size of image?
- A) Link
- B) Dimensions
- C) Appearance
- D) Location
Question 405
In the planning process of website, after deciding what the content and layout of the website can be properly developed ?
- A) Navigation
- B) Audience
- C) Content and Medium
- D) Purpose
Question 406
In Kompozer, which menu is used to insert a table ?
- A) Format
- B) Table
- C) Insert and Table both
- D) Insert
Question 407
Blue Griffon supports which of the following language?
- A) English
- B) Dutch
- C) Chinese
- D) All of these
Question 408
Amaya is developed by which of the following?
- A) world wide web consortium
- B) world wab company
- C) world wide web
- D) world wide web
Question 409
In Kompozer, which option of 'Image properties' dialog box is used to display the text in case the image is not displayed in the browser?
- A) Tool tip
- B) Picture text
- C) Alternate text
- D) Display text
Question 410
Which of the following is the process of buying and selling products by offering the customers to bid the price ?
- A) E-marketing
- B) Marketing
- C) E-selling
- D) Auction
Question 411
Education institutes provides examination results, online enrolment forms etc through internet is an example of which type of online service ?
- A) Educational board services
- B) Support services
- C) Educational services
- D) Information services
Question 412
Which protocol is use to transfer the web pages from user's computer to the web host?
- A) FTP
- B) SMTP
- C) POP
- D) HTTPS
Question 413
Which of the following is an open source IDE provides language support for Rails, Python etc as complete web development environment?
- A) Text editor
- B) Blue Griffon
- C) Amaya
- D) Aptana studio
Question 414
Which of the following is not an example of online bookstore website?
- A)
www.bookshopofindia.com - B)
www.mybookacc.com - C)
www.buybooksindia.com - D) shopping.indiatimes.com
Question 415
Which website is used to download Blue Griffon easily ?
- A)
www.editorbluegriffon.edu - B)
www.bluegriffon.org - C)
www.bluegriffon.in - D)
www.bluegriffoneditor.edu
Question 416
Which page of the website is the first page that opens when user enters the URL address in the address bar of the browser ?
- A) Index page
- B) Homepage
- C) URL page
- D) First page
Question 417
ebay.com, OLX.com and Quikr.com websit are examples of which E-commerce busine model ?
- A) C2B
- B) C2C
- C) B2C
- D) B2B
Question 418
On the website of Indian Railways afte reservation, e-ticket is sent via which of th following?
- A) By fax
- B) By SMS
- C) By e-mail and By SMS
- D) By e-mail
Question 419
Which of the following factor is playing role for the growth of E-commerce in India ?
- A) Increase in use of mobiles devices
- B) Availability of much wider product range
- C) Lack of time for traditional shopping
- D) All of above
Question 420
Which of the following is referred as online non commercial communication between the government agencies, organizations and departments with other government agenciesorganizations and departments ?
- A) G2B
- B) G2C
- C) G2G
- D) All of these
Question 421
E-commerce provides which of the following benefit to the society?
- A) Buy from home, office or any place
- B) Health care services oberstd
- C) Distance learning and education
- D) All of above
Question 422
Which of the following is not a common feature of traditional commerce ?
- A) Hiring of sales persons, sales manager and many more
- B) Reduces the per transaction cost
- C) No sharing of information with competitors
- D) Operates within a certain period of time
Question 423
Which of the following website is not example of E-commerce business modeli
- A) flipcart.com
- B) fabmart.com
- C) tradeindia.com
- D) rediff.com
Question 424
Software companies provide which type of online services to their customers for any problem in installation, configuration or use ?
- A) Information services
- B) Support services
- C) Payment services
- D) None of the above
Question 425
Which of the following E-commerce busin model refers to E-commerce activities bet different business partners ?
- A) C2B
- B) C2C
- C) B2C
- D) B2B
Question 426
Which of the following is an advantage E-commerce ?
- A) Security
- B) Privacy
- C) Teamwork
- D) All of these 8
Question 427
What is known as the process of hiding information within other information ?
- A) watermarking
- B) steganography
- C) copyright
- D) cryptography
Question 428
The payment cards can be classified into which of the following type ?
- A) Credit card
- B) Debit card
- C) Smart card
- D) All of these
Question 429
While making payment through which the customer is not required to provide the credit/ debit card number ?
- A) Debit card
- B) E - wallet
- C) Charge card
- D) Smart card
Question 430
Which of the following is an example of M-commerce Application?
- A) Mobile marketing and advertising
- B) Mobile Ticketing
- C) Mobile Entertainment
- D) All of above
Question 431
Which of the following refers to the stock market services offered via mobile devices?
- A) Mobile Investment
- B) M – share
- C) M - Transaction
- D) Mobile brokerage
Question 432
Which of the following entity pay role in online payment ?
- A) Customer care center
- B) Processor
- C) Payment gateway and Processor both
- D) Payment gateway
Question 433
Which of the following is not an example of location based services ?
- A) Tracking services
- B) Navigation
- C) Directory services
- D) None of these
Question 434
Java class is generally made up of which components ?
- A) Behaviour, variable
- B) Attributes, behaviour
- C) Name, attributes
- D) Name, variable
Question 435
A variable declared using class type can store what to an object ?
- A) Relation
- B) Root
- C) Rate
- D) Reference
Question 436
do...while loop is which type of loop ?
- A) loop - controlled
- B) break - controlled
- C) exit - controlled
- D) entry - controlled
Question 437
To use a labelled loop, which symbol is added before the loop ?
- A) *
- B) $
- C) :
- D) #
Question 438
In Java, we can have different methods that have the same name but a different signature is also called as what
- A) Method overloading
- B) Variable overloading
- C) Same overloading
- D) Poly overloading
Question 439
Which of the following is known as electronic defacing of an existing website page ?
- A) Malicious code
- B) Denial of - service
- C) Spoofing
- D) Cyber vandalism
Question 440
Which of the following is an art of protecting the information by transforming it into an unreadable form?
- A) Hidden text
- B) Decryption
- C) Cryptography
- D) Digital text
Question 441
Which of the following symbol is not used for trademark ?
- A) SM
- B) TM
- C) ®
- D) C
Question 442
Major credit card companies use which security system to make online transaction secure ?
- A) SFTP
- B) SET
- C) SHTP
- D) HTPS
Question 443
Which of the following is the network protection barrier most commonly used between the company's network and the outside world?
- A) Cryptography
- B) Antivirus
- C) Digital Certificate
- D) Firewall
Question 444
types of overloading ?
- A) 6
- B) 3
- C) 4
- D) 2
Question 445
When objects of one class are composed of objects of other class is called what ?
- A) Aggregation
- B) Encapsulation
- C) Inheritance
- D) Polymorphism
Question 446
Which of the following programming language does not support object oriented programming?
- A) Asp.Net
- B) Java
- C) PHP
- D) C
Question 447
In object-oriented terminology, sub class or child class or derived class indicates what for inheritance?
- A) base class
- B) existing class
- C) super class
- D) new class
Question 448
The way of programming can be divided into how many categories ?
- A) 6
- B) 3
- C) 4
- D) 2
Question 449
In UML, visibility can be represented using which of the following symbols ?
- A) +, /, - and *
- B) , #, + and _(underscore)
- C) , #, and $
- D) -, #, + and ~
Question 450
In object-oriented programming, which of the following property enables to represent data in which the implementation details are hidden ?
- A) Composition
- B) Aggregation
- C) Data abstraction
- D) Messaging
Question 451
Which of the following is used to define common feature of similar objects ?
- A) Class
- B) Method
- C) Object
- D) Messaging
Question 452
Aggregation represents which type of relationship between two classes ?
- A) exclusive
- B) non-exclusive
- C) same
- D) None of these
Question 453
What is known as the class that is contained in owner class ?
- A) Subject class
- B) Part class
- C) aggregated class
- D) All of these
Question 454
In Class diagram, a class is represented using which of the following ?
- A) name
- B) behavior
- C) attributes
- D) All of these
Question 455
In object oriented programming, which of the following property keeps the data safe from unintended actions and inadvertent access by outside objects ?
- A) Messaging
- B) Polymorphism
- C) Encapsulation
- D) Data abstraction
Question 456
Which feature of object-oriented programming allows defining more than one method having same name but different signature in single class?
- A) Messaging
- B) Method overloading
- C) Aggregation
- D) Encapsulation
Question 457
In class diagram, which of the followin symbol is used to represent inheritance?
- A) Empty diamond symbol
- B) Filled diamond symbol
- C) Arrow symbol
- D) None of the above
Question 458
In VLC, which menu option is used to conve multimedia files from one format to another
- A) Edit → Convert
- B) Media Convert/Save
- C) File Convert format
- D) Media Insert format
Question 459
Which of the following is not an example of instant messaging services ?
- A) Rediff Bol
- B) Yahoo messenger
- C) Google talk
- D) Mytalk
Question 460
In inheritance, which type of relationshi exists between super class and sub class?
- A) 'a kind of'
- B) exclusive
- C) 'is - like'
- D) non exclusive
Question 461
Which of the following technique is used fo reducing the storage requirements computer files and directory structures?
- A) cryptography
- B) data hiding
- C) data sizing
- D) data compression
Question 462
In HTML form, clicking on which of the following button, the values of data entered in the form are cleared and set back to default values ?
- A) Reset
- B) OnSubmit
- C) Submit
- D) OnClick
Question 463
Kompozer software can be downloaded from which of the following website ?
- A)
http://www.kompozer.in - B)
https://www.kompozer.org - C)
https://www.kompozer.edu - D)
http://www.kompozer.net
Question 464
How many viewing modes are there on the edit mode toolbar of Kompozer ?
- A) 6
- B) 3
- C) 4
- D) 2
Question 465
Which of the following statement is true for statement in JavaScript?
- A) (i) The conditional statement if is used change the flow of the program. (ii) If the condition is false, then the program enters in block and executes the statem inside it.
- B) Only (i)
- C) (i) and (ii) both
- D) none of above
Question 466
Java language is developed by which company?
- A) Sun Micro System
- B) Sun Java System
- C) Sun System
- D) Sun Pharma Co-operation
Question 467
Which of the following datatype is used for real numbers ?
- A) short
- B) char
- C) long
- D) double
Question 468
Which of the two symbols are used in the conditional operator in Java ?
- A) ; and *
- B) # and ?
- C) ? and:
- D) / and?
Question 469
The machine language for the Java Virtual Machine is called what?
- A) Code byte
- B) Type code
- C) Java byte code
- D) Java code
Question 470
While creating Java what must be the same?
- A) folder name, file name
- B) extension name, file name
- C) class name, folder name
- D) class name, file name
Question 471
Java supports how many primitive data types ?
- A) 3
- B) 8
- C) 4
- D) 7
Question 472
Which of the following is right way to define variable ?
- A) $age
- B) discount rate
- C) 4youpeople
- D) %discount
Question 473
String literals is a sequence of characters enclosed in which quotes ?
- A) triple
- B) double
- C) single & double
- D) single
Question 474
In Kompozer, which toolbar is used to create, open and save a file or publish a web page ?
- A) Composition toolbar
- B) Format toolbar
- C) Format toolbar 2
- D) None of the above
Question 475
In HTML, which of the following is a container used to collect different kinds of inputs from the user ?
- A) Frame and Database both
- B) Frame
- C) Database
- D) Form
Question 476
Which of the following attribute can be used in <Form> element of HTML?
- A) Get and Post both
- B) Method
- C) Action and Method both
- D) Action
Question 477
In Kompozer, which of the following tab is available on the left side of the page pane ?
- A) Design
- B) Split
- C) Source
- D) All of these
Question 478
In HTML, which of the following attribute of form specifies the HTTP method to be used when sending the data ?
- A) Value
- B) Action
- C) Type
- D) Method
Question 479
What is the fullform of CSS ?
- A) Cascading Standard Sheet
- B) Copy Standard Style
- C) Cascading Style Sheet
- D) Copy Style Sheet
Question 480
Which of the following is an attribute of <Input /> tag of HTML form ?
- A) Type
- B) Name
- C) Value
- D) All of these
Question 481
Which of the following is a software application that provides complete facilities to programmer to develop software?
- A) Internet Development Environment
- B) Internet Development Active
- C) Interface Development Environment
- D) Integrated Development Environment
Question 482
Which of the following statement is not true for CSS ?
- A) A CSS describes the style of the element in the document
- B) CSS describes the information content of the document
- C) Using CSS, we can control font type, margin and element position in our website
- D) None of the above
Question 483
In Kompozer, which button of image option of 100 background tab of CSS stylesheets dialog box is used to insert an image in the background of webpage ?
- A) Format picture
- B) Choose file
- C) Insert picture
- D) Insert file
Question 484
In Kompozer, which menu option is used to open a file that has been opened recently?
- A) File Web pages
- B) File → Recent pages
- C) File Page list
- D) File Form list
Question 485
In Kompozer, which menu option is used to create a selection list of form?
- A) Form → Selection list
- B) Form Text Area
- C) Form Option list
- D) Form → List
Question 486
Which of the following option is available in Text tab of CSS stylesheets dialog box of Kompozer ?
- A) Font family
- B) Color
- C) Case
- D) All of these
Question 487
In Kompozer, which menu option is used to insert a label in form?
- A) Form Form field
- B) Format Label
- C) Form Define Label
- D) Insert Label
Question 488
Which of the following is not a section of 'Form field properties' dialog box of Kompozer ?
- A) Field type
- B) Field setting
- C) Form name
- D) None of the these
Question 489
Which of the following is a general syntax of CSS?
- A) Select <property value>
- B) Select: {value: property)
- C) Selector (property: value)
- D) Selector (property: value}
Question 490
Which of the following tab is available in CSS stylesheet dialog box of Kompozer ?
- A) Background
- B) Borders
- C) Box
- D) All of these
Question 491
Kompozer incorporates with whom that gives rapid access to file on both local machines and remote servers ?
- A) Site Manager
- B) Page Manager
- C) Document Manager
- D) None of these
Question 492
When Java program created Java source file using text editor, which file extension should be given ?
- A) class
- B) .html
- C) .jpg
- D) .java
Question 493
Who developed Amaya, which is free open source WYSIWYG ?
- A) W3C
- B) Google
- C) Netscape
- D) Apple
Question 494
Which operator can be used to concatenate a string in Java ?
- A) =
- B) +
- C) &
- D) *
Question 495
In Java, by how many ways we can create an array object?
- A) Null
- B) Three
- C) Two
- D) One
Question 496
In Java, the machine language for Java virtual machine is known as which code ?
- A) Java filecode
- B) Java bytecode
- C) Java intcode
- D) Java sourcecode
Question 497
What is the storage space for datatype float in Java ?
- A) 4 bytes
- B) 2 bytes
- C) 1 byte
- D) 8 bytes
Question 498
Real numbers in Java are compliant with which of the following?
- A) IEE 36
- B) JEE 16
- C) IEEE 780
- D) IEEE 754
Question 499
In Java, at which level platform independence is possible due to bytecode interpreter ?
- A) Browser
- B) Source
- C) Machine
- D) Binary
Question 500
Java supports how many primitive data types?
- A) 12
- B) 8
- C) 11
- D) 10
Question 501
Arithmetic operators in Java, can be applied on which numeric data ?
- A) short
- B) float
- C) byte
- D) All of these
Question 502
In Java, which of the following is known as unary operators for increment and decrement operator?
- A) >= and < =
- B) + and-
- C) = = and ! =
- D) ++ and –
Question 503
In Java, variable name should begin with which of the following ?
- A) Alphabet
- B) Underscore (_)
- C) Dollar sign ($)
- D) All of these
Question 504
In Java, which of the following consist of attributes and methods ?
- A) Instance
- B) Variables
- C) Object
- D) Class
Question 505
In Java, a name used for constant value is known as what ?
- A) String return
- B) Literal
- C) Unicode Quote
- D) EBCDIC
Question 506
Java also supports binary numbers, using 5 digits 0 and 1 but it should be prefix by which of the following ?
- A) Ob or-OB
- B) B
- C) B1
- D) B0
Question 507
In Java, a block statement is a group of statements enclosed between which pair of braces?
- A) [/ /]
- B)
{} - C) ()
- D) [ ]
Question 508
In Java, for type boolean there are precisely two literals, which are they?
- A) Y and N
- B) 1 and 0
- C) True and False
- D) Yes and No
Question 509
In Java, which constant of calendar class displays day of calendar month?
- A) DATE
- B) DAY (date)
- C) month
- D) MONTH (date)
Question 510
In Java, what are the values used for AM_PM constant of calender class ?
- A) 1 for AM, 12 for PM
- B) 1 for AM, 0 for PM
- C) 1 for AM, 2 for PM
- D) for AM, 1 for PM
Question 511
In Java, which constant of calendar class displays Hour in 12 - hour notation ?
- A) H_M_S
- B) HOUR
- C) HOUR_MINUTE
- D) HOUR_OF_DAY
Question 512
In Java, characters are stored by how many bit Unicode characters ?
- A) 36-bit
- B) 4-bit
- C) 8-bit
- D) 16-bit
Question 513
In Java, logical operators are also called which of the following operators if they operate on Boolean operands?
- A) Assignment Operator
- B) Boolean Operator
- C) Increment Operator
- D) Relational Operator
Question 514
In Java, conditional operator uses which two symbols in expression to delimit three operands?
- A) ? and *
- B) .and:
- C) ? and:
- D) ; and;
Question 515
String literals in Java is a of sequence characters which can be enclosed in which of following?
- A) Dollar ($ $)
- B) Double quotes ("")
- C) Back quotes
- D) Single quotes(‘ ‘)
Question 516
In Java, documentation comments begins and ends with which of the following ?
- A) /** and /
- B) /and/
- C) / and/
- D) //
Question 517
Which of the following is considered as comparison operator in Java ?
- A) =
- B) /
- C) %
- D) ! =
Question 518
Values of class variables are stored where in Java ?
- A) class
- B) file
- C) instance
- D) dir
Question 519
In Java, different forms of methods with same name is known as which of the following ?
- A) Composition
- B) Polymorphism
- C) Mutators
- D) Inheritance
Question 520
In Java, if we want to allow other methods to read only data value of our program we should use which method?
- A) setter
- B) getter
- C) mutator
- D) (A) and (C)
Question 521
In java, which of the following allow us to build new class with added capabilities by extending existing class?
- A) Aggregation
- B) Polymorphism
- C) Composition
- D) Inheritance
Question 522
Which keyword is used to create the object 63 which allocates memory in Java ?
- A) new
- B) add
- C) ins
- D) create
Question 523
In Java, what is called to initialize the newly created object ?
- A) Classes
- B) Reference variable
- C) Syntax variable
- D) Constructor
Question 524
In Java, if we want protected data to be modified by others then which methods are to be written?
- A) Accessor
- B) Getter
- C) Mutator
- D) Both (A) and (B)
Question 525
All instances of class are allocated memory in data structure in Java and it is known as which of the following ?
- A) Directory
- B) File
- C) Heap
- D) Buffer
Question 526
By using which access modifier, allows access only to subclass or to share with the methods declared as "friend" in Java ?
- A) Package
- B) Protected
- C) Private
- D) Public
Question 527
Instance variables and instance methods in Java are accessed via objects and they can be 66 referred by using which operator ?
- A) Arithmetic operator (+)
- B) Dot operator (.)
- C) Assignment operator (=)
- D) Colon operator (:)
Question 528
In Java, variables defined inside methods or blocks are called which variables ?
- A) Global variable
- B) Instance variable
- C) Class variable
- D) Local variable
Question 529
In Java, 2-D array can be declared in which of the following correct way?
- A) int marks ( ) ( ) = new int (5), (3);
- B) int marks [] () = new int (5) (3);
- C) int marks int [5], [3];
- D) int marks [] [] = new int [5] [3];
Question 530
In Java, which method of date class sets new date and time of an object using elapsed time?
- A) Short getTime()
- B) Void SetTime (long elapsed time)
- C) Void SetDate (Date, Time)
- D) SetDate ()
Question 531
Java supports two types of strings that are handled by which of the following class or classes?
- A) String class
- B) StringBuffer class
- C) Both (A) and (B)
- D) String Constructor class
Question 532
Which are the methods provided by string class in Java ?
- A) To compare strings
- B) Find length of strings
- C) Combining strings
- D) All of above
Question 533
In Java, which string class method returns a string after appending str with the invoking string?
- A) String combine (str)
- B) String concat (string str)
- C) String add (str)
- D) String join (str)
Question 534
In Java, which method of date class constructs date object using current system time ?
- A) get Time ()
- B) get Date ()
- C) Date()
- D) Date Time ()
Question 535
When will the page title be displayed when webpage is viewed in the browser ?
- A) on Status bas
- B) on Menu bar
- C) on Title bar
- D) on Main window
Question 536
In HTML, which of the following is used to collect different kinds of inputs from the user?
- A) Frame
- B) Label
- C) Form
- D) CSS
Question 537
Which of the following allows specifying styles for the visual elements of the website ?
- A) Form
- B) Animation
- C) Web host
- D) Cascading Style Sheet
Question 538
In HTML, which of the following element allows multi-line text input ?
- A) <textdata>
- B) <input />
- C) <selection>
- D) <textarea>
Question 539
Which of the following is not a part of CSS syntax ?
- A) Selector
- B) Property
- C) Value
- D) Event
Question 540
In Java, who creates a string object with its initial value using ary argument ?
- A) String (ary [object] [])
- B) String (char ary [])
- C) String (ary [], int len)
- D) String (ary ())
Question 541
In Java, characters are stored using how many bytes?
- A) 16 bytes
- B) 4 bytes
- C) 8 bytes
- D) 2 bytes
Question 542
In Java which string class method returns true if invoking string is same as str ?
- A) int equals (string boolean)
- B) boolean (Ignore case str)
- C) boolean equals (string str)
- D) boolean (string)
Question 543
Java library also provides date class in which of the following package ?
- A) java.attr
- B) java.lang
- C) java.expr
- D) Java.util
Question 544
What stands for AM and PM in integer constant of calender class ?
- A) 0 and 0
- B) 1 and 1
- C) 1 and 0
- D) 0 and 1
Question 545
If 'str' is the object of string class and its content is "I_Like_Computer", then what is the value of str.length()?
- A) 15
- B) 19
- C) 17
- D) 13
Question 546
Which sign is used for 'Package' visibility ?
- A) ~
- B) +
- C) #
- D) -
Question 547
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) Encryption
- C) Cryptography
- D) Digital certificate
Summary
This page offers a comprehensive collection of multiple-choice questions for GSEB Standard 12 English, Chapter 1. Regularly practicing these MCQs will help solidify your understanding of the chapter and improve your test-taking skills.
Next Steps
- Review other chapters' MCQs: GSEB Standard 12 English MCQs
- Explore more study materials for GSEB Standard 12