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
A web application running on multiple servers is called as.
Choose an answer
Web farm
Web form
Web site
None
Previous
Skip
Next
Question # 2
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 # 3
What data type do a rang validator supports
Choose an answer
Integer
String
Data
All of the above
Previous
Skip
Next
Question # 4
What is the life span for items stored in view state.
Choose an answer
Exists for the life of the current page
20 mins
2 mins
2 sec
Previous
Skip
Next
Question # 5
Which of the following de note value that can be taken by cache control of ASP NET.
Choose an answer
Public
Private
no cache
All above
Previous
Skip
Next
Question # 6
Which of the following is not a member of connection object.
Choose an answer
Execute
End transaction
Begin Transaction
Open
Previous
Skip
Next
Question # 7
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 # 8
The actual work process of ASP NET is taken care by
Choose an answer
Inetinfo exe
aspnet _ isapi .dill
aspnet _ wp .exe
None
Previous
Skip
Next
Question # 9
Which one of the following names spaces constrains the definition for Idb connection.
Choose an answer
System Data interfaces
System Data common
System Data
System data connection
Previous
Skip
Next
Question # 10
Select the caching type supported
Choose an answer
ASP NET
Out put caching
Data Caching
Both A and B
Previous
Skip
Next
Question # 11
Give one word what model does ASP NET request processing based on.
Choose an answer
Bottom up
Top down
Water fall
Pipe line
Previous
Skip
Next
Question # 12
What is the out of following code stirng a="Hello" string b="Word " string c= a+b REsponse write ("C")
Choose an answer
Hello worid
C
A+ b
None
Previous
Skip
Next
Question # 13
Post back occurs in which of the following forms
Choose an answer
Win forms
HTML forms
Web forms
None
Previous
Skip
Next
Question # 14
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 # 15
What is the size of the session ID
Choose an answer
32 bit long string
32 bit long double
32 bit long character
32 bit long integer
Previous
Skip
Next
Question # 16
Which name space allows us to formau then lication.
Choose an answer
System Web Ul forms security
System Web security
System Web configuration
System Web services
Previous
Skip
Next
Question # 17
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 # 18
In ASP NET the < authorization > section contain which of the following elemetns.
Choose an answer
< Deny >
< allow>
Botha A and B
None
Previous
Skip
Next
Question # 19
How dow yu manage states in asp net application
Choose an answer
Session Objects
Application Objects
View state
All of above
Previous
Skip
Next
Question # 20
Which of the following must be done in order to connect data from some data resource to Repeated control.
Choose an answer
Set the Data sources property
Call the data bind method
Both A and B
None
Previous
Skip
Next
Question # 21
The control used in ASP NET to display information from data set but with better formatting and editing behavior is.
Choose an answer
Panel
Button
Data list
None
Previous
Skip
Next
Question # 22
Which of the following is used to send email message from my ASP NET page.
Choose an answer
System Web mail Mail message
System Web mail smtp mail
Both A and B
None
Previous
Skip
Next
Question # 23
Session Object classes are defined in which of the following name space.
Choose an answer
System web ul
System web session state
System Web
None
Previous
Skip
Next
Question # 24
In ASPNET if you want to allows page developers a way to specially static connections in a content page then the class used is.
Choose an answer
Web part Manager
Proxy web part manager
System activator
None
Previous
Skip
Next
Question # 25
The feature in ASP NET 2.0 that is used to fire a normal post back to a different page in the application is called.
Choose an answer
Theme
Cross page posting
Code front
None
Previous
Skip
Next
Question # 26
Which of the following is not a member of ADODB command object.
Choose an answer
Execute Reader
Execute scalar
Execute Stream
Open
Previous
Skip
Next
Question # 27
Which of the following method used to obtain details about information types of assembly.
Choose an answer
Get types
Get type
Both A and B
None
Previous
Skip
Next
Question # 28
Select the output of the statement < form method=post action = test aspx >
Choose an answer
Transfer all the form data to test aspx with HTTP headers
Transfers all the form data to test aspx with out HTTP headers
Call post method on test aspx
None
Previous
Skip
Next
Back