|
|
Quiz Number 7
SWE 432, Fall 2011
October 20
|
|
Print your name on the right side of the page,
above the line.
Then answer the questions as concisely as you can.
Please write neatly; if I can't read it I have to mark it wrong.
- (8 pts.) Circle the most accurate word in each of the following sentences.
- PHP was designed by
[ the W3C | Rasmus Lerdof to track visitors | Tim Berners Lee ].
- PHP runs on the
[ client | server ].
- PHP code is embedded in
[ HTML | Java ].
- PHP variable names begin with
[ letters | $ | numbers ].
- PHP is a
[ strongly typed | dynamically typed | untyped ]
language.
- PHP variables are declared in
[ HTML tags | separate php blocks | when used ].
- PHP code
[ can | cannot ]
access the BOM and DOM.
- PHP is
[ very hard | very easy ]
to debug when compared with traditional languages like Java.
- (2 pts.) Based on what was said in class,
what issues make it hard to engineer large applications with PHP?
© Jeff Offutt, 2001-2011, all rights reserved.
This document is made available for use by GMU students of SWE 432.
Copying, distribution or other use of this document
without express permission of the author is forbidden.
You may create links to pages in this web site,
but may not copy all or part of the text without permission
of the author.