Final Exam                                               CIS150                         Fall 2002

Name:______________________________________

 

  1. XML stands for ___________________________ (3 points)
  2. The purpose of the tag <?xml version="1.0"?> is ________________________________________________ (3 points)
  3. The purpose of the dt attribute in the following tag <portfolio xmlns:dt="urn:scemas-microsoft-com:datatype"> is ______________________________________(3 points)
  4. XSL stand for __________________________________________________(3 points)
  5. The purpose of the XSL language is to _________________________________________________________________________(3 points)
  6. In the following tag <stock exchange="nyse"> exchange is a/an _______________________________________________________
  7. The purpose of the <?php and end ?> tags is to _________________________________________________ (3 points)
  8. ____________________ Identifies a comment in PHP (3 points)
  9. Variables in PHP begin with _________________________(3 points)
  10.  PHP variable are required to begin with a _______________________(3 points) or _____________________________ (3 points)
  11. PHP file are required to have an extension of ___________________________________________________________ (3 points)
  12.  The reserved word _____________________ is used to declare variables in javascript(3 points)
  13.  The ++ operator in Javascripts performs ____________________________________(3 points)
  14. The _________________ function in Javascript can be used to display data in a windows dialog box(3 points)
  15. The _________________ function in Javascript will open a new URL(3 points)
  16. The _________________ property of a select box indicated the currently select item in Javascript(3 points)
  17.  The _________________ property of a textbox access the data typed in the txt box in javascript(3 points)
  18. The __________________ property of a textbox indicated the number of characters typed into a text box in Javascript(3 points)
  19. An example of an iteration construct in Javascript would be __________________________(3 points)
  20. An example of a sequence construct in Javascript would be _____________________________(3 points)
  21. An example of a selection construct in Javascript would be ____________________________________(3 points)
  22. An example of a relation operator in Javascript would be _________________________________(3 points)
  23.  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)

 

 

 

 

 

  1. 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)

 


 

  1. 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)