Test your basic knowledge |

Web Development

Subject : it-skills
Instructions:
  • Answer 50 questions in 15 minutes.
  • If you are not ready to take this test, you can study here.
  • Match each statement with the correct term.
  • Don't refresh. All questions and answers are randomly picked and ordered every time you load a test.

This is a study tool. The 3 wrong answers for each question are randomly chosen from answers to other questions. So, you might find at times the answers obvious, but you will see it re-enforces your understanding as you take the test each time.
1. The XHTML standard defines three Document Type Definitions: Strict and Transitional and _______






2. How do you write a comment in an CSS document?






3. Which tag has the largest size?






4. Use the following lowest screen resolution when designing a site for a target audience?






5. What is the purpose of the "div" tag?






6. This stops processing the page if they cannot retrieve the resource.






7. Use the following lowest screen resolution when designing a site for a target audience?






8. What are the correct naming standards for web pages?






9. To extract data from a web service if it returns JSON use ________ to return an object then iterate through it to get what you want






10. (Extensible Markup Language) A set of rules for encoding documents in machine-readable form - used to send data from one application to another.






11. How do you remove a border from an image (using css)?






12. What is included within the <head> tag?






13. Define dithering


14. What is the purpose of the <meta> tag?






15. Data transferred via the body of the POST request - used for unsafe actions






16. A CSS document is saved with the _____ extension?






17. A piece of text stored on a user's computer by their web browser - used for authentication or storing site preferences or shopping cart contents or the identifier for a server-based session or anything else that can be accomplished through storing t






18. Define "web safe colors".






19. What are the correct naming standards for web pages?






20. What is the purpose of the <!doctype> tag?






21. Define resolution.






22. Write the code to link to a folder named "school" within the website "basicversity".






23. Write the code to link to: www.basicversity.com






24. What is included within the <head> tag?






25. How do you write a comment in an HTML document?






26. Which heading tag has the smallest size?






27. Web apps can interact with server without changing anything on the page - uses the XMLHttpRequest object to exchange data asynchronously with the web server.






28. A CSS document is saved with the _____ extension?






29. Why is "alt" used?






30. What is the hierarchy for CSS code?






31. The _____ for table A and B always contains all records of the "left" table (A) even if the join-condition does not find any matching record in the "right" table (B)






32. What is a box model?






33. Define a .gif image.






34. When do you use the "a: visited"?






35. What does float allow you to do?






36. Recognized natively by JavaScript. No need for parsing an XML document to extract the data and get it throught the net.






37. What is the purpose of the <title> tag?






38. What is the purpose of the <!doctype> tag?






39. What does float allow you to do?






40. When using CSS what ends a style rule?






41. What symbol is used in a CSS document to denote code that is considered a class?






42. While using CSS what type of css file can modify multiple things at once to an entire site?






43. What is a box model?






44. When do you use the "a: hover"?






45. What is the definition of an internal link?






46. When is FTP used?






47. Which heading tag has the smallest size?






48. In CSS the five possible values for "position" are:static - _____ - absolute - fixed - inherit






49. In CSS the possible values for the display attribute that are supported by all browsers are none - block - inline - _____ - run-in






50. A ____ is a Document Type Definition - also know as DOCTYPE. In a document served as text/html the DOCTYPE informs the browswer how to interpret the content of the page.