Final Exam CIS150 Fall
2002
Name:______________________________________
- XML stands for
___________________________ (3 points)
- The purpose of the tag <?xml version="1.0"?> is
________________________________________________ (3 points)
- The purpose of
the dt attribute in the following tag <portfolio
xmlns:dt="urn:scemas-microsoft-com:datatype"> is
______________________________________(3 points)
- XSL stand for
__________________________________________________(3 points)
- The purpose of
the XSL language is to
_________________________________________________________________________(3 points)
- In the
following tag <stock exchange="nyse"> exchange is a/an
_______________________________________________________
- The purpose of
the <?php and end ?> tags is to _________________________________________________
(3 points)
- ____________________
Identifies a comment in PHP (3
points)
- Variables in PHP begin
with _________________________(3 points)
- PHP variable are required
to begin with a _______________________(3 points) or
_____________________________ (3 points)
- PHP file are required to
have an extension of
___________________________________________________________ (3 points)
- The reserved word
_____________________ is used to declare variables in javascript(3 points)
- The ++ operator in
Javascripts performs ____________________________________(3 points)
- The _________________
function in Javascript can be used to display data in a windows dialog box(3
points)
- The _________________
function in Javascript will open a new URL(3 points)
- The _________________
property of a select box indicated the currently select item in Javascript(3
points)
- The _________________
property of a textbox access the data typed in the txt box in javascript(3
points)
- The __________________ property
of a textbox indicated the number of characters typed into a text box in
Javascript(3 points)
- An example of an iteration
construct in Javascript would be __________________________(3 points)
- An example of a sequence
construct in Javascript would be _____________________________(3 points)
- An example of a selection
construct in Javascript would be ____________________________________(3
points)
- An example of a relation
operator in Javascript would be _________________________________(3
points)
- Write the php code that
would print the value of the form value to the returned html page for a
form processed which called a PHP page(3 points)
- Create an XML File that
contains an inventory with parts. The parts have the following
attributes: Part Name, Part Number, Location, Item in stock, Item on
Order, Items Required. You file should contain 3 sample parts. (10 points)
- Write two html files. One
will have two frames, the other will have a select and input control used
to select the url to display in right frame driven with javascript. The
select box should have 3 entries as shown. The values for each entry
should be their url. (18 points)
