DAPZOI
Home Topics Quiz Login


Webenabled application MCQ Questions & Answers

Webenabled application MCQs : This section focuses on the "Webenabled application". These Multiple Choice Questions (MCQs) should be practiced to improve the Webenabled application skills required for various interviews (campus interview, walk-in interview, company interview), placement, entrance exam and other competitive examinations.




Question 1

..................... are virtual base classes; that is they consist of members; methods, properties and events that have no implementations.

A. enumerations
B. interfaces
C. delegates
D. structures

View Answer

Question 2

A ............... is a reference type that represents a strongly typed function pointer.

A. enumeration
B. interface
C. delegate
D. structure

View Answer

Question 3

Most of the primitive data types; Boolean, Byte, Char etc. defined in FCL are implemented as ............

A. enumeration
B. interface
C. delegate
D. structure

View Answer

Question 4

Specialized classes include the stack class, a last-in first-out structure, the queue class, first-in, first-out structure in the ........................ namespace.

A. system
B. system.collections
C. system.net
D. system.reflection

View Answer

Question 5

...................... allow custom items of information about a program element to be stored with an assembly's metadata.

A. attributes
B. structures
C. exception
D. data type

View Answer

Question 6

........................ connects web pages.

A. connector
B. link
C. hyperlink
D. none of the above

View Answer

Question 7

................. is suitable for remote administration of a computer.

A. ftp
B. shell
C. remote procedure call
D. telnet

View Answer

Question 8

Title tag is nested within the ....................... tag.

A. body
B. head
C. list
D. table

View Answer

Question 9

................... is a web's native protocol.

A. slip
B. tcp/ip
C. http
D. ppp

View Answer

Question 10

A ............................. is a symbolic name a network administrator assigns to a machine.

A. url
B. dns
C. ip address
D. host name

View Answer

Question 11

..................... is the incoming e-mail server.

A. pop
B. smtp
C. smip
D. ppp

View Answer

Question 12

...................... is a uniform naming scheme for locating resources on the web.

A. uri
B. http
C. webname
D. resourcename

View Answer

Question 13

In mouse cursor option ................... is a cursor for mouse wheel operations when the mouse is moving and the window is scrolling horizontally and vertically downward to the left.

A. panse
B. pansw
C. pansouth
D. pannw

View Answer

Question 14

In mouse cursor option ................. is a cursor for mouse wheel operations when the mouse is moving and the window is scrolling vertically in an upward direction.

A. panse
B. pansw
C. pansouth
D. pannorth

View Answer

Question 15

.................... is a signed count of the number of rotation of the mouse wheel.

A. alfa
B. delta
C. wheel rotation
D. rotation count

View Answer

Question 16

Most of the functionally of the text box control is simply inherited from the ................. class, which is also the a base class for the rich text box control.

A. textboxcontrol
B. richtextbox
C. textboxbase
D. textbox

View Answer

Question 17

................ control is generally used for editable text although it can also made read only.

A. textboxcontrol
B. richtextbox
C. textboxbase
D. textbox

View Answer

Question 18

We can limit the amount of text entered into TextBox control by setting .................. property to a specific number of characters.

A. maxlength
B. totallength
C. textamount
D. textlimit

View Answer

Question 19

TextBox controls also can be used to accept password if the ................. property is used to mask characters.

A. passwordchar
B. passwordcharacter
C. maskchar
D. passwordcontrol

View Answer

Question 20

Each hyperlink is a object of the ................... class and is stored in a collection called links.

A. hyperlink.link
B. linklabel.link
C. link.linklabel
D. link.hyperlink

View Answer

Question 21

Which of the following is NOT the public properties of TextBox objects.

A. autosize
B. backcolor
C. bulletindent
D. maxlength

View Answer

Question 22

i) Clear ii) Paste iii) LoadFile iv) Paste

A. i, ii and iii only
B. ii, iii and iv only
C. i, ii and iv only
D. all i, ii, iii and iv

View Answer

Question 23

Which of the following is NOT the public events of TextBox objects.

A. autosize changed
B. readonly changed
C. click
D. link clicked

View Answer

Question 24

i) None ii) Horizontal iii) Vertical iv) Both

A. i, ii and iii only
B. ii, iii and iv only
C. i, ii and iv only
D. all i, ii, iii and iv

View Answer

Question 25

In order for the scroll bars to actually appear, the text box's ................. property must be True.

A. multiline
B. multitext
C. scrolling
D. multivisible

View Answer

Question 26

Which of the following is NOT the public property of RichTextBox Objects.

A. detecturls
B. detecttext
C. bulletindent
D. rightmargin

View Answer

Question 27

i) CanDelete ii) Find iii) LoadFile iv) SelectAll

A. i, ii and iii only
B. ii, iii and iv only
C. i, ii and iv only
D. all i, ii, iii and iv

View Answer

Question 28

The SaveFile method is used to save the text in a rich text box to disk, and the ................ method to read it back.

A. loadfile
B. readfile
C. readit
D. readback

View Answer

Question 29

i) BottomCenter ii) MiddleTop iii) TopLeft iv) MiddleLeft

A. i, ii and iii only
B. i, iii and iv only
C. i, ii and iv only
D. all i, ii, iii and iv

View Answer

Question 30

i) ActiveLinkColor ii) LinkSize iii) LinkBehavior iv) Links

A. i, ii and iii only
B. i, iii and iv only
C. i, ii and iv only
D. all i, ii, iii and iv

View Answer

Question 31

Hyperlinks can be created using the ........................................ method in LinkClicked event handler.

A. system.diagnostics.process.start
B. system.diagnostics.hyperlinks.start
C. system.diagnostics.link.start
D. system.diagnostics.link.event

View Answer

Question 32

In order to get the text associated with the link, ..................... method can be used.

A. e.data.link.tostring
B. e.link.linkdata.tostring
C. e.linkdata.link.tostring
D. e.link.data.tostring

View Answer

Question 33

................. namespace in vb.net includes essential classes and base classes that define commonly used data types, events and event handlers, interfaces, attributes, exceptions and so on.

A. system
B. system.collections
C. system.net
D. system.reflection

View Answer

Question 34

The file extension ................. in vb.net represents a global application class, used to handle global application class, used to handle global ASP.NET application level events.

A. .asp
B. .asmx
C. .aspx
D. .asax

View Answer

Question 35

The file extension .................. in vb.net represents a web form.

A. .asp
B. .asmx
C. .aspx
D. .asax

View Answer

Question 36

When you save a solution, it's give the file extension .sln and all the projects in the solution are saved with the extension ...............

A. .vbproj
B. .vbdisco
C. .vbs
D. .vb

View Answer

Question 37

The .NET platform and the .NET framework class library were developed in an effort to address these weakness of ......................

A. xml
B. html
C. com
D. dcom

View Answer