ASP.NET Fill In the Blanks
Sr.NO
|
Fill In
the Blanks
|
Answer
|
1
|
Web
application is an application that uses a ____ as a client
|
web
browser
|
2
|
In
client- server model the ____ application is used to accept the information
|
client
|
3
|
In
client- server model the ____ application is used to store , retrieves and
process the information
|
server
|
4
|
web
application is combination of ____
script and client side script
language.
|
server-side
|
5
|
web
application frequently use a combination of server side script language and
_____ to develop an application
|
client
-side
|
6
|
Data
should remain _____ in .NetFramework.
|
centralized
|
7
|
The
_____ is Microsoft's managed code programming model for building applications
on windows clients, servers and embedded devices
|
.Net
Framework
|
8
|
The
.Net Framework is Microsoft's _____ code programming model for building
applications on windows clients, servers and embedded devices
|
managed
|
9
|
____ is
a software technology that is accessible with several latest Microsoft
Windows Operating System
|
.Net
Framework
|
10
|
The ___
is a platform that provides tools and techniques needed to build networked
application
|
.Net
Framework
|
11
|
In
ASP.NET FCLstands for _____
|
Framework
Class Library
|
12
|
In
ASP.NET CLS stands for _____
|
Common
Language Specifications
|
13
|
In .Net
Framework CLR stands for _____
|
Common
Language Run-Time
|
14
|
The
____ is a set of language features
that .Net languages need to develop applications and services
|
Common
Language Specifications
|
15
|
In .Net
Framework a run-time enviroment is
called ___.
|
Common
Language Run-Time
|
16
|
In .Net
Framework , ____runs the code and provides services to make the development
process faster.
|
Common
Language Run-Time
|
17
|
In .Net
Framework, _____ allows organizing classes, so that they can be easily
accessed in other applications
|
namespaces
|
18
|
In .Net
Framework , ____ enable to avoid any naming conflicts between classes that
have the same name
|
namespaces
|
19
|
In .Net
Framework , ____ are the names which donot represent location and may not be
meaningful.
|
namespaces
|
20
|
In .Net
Framework a/an _____ is a collection of types and resources that forms a
logical unit of functionality
|
assembly
|
21
|
In .Net
Framework each assembly is stored as an ____ or .dll file
|
.exe
|
22
|
In .Net
Framework each assembly is stored as an .exe
or ____ file
|
.dll
|
23
|
In .Net
Framework ____ execution environment helps to minimize software deployment
efforts & avoids different version conflicts
|
code
|
24
|
Using.Net
Framework developer can develop ____ and web based applications
|
Windows
|
25
|
The
______ is an important windows component that supports developing and
executing the next generation of application
|
.Net
Framework
|
26
|
The
.Net Framework depends on the ____ which is an execution environment
|
Common
Language Run-Time
|
27
|
In .Net
Architecture , ____ works as a layer between operating system and the written
applications
|
Common
Language Run-Time
|
28
|
In .Net
Architecture , ____ which is an execution environment
|
Common
Language Run-Time
|
29
|
In .Net
Architecture the main function of CLR is to convert the ____ to native code
and then execute program
|
managed
code
|
30
|
In .Net
Architecture the main function of CLR is to convert the managed code to
______ and then execute program
|
native
code
|
31
|
In .Net
Architecture objects whose lifetime is managed in automatic way are called
____ data
|
managed
|
32
|
In .Net
Architecture the ___ makes easy to design components and applications whose
objects interact across languages
|
Common
Language Run-Time
|
33
|
Asp.Net
is an extension version of _____
|
Active
Server Pages
|
34
|
Asp is
an acroynm for ______
|
Active
Server Pages
|
35
|
AJAX
stands for ______
|
Asynchronous
Java script and XML
|
36
|
____
allows web pages to be updated asynchronously by exchanging small amounts of
data with the server behind the scenes
|
AJAX
|
37
|
In .Net
architecture CTS means __________
|
Common
type system
|
38
|
Asp.Net
___ is new and simple markup syntax for embedding server code in asp.net web
pages.
|
Razor
|
39
|
The
Asp.net____ has the power of traditional ASP .NET,but is easier to use and
learn.
|
Razor
|
40
|
In
Asp.Net programming language visual _____ is pronounced as ' C sharp '
|
C#
|
41
|
In
Asp.Net programming language visual C# is pronounced as ' _____ '
|
C sharp
|
42
|
In
Asp.Net programming language visual _____ is pronounced as ' Jay -sharp '
|
J#
|
43
|
In
Asp.Net Server technologies MVC is ______
|
Model
View Controller
|
44
|
Asp.Net
programs are ____ application posted on one or more web-servers that respond
dynamic to client requests
|
centralized
|
45
|
In
Asp.Net , API'S long form is _______
|
Application
Programming Interface
|
46
|
The web
application written in Asp.Net will consists native asp.net files having
extension ___
|
.aspx
|
47
|
In
ASP.Net using VB.Net the code is in a separate file with extention _________.
|
.aspx.vb
|
48
|
In
Asp.Net request for the page is received , then an instance of project ____
file is created and executed
|
.dll
|
49
|
In
Asp.Net a file has ________ extension .
|
.aspx
|
50
|
A ____
element is required only if it contains control whose value are necessary
during ASP.Net Page processing
|
Form
|
51
|
In
ASP.Net ____ directive defines page
specifier attributes used by the page parser and compiler
|
@ page
|
52
|
The
____ directive can be used only in .aspx file in Asp.Net
|
@ page
|
53
|
In
ASP.Net page directives ____ attribute specifies the language used in the
code-declaration blocks
|
language
|
54
|
In
ASP.Net Page Framework ___ attributes
specifies that the code contain within the <script> block runs on the
server and not on the client
|
runat
|
55
|
In
ASP.Net Page Framework directives runat attribute is required for _____ code
blocks
|
server-side
|
56
|
In
ASP.Net Page Framework ___ attributes
specifies path and filename of an external script file to load
|
src
|
57
|
In
ASP.Net Page Framework code-render blocks inline expressions is used as
shortcut for calling the ___ method
|
Write()
|
58
|
____ is
the sytax for inline code in code render blocks of asp.net
|
< %
inline code %>
|
59
|
In
Visual Studio 2008/2010 full form of IDE is _______
|
Integrated
Development Enviroment
|
60
|
In
Visual Studio 2008/2010 IDE project has a project file with an extension
_____
|
.vbproj
|
61
|
In
Visual Studio 2008/2010 IDE every Solution has ____file
|
solution
|
62
|
In
Visual Studio 2008/2010 IDE every solution
has a Solution file with an extension _____
|
.sln
|
63
|
In
Visual Studio 2008/2010 IDE ___ file that keeps the track of the project that
makeup the solution
|
solution
|
64
|
In
Asp.Net web server controls ___ displays a link to another Web page
|
Hyperlink
|
65
|
In
Asp.Net web server controls ___ represents a hidden field used to store a
non-displayed value
|
HiddenField
|
66
|
____ is
the shortcut key in ASP.Net to run the web page on the browser
|
Ctrl+F5
|
67
|
In
ASP.Net _____ HTML Server Control can be used programmatically control as
simple the HTML <button> element
|
HtmlButton
|
68
|
In
ASP.Net _____ HTML Server Control can be used as same as the HTML <form> element
|
HtmlForm
|
69
|
In
ASP.Net _____ HTML Server Control can be used as same as the HTML <img> element
|
HtmlImage
|
70
|
In
ASP.Net _____ HTML Server Control does not postback to the server when it is
clicked
|
HtmlCheckBox
|
71
|
In
ASP.Net _____ HTML Server Control is used to design a page that allows user
to upload binary or text files from a
browser to a directory
|
HtmlInputFile
|
72
|
In
ASP.Net _____ HTML Server Control can be used as same as the HTML <select> element
|
HtmlSelect
|
73
|
In ASP.Net
_____ HTML Server Control can be used as same as the HTML <textarea> element
|
HtmlTextArea
|
74
|
In
ASP.Net HTMLTextArea control has the
dimensions of the textbox are controlled by the ___ and Rows properties
|
Cols
|
75
|
In
ASP.Net HTMLTextArea control has the
dimensions of the textbox are controlled by the Cols and ____ properties
|
Rows
|
76
|
In
ASP.Net , HTMLTextArea control Cols property determines the _____ of the
control
|
width
|
77
|
In
ASP.Net , HTMLTextArea control Rows property determines the _____ of the
control
|
heigth
|
78
|
The
Validation Server Control in asp.net ______ validator allows for comparsions
between the user's input and another item using comparision operators
|
Compare
|
79
|
The
Validation Server Control in asp.net ______ validator checks the user's input based upon a lower
and upper- level range of numbers or characters
|
Range
|
80
|
In
asp.net , System.Web namespace _____ property gets the response cookie
collection
|
Cookies
|
81
|
In
asp.net , System.Web namespace _____ property gets or sets the number of
minutes before a page cached on a browser expires
|
Expires
|
82
|
In
asp.net , System.Web namespace _____ property gets the collection of response
headers
|
Headers
|
83
|
In
asp.net , System.Web namespace _____ method writes a string of binary
characters to the HTTP output stream
|
BinaryWrite()
|
84
|
In
asp.net , System.Web namespace _____ method clears all the content output
from the buffer stream
|
Clear()
|
85
|
In
asp.net , System.Web namespace _____ method stops execution of the page and
raises the EndRequest event
|
End()
|
86
|
In
asp.net , System.Web namespace _____ method sends all currently buffered
output to the client
|
Flush()
|
87
|
In
asp.net , System.Web namespace _____ method writes a string to an HTTP
response output stream
|
Write(string)
|
88
|
In
asp.net server variables ____ returns the cookies string that was included
with the request
|
HTTP_COOKIE
|
89
|
In
asp.net server variables ____ returns the name of the web server
|
HTTP_HOST
|
90
|
In
asp.net server variables ____ returns the method used to make a request
|
HTTP_METHOD
|
91
|
In
asp.net server variables ____ returns a raw encoded URL
|
HTTP_URL
|
92
|
In
asp.net server variables ____ returns a string describing the browser that
sent the request
|
HTTP_USER_AGENT
|
93
|
In
asp.net server variables ____ returns the name and version of the request
protocol
|
HTTP_VERSION
|
94
|
In
asp.net server variable ____ returns the IP address of the remote host that
is making a request
|
HTTP_ADDR
|
95
|
In
asp.net server variable ____ returns the name of the host that is making a
request
|
REMOTE_HOST
|
96
|
In
asp.net server variable ____ returns the name of the User as its
authorizaton header sent by the client before the username is mapped to a
Windows account.
|
REMOTE_USER
|
97
|
In
asp.net server variable ____ returns the server's hostname , DNS alias or IP
address as it would appear in self -referencing URLs
|
SERVER_NAME
|
98
|
In
asp.net server variable ____ returns the server port number to which the
request was sent
|
SERVER_PORT
|
99
|
____
method in .Net framework of ASP.NET converts an object to its string
representation so that its is suitable for display
|
ToString
|
100
|
____
method in .Net framework of ASP.NET sets these flags so that they can get
accesses for the cookies , form, or query string
|
Validate_Input
|
101
|
In
asp.net ____ file resides in the root directory of an ASP.net application
|
Global.asax
|
102
|
In
asp.net session states ____ is a stateless protocol
|
HTTP
|
103
|
In
asp.net, a ____ is used to store information about a particular
client,session, or application
|
Cookie
|
105
|
In
Asp.Net _____ State enables you to store and retrieve values for a user as
the user navigates
|
Session
State
|
Nice and informative blog specially by providing the answers they did really well for those who were unable to find the answers.
ReplyDelete