Photo AI

Kelly runs a company offering driving lessons - Scottish Highers Computing Science - Question 15 - 2022

Question icon

Question 15

Kelly-runs-a-company-offering-driving-lessons-Scottish Highers Computing Science-Question 15-2022.png

Kelly runs a company offering driving lessons. She wants a website where users can view her profile page and from there directly access individual pages about each ... show full transcript

Worked Solution & Example Answer:Kelly runs a company offering driving lessons - Scottish Highers Computing Science - Question 15 - 2022

Step 1

Explain why this structure did not meet the requirements.

96%

114 rated

Answer

The proposed structure requires users to navigate through multiple levels to reach the instructor information, which may not be efficient. Additionally, there is no FAQ page included to address common queries, which is essential for user support.

Step 2

State two issues that should be identified from usability testing.

99%

104 rated

Answer

  1. The form input(s) may not have labels, making it difficult for users to understand what information they need to provide.
  2. There is no obvious navigation structure, which could confuse users looking for specific information.

Step 3

Make a grouping selector where appropriate, write the CSS rules to format the headings.

96%

101 rated

Answer

h1, h2, h3 {
  font-family: Verdana;
  text-align: center;
}
h2 {
  padding: 10px;
}

Step 4

Describe the effect of these CSS rules on this page.

98%

120 rated

Answer

The first unordered list will be styled yellow, while either the entire list or only the Beginners/Refresher (li elements) will reflect this color. In contrast, the li elements that are descendants of ul will be colored blue, highlighting cost details and other information.

Step 5

State two different compatibility tests that should be carried out on this page.

97%

117 rated

Answer

  1. Test that the website functions on different browsers to ensure uniformity.
  2. Test that the website functions on different devices to accommodate various screen sizes and resolutions.

Join the Scottish Highers students using SimpleStudy...

97% of Students

Report Improved Results

98% of Students

Recommend to friends

100,000+

Students Supported

1 Million+

Questions answered

;