ASP - Active Server Pages Quiz
Question Number 1
ASP is an excellent way to have dynamic content to your page.
A. True
B. False
Question Number 2
With the include function you can update one file and every page that has that file included will change.
A. True
B. False
Question Number 3
The _ prints text or html.
A. response.print
B. request.write
C. response.write
D. request.print
Question Number 4
You can send an email from the web using asp.
A. True
B. False
Question Number 5
ASP is actually coded with this language
A. html
B. JavaScript
C. Java
D. VBScript
E. C++
F. C
Question Number 6
You can include php files within an asp page
A. True
B. False
Question Number 7
To close an object called objRS you need to do it like this.
A. Close.objRS
B. CloseobjRS.Now
C. objRS.CloseNow
D. objRS.Close
Question Number 8
The type of file to keep track of everyone on your site is called a _.
A. abvoic.inc file
B. global.asa file
C. track.asa file
D. tracker file
Question Number 9
For the most efficient code you must
A. Close all your objects.
B. Close all your objects and set them equal to another
C. Close all your objects and set them equal to nothing
Question Number 10
ASP is microsoft technology and is considered to be...
A. Less expensive to use because every server has asp loaded on their computer
B. More expensive because you must purchase a host that has microsoft technology loaded on their server.
C. The best language to learn for dynamic content
D. Worse than php.