-   On the DCU  web server, the URL:  https://student.computing.dcu.ie/mhumphrysdculab/   maps to:  
  
 
  
 
  
 
  
 
  
 
  
 
  
 
  
 
 -  In a Web service, code that   (a) accesses a database, (b) tracks mouse movements, and (c) does general calculations, should be executed  on:  
  
 
  
 
  
 
  
 
  
 
  
 
  
 
  
 
 -  Web clients tolerate bad HTML. XHTML   had the dream of making the Web valid HTML.  There are many  reasons why this is hard.  One of these is not   a reason why it is hard.    
  
 
  
 
  
 
  
 
  
 
  
 
  
 
  
 
 -  Which of these URI schemes  is still widely used? 
  
 
  
 
  
 
  
 
  
 
  
 
 -  You should define a class in CSS when: 
  
 
  
 
  
 
  
 
  
 
  
 
  
 
 -  CSS should go in a separate  file to HTML when: 
  
 
  
 
  
 
  
 
  
 
  
 
  
 
  
 
 -  How do you see other people's CSS? 
  
 
  
 
  
 
  
 
  
 
  
 
 -  A server-side program means:   
  
 
  
 
  
 
  
 
  
 
  
 
  
 
 -  Assuming there is a button with id "thebutton", what does this jQuery do? 
  $("#thebutton").click ( function(){ console.log ("Click here"); } );  
  
 
  
 
  
 
  
 
  
 
  
 
  
 
 -  Which of these is not   a strategy adopted by web servers to deal with high traffic? 
  
 
  
 
  
 
  
 
  
 
  
 
 -  At DCU, the  URL  https://student.computing.dcu.ie/~mhumphrysdculab/s/s/file.html   contains an embedded  image using HTML code:  <img src="../../img.jpg">  
 This maps to the image file:  
  
 
  
 
  
 
  
 
  
 
  
 
  
 
  
 
 -  At DCU, the  URL  https://student.computing.dcu.ie/~mhumphrysdculab/index/  maps to the file:  
  
 
  
 
  
 
  
 
  
 
  
 
  
 
  
 
 -  Browser caching can cause trouble for Web developers when: 
  
 
  
 
  
 
  
 
  
 
  
 
  
 
 -   On the DCU  web server, the URL:  https://student.computing.dcu.ie/~mhumphrysdculab/   maps to:  
  
 
  
 
  
 
  
 
  
 
  
 
  
 
  
 
 -  Which of these is true? 
  
 
  
 
  
 
  
 
 -  In normal use,   3 of these   display the same thing. Which one displays something different? 
  
 
  
 
  
 
  
 
 -  You want to embed a Google search box on your page. Which of these would you try? 
  
 
  
 
  
 
  
 
  
 
  
 
  
 
  
 
 -  Why do browsers tolerate errors in HTML? 
  
 
  
 
  
 
  
 
  
 
  
 
  
 
 -  Which of these URI schemes was once  very popular but is almost never used any more? 
  
 
  
 
  
 
  
 
  
 
  
 
 -  At DCU, the  URL  https://student.computing.dcu.ie/~mhumphrysdculab/mhumphrysdculab/  maps to the file: