More Classes
5th Class
6th Class
7th Class
8th Class
9th Class
10th Class
11th Class
12th Class
NAT I
NAT II
CSS
IQ
General Knowledge
MDCAT
ECAT
GAT General
GAT Subject
Other Links
Go to Home
Online Tests
PPSC Computer Science Chapter 7 ASP.NET Online Test MCQs With Answers
Question # 1
What is executable unit gets created when we build an ASP NET application.
Choose an answer
DLL
EXE
COM
None
Previous
Skip
Next
Question # 2
The type of code found in code behind class is
Choose an answer
Server side code
Clinet side code
Both A and B
None
Previous
Skip
Next
Question # 3
What is the transport protocol used to call a web service.
Choose an answer
HTTP
SOAP
TCP
SMTP
Previous
Skip
Next
Question # 4
When a aspx page is requested from the web server the out put will be rendered to browser in following format.
Choose an answer
HTML
XML
WML
None
Previous
Skip
Next
Question # 5
What is the full form of WSDL
Choose an answer
Web system Description language
Web services detail language
Web service description language.
None
Previous
Skip
Next
Question # 6
Which of the following is not a member of Response Object.
Choose an answer
Clear
Write
Execute
Flush
Previous
Skip
Next
Question # 7
Select the type processing model that asp net simulate.
Choose an answer
Event driven
Static
Linear
Top down
Previous
Skip
Next
Question # 8
A web application running on multiple servers is called as.
Choose an answer
Web farm
Web form
Web site
None
Previous
Skip
Next
Question # 9
To add a custom control to a Web from we have to register with
Choose an answer
Tag prefix
Name space of the dil that is referenced
Assemblyname
All of the above
Previous
Skip
Next
Question # 10
Which of the following can be used to add alternating color scheme in aRepeater control.
Choose an answer
Alternatingltem template
Data source
Color validator
None
Previous
Skip
Next
Question # 11
Support a NET programmer wants to convert an object into a stream by bytes then the process is called.
Choose an answer
Serialization
Threading
RCW
App Doman
Previous
Skip
Next
Question # 12
Which property of the session object is used to set the local identifier.
Choose an answer
sessionld
LCID
Item
Key
Previous
Skip
Next
Question # 13
Which of the following is not a member of connection object.
Choose an answer
Execute
End transaction
Begin Transaction
Open
Previous
Skip
Next
Question # 14
Which of the following denoted the web control associated with Table control function of ASP NET.
Choose an answer
Data list
List Box
Table Row
All above
Previous
Skip
Next
Question # 15
Which language can support SOAP.
Choose an answer
VB
JAVA
COBAL
All above
Previous
Skip
Next
Question # 16
The best way to delimit ASP NET code from HTML code in your pages is by using_____ tags
Choose an answer
<body>
< Head >
< Script >
None
Previous
Skip
Next
Question # 17
In my NET Frame work I have threads Which of the following denote the possible priority level for the threads.
Choose an answer
Normal
above normal
Highest
All above
Previous
Skip
Next
Question # 18
The ASP NET server control which provides an alternative way of displaying text on web page is.
Choose an answer
< ASP label >
< ASP listitem >
< ASP Button >
None
Previous
Skip
Next
Question # 19
Which method displays the custom control
Choose an answer
The prerender
Render
Page Load
Display
Previous
Skip
Next
Question # 20
Which of the following is used to write error message in event log file.
Choose an answer
System data
System enterprise services
System diagnostics
None
Previous
Skip
Next
Question # 21
Which of the following denote page code model in ASP NET.
Choose an answer
Single file
Code behind
Both A and B
None
Previous
Skip
Next
Back