18th
Questions from Web Programming Sample Exam
“State 2 advantages of storing data in a file as compared to a database”
1. You don’t have database as a dependancy for your applications
2. You get the fun of implementing and testing most of the functionality of a database in your application.
“List five things to consider and document when designing a website”
Open ended?
”..identify what processes occur on the server side and what on the client side and which side is the more secure”
Whoms security are we talking about and what exactly is being secured?
“How can a website interact with users? List 5 ways”
ummmm…Users interact with websites.
“Explain what accessibility means and why it is important to validate websites”
Validation has nothing to do with accessibility. Accessibility is about marking up a document in a way that will be useful to people trying to understand what it is about. It’s easy and common that people make sites that validate fine but are completely unaccessible.