Q And A
| Question | Answer |
|---|---|
| Q1. Describe the difference between an XML Sitemap and a HTML Sitemap. List the benefits and disadvantages of using each. |
A1. XML sitemaps improve indexing, while HTML sitemaps help human visitors to assist with site navigation. XML SitemapBenefits:
Disadvantages:
HTML SitemapBenefits:
Disadvantages:
|
| Q2. Evaluate three IDE’s (Integrated development environments) and provide a brief summary on the positive and negative aspects of each. Also, in your own words include how it would suit an entry level trainee code developer. |
A2. Below is an evaluation of three prominent Integrated Development Environments across modern production workflows: VS CodePROS:
CONS:
SUITABILITY:It would suit an entry level trainee code developer because it’s simple to start and to grow skills with. PyCharmPROS:
CONS:
SUITABILITY:It would suit an entry level trainee code developer because it corrects Python mistakes in real-time. ThonnyPROS:
CONS:
SUITABILITY:It would suit an entry level trainee code developer because it focuses entirely on learning rather than production. |
| Q3. Provide a brief history on web browser development and the issues encountered by web developers, specifically, the adherence to web standards. |
A3. The World Wide Web Consortium (W3C) was formed to create "universal standards" (rules for how HTML and CSS should work) so that a website would look the same in every browser. However, developers faced major problems:
|
| Q4. What are website testing methodologies? Your answer MUST cover browser compatibility, and website functionality. |
A4. Website testing methodologies ensure a site works perfectly for everyone, everywhere. They are broken down into two main categories: Browser CompatibilityEnsures the site looks and acts the same across all platforms by testing on different engines like Chrome, Safari, and Firefox. Making sure the layout adjusts for Mobile, Tablet, and Desktop, and checking performance on Windows, macOS, iOS, and Android. Website FunctionalityEnsures every button and feature does what it is supposed to do by testing that no links are broken (404 errors), checking that login and contact fields work and catch errors, verifying "end-to-end" tasks, like completing a checkout or sign-up and confirming user info is saved and loaded correctly. |
| Q5. What are the endorsed requirements of accessibility for all NT Government webpages? |
A5. The Northern Territory Government has endorsed the World Wide Web Consortium's Web Content Accessibility Guidelines (WCAG 2.0). They are working towards making all our websites and web content meet WCAG 2.0 Level AA compliance. |
| Q6. How do you think it’s best to organise all the assets used for a specific webpage? Think locally on your computer AND within the root folder of the website. |
A6. Website asset architecture is organized through a strict directory structure:
|