Vous êtes sur la page 1sur 12

[30] Which of the following is the correct syntax for HTML Image Control?

Choice a Choice b Choice c Choice d <img id="programmaticID" alt="alttext" align= top border="borderwidth" height="imageheight" src="imageURL" width="imagewidth" runat="server" > <img id:"programmaticID" alt:"alttext" align: top border:"borderwidth" height:"imageheight" src:"imageURL" width:"imagewidth" runat:"server" > <img id"programmaticID" alt"alttext" align top border"borderwidth" height"imageheight" src"imageURL" width"imagewidth" runat"server" > <img id="programmaticID" alt="alttext" align= top border="borderwidth" height="imageheight" src="imageURL" width="imagewidth" runat="server" ></img>

[29] A derived class can stop virtual inheritance by declaring an override as Choice a Choice b Choice c Choice d Inherits extends sealed NotInheritable

[28] Suppose multiple clients access multiple business components which in turn access or modify the data stored in different databases. Which of the following application type perfectly models this scenario? Choice a Choice b Choice c Choice d N-Tier Application Single Tier Application Two Tier Application Three Tier Application

[27] Which of the following statements are correct? I. XML Schemas support reusable types and allow to create new types using inheritance. II. XML Schemas does not allow to group elements to control the recurrence of elements and attributes. III. While creating XML Schemas the individual elements and attributes are defined and valid types are assigned to them. Choice a Choice b Choice c Choice d Only I and II are correct. Only I and III are correct. Only II and III are correct. I, II and III are correct.

[26] What data types do the RangeValidator controls support in ASP.NET? Choice a Choice b Choice c Choice d Integer, Decimal, Double Date, Decimal Integer, String, Date String, Decimal

[25] Which of the following control searches the current naming container for the specified server control? Choice a Choice b GetType FindControl

Choice c Choice d

GetHashCode GetControl

[24] Which of the following statements are correct about the C#.NET code snippet given below? sample c ; c = new sample( ) ; Choice a Choice b Choice c Choice d It will create an object called sample.

It will create a nameless object of the type sample.

It will create an object of the type sample on the stack.

It will create an object of the type sample either on the heap or on the stack depending on the size of the object.

[23] Which of the following statements are correct? Choice a Choice b Choice c Choice d A. Procedural Programming paradigm is different than structured programming paradigm. B. Object Oriented Programming paradigm stresses on dividing the logic into smaller parts and writing procedures for each part. Classes and objects are corner stones of structured programming paradigm. Object Oriented Programming paradigm gives equal importance to data and the procedures that work on the data.

[22] Which control allows you to edit, delete, and insert records? Choice a Choice b Choice c Choice d GridView FormView DetailsView TagView

[21] What are the types of server controls that participate in declarative data binding model? Choice a Choice b Choice c Choice d DataBind controls and Data-bound controls

Data source controls and Data-bound controls

Data source controls and DataGrid controls

Data source controls and Data-Ubound controls

[20] Which of the following method is used in data binding expression syntax when data can be modified? Choice a Choice b Choice c Choice d Eval Bind Bind or Eval None of the above

[19] What is the correct syntax for Connection String? Choice a Choice b Choice c Choice d Data Source=.\SQL;Initial Catalog=Customers;Integrated Security=True; Data Source=.\SQLEXPRESS;Initial Catalog=Customers;Integrated Security=False; Data Source=.\SQLServer;Initial Catalog=Customers;Integrated Security=True; Data Source=.\SQLEXPRESS;Initial Catalog=Customers;Integrated Security=True

[18] What one of the following keyword is used in connection string for attaching to a file? Choice a Choice b Choice c Choice d DBFile AttachDBFilename DBFilename DBFilename=<filename>

[17] Which of the following models correctly represents the scenario given below? - Connect to database server - Process data - Close connection Choice a Choice b Disconnected model Connected model

Choice c Choice d

ODBC model Data Access Object model

[16] Malicious user input can be used to launch the attacks named Choice a Choice b Choice c Choice d SQL Virus SQL Injection SQL Injuries SQL Damage

[15] Which of the following statements are correct? I. We can define an limited set of XML tags. II. As XML tags are adopted throughout an organization and across organizations, data from all kinds of different data stores will be easier to exchange and manipulate. Choice a Choice b Choice c Choice d Only I is correct. Only II is correct. Both I and II are correct. Both I and II are incorrect.

[14] Which of the following statements are correct? I. XML provides a way to describe structured data. II. XML tags are used to control the display and appearance of data.

Choice a Choice b Choice c Choice d

Only I is correct. Only II is correct. Both I and II are correct. Both I and II are incorrect.

[13] Which WebForm Validator control will you use if you want to ascertain whether the values in two different WebForm controls are same or not? Choice a Choice b Choice c Choice d CheckValidator Control CompareValidator Control RangeValidater Control RequiredFieldValidator Control

[12] Which of the following keyword is used with an event to make the event available to callers at any time, even if no instance of the class exists? Choice a Choice b Choice c Choice d public static virtual abstract

[11] Which of the following statements are correct?

I. An event is a way for a class to provide notifications. II. Events use delegates to provide type-safe encapsulation of the methods that will be called when triggered. Choice a Choice b Choice c Choice d Only I is correct. Only II is correct. Both I and II are correct. Both I and II are incorrect.

[10] What does AccessDataSource do? Choice a Choice b Choice c Choice d It is used for connecting to SqlServer 2005

It is used for connecting to Oracle DB Server

It is used for connecting to SqlServer

It is used for connecting to MS Access Database

[9] What does HTMLTable Control do? Choice a Choice b Choice c It creates the Table within the form. It deletes the Table within the form. It selects the Table within the form.

Choice d

It modifies the Table within the form.

[8] Which is the correct syntax for include directive in ASP.NET? Choice a Choice b Choice c Choice d <!-- #include pathtype = filename --> <% @ include attribute="attr1" %> <% #include pathtype = filename %> <% @include pathtype = filename %>

[7] Which of the following statements are true about compilation of .aspx pages in ASP.NET? Choice a Choice b Choice c Choice d All .aspx pages are compiled when the application starts.

An .aspx page is compiled for every request.

An .aspx page gets compiled when first request is made for it. All .aspx pages get compiled when the session state starts.

[6] Which of the following is the correct syntax for the GridView? Choice a Choice b <asp:gridview id="CustomersGridView" ></asp>

<asp:gridview id="CustomersGridView" ><gridview>

Choice c Choice d

<asp:gridview id="CustomersGridView" runat="server" />

<asp:gridview id="CustomersGridView" ></>

[5] Which of the following is the correct syntax for HTML Anchor Control? Choice a <a href="linkurl" name="bookmarkname" OnServerClick="onserverclickhandler" target="linkedcontentframeorwindow" title="titledisplayedbybrowser" runat="server" > linktext</a> <a href="linkurl" name="bookmarkname" OnServerClick="onserverclickhandler" target="linkedcontentframeorwindow" title="titledisplayedbybrowser" runat="server" > linktext <a href="linkurl" name="bookmarkname" OnServerClick="onserverclickhandler" target="linkedcontentframeorwindow" title="titledisplayedbybrowser" runat="server" > linktext<a> <a href="linkurl" name="bookmarkname" OnServerClick="onserverclickhandler" target="linkedcontentframeorwindow" title="titledisplayedbybrowser" runat="server" > linktext</a href>

Choice b

Choice c

Choice d

[4] How we can control the vertical alignment of the cell in the HTML table control? Choice a Choice b Choice c Choice d ColSpan NoWrap VAlign HAlign

[3] In ASP.NET which of the following properties is used for ascertaining

whether the page is being loaded in response to a client postback, or is it being loaded and accessed for the first time? Choice a Choice b Choice c Choice d Page.IsReusable Property Page.IsValid Property Page.Request Property Page.IsPostBack Property

[2] By which property of checkbox HTML server control we can get to know whether the checkbox is selected or not? Choice a Choice b Choice c Choice d OnSubmit Value Checked Selected

[1] Which of the following statements are correct about the C#.NET code snippet given below? int i ; int j = new int( ) ; i = 10 ; j = 20 ; String str ; str = i.ToString( ) ; str = j.ToString( ) ; Choice a This is a perfectly workable code snippet

Choice b Choice c Choice d

Since int is a primitive, we cannot use new with it.

Since an int is a primitive, we cannot call the method ToString( ) using it. i will get created on stack, whereas j will get created on heap

http://mocktestaspnet.blogspot.in/2012_01_01_archive.html

Vous aimerez peut-être aussi