Enter your search terms
Submit search form
Web
examineonline.googlepages.com
Online Exam
>>
Programming
>>
ASP
>>
Test 1
Menu
Programming
Hardware
Network
GMAT
English
IQ
DataBase
OS
MCSE
CISCO
Finance
Management
Health
Test 1
1 . What does ASP stand for?
A.
A Server Page
B.
Active Standard Pages
C.
Active Server Pages
D.
All Standard Pages
2 . ASP server scripts are surrounded by delimiters, which?
A.
<script>...</script>
B.
<&>...</&>
C.
<%>...</%>
D.
<%...%>
3 . How do you write "Hello World" in ASP?
A.
"Hello World"
B.
Response.Write("Hello World")
C.
Document.Write("Hello World")
4 . "<%=" is the same as:
A.
<%Document.Write
B.
<%Equal
C.
<%Response.Write
D.
<%Write
5 . What is the default scripting language in ASP?
A.
EcmaScript
B.
PERL
C.
VBScript
D.
JavaScript
6 . How can you script your ASP code in JavaScript?
A.
End the document with: <% language="javascript" %>
B.
Start the document with: <%@ language="javascript" %>
C.
JavaScript is the default scripting language
D.
Start the document with: <% language="javascript" %>
7 . How do you get information from a form that is submitted using the "get" method?
A.
Request.QueryString
B.
Request.Form
8 . How do you get information from a form that is submitted using the "post" method?
A.
Request.Form
B.
Request.QueryString
9 . Page 1 has this link: <a href="page2.asp?color=green">Go</a> How can page2.asp get the "color" parameter?
A.
Response.Parameter("color")
B.
Request.QueryString("color")
C.
Get("color")
D.
Response.QueryString("color")
10 . Which ASP property is used to identify a user?
A.
The Application object
B.
The Server object
C.
An ASP Cookie
11 . All users of the same application share ONE Session object.
A.
True
B.
False
12 . All users of the same application share ONE Application object.
A.
True
B.
False
13 . If a user has Cookies enabled, a session variable is available to all pages in one application.
A.
True
B.
False
14 . Include files must have the file extension ".inc"
A.
False
B.
True
15 . What is the correct way to include the file "time.inc" ?
A.
<include file="time.inc">
B.
<!--#include file="time.inc"-->
C.
<% include file="time.inc" %>
D.
<% #include file="time.inc" %>
16 . Which one of these events is a standard Global.asa event?
A.
Application_OnStart
B.
Session_Start
C.
Session_id
D.
Global.asa doesn't have any standard events
17 . Global.asa is required for all Web sites?
A.
False
B.
True
C.
Only for ASP Web sites
18 . Which of these objects is NOT an ASP component?
A.
AdRotator
B.
Counter
C.
LinkCounter
D.
File Access
19 . ASP comes with a standard component that displays a different advertisement each time a user enters or refreshes a page, what is the name of this component?
A.
RotateAds
B.
Advertisement
C.
Advertise
D.
AdRotator
20 . How do you create a FileSystemObject?
A.
Server.CreateObject("FileSystemObject")
B.
Create("FileSystemObject")
C.
Server.CreateObject("Scripting.FileSystemObject")
D.
Create Object:"Scripting.FileSystemObject"
Test Name :
Test 1
Category :
ASP
Number of Question :
20
Pass Score :
80
Test Result
Your Score :
Passing Score :
80
Result :
Copyright by
VanTuMinh
© 2007