11 Using Web Authoring Tools (II)

ICT Focus

 Any reasonable answers

 FTP, HTTP/HTTPS, DNS, SMTP, NNTP, etc.

Concept Map

  1. B
  2. E
  3. G
  4. J
  5. C
  6. I
  7. D
  8. A
  9. K
  10. H
  11. F

Concept Checker

  1. F
  2. T
  3. T
  4. T
  5. F

Multiple Choice Questions

  1. B
  2. A
  3. C
  4. A
  5. C
  6. B
  7. D
  8. D
  9. C

Short Questions

1.

Question / Input field / Reason
1 / Text field / Only single line of text input is required.
2 / Radio buttons or a
menu / User is allowed to select one choice only.
A menu saves more space than radio buttons.
3 / Radio buttons or a
menu / User is allowed to select one choice only.
A menu saves more space than radio buttons.
4 / Check boxes or a list / User is allowed to select more than one choice.
5 / Text field / Only single line of text input is required.
6 / Radio buttons or a
menu and text area / User is allowed to select one choice only.
Multiple lines of text input are required.

2. How often do you use a computer at home? (1)
<SELECT name="usecomputer">
<OPTION value="4">Frequently</OPTION>

<OPTION value="3">Sometimes</OPTION>

<OPTION value="2">Rarely</OPTION>

<OPTION value="1">Never</OPTION>

<OPTION value="0">No computer at home</OPTION>

</SELECT>

(1 mark for SELECT tags, 1 mark for OPTION tags, 1 mark for OPTION values, 1 mark for OPTION text)

3.(a)The arrangement of the input fields of the form can be maintained when the browser window is resized. (1)

(b)There is no ‘Submit’ button in the form. (1) The form action is incorrectly specified. (1) The e-mail software has not been properly installed and configured. (1)

(c)A menu saves more space than radio buttons (1) when there are many choices. (1)

4.(a)Display the HTML codes of the web page by switching to the Code view. (1) Look for the tag of the redundant form by checking its form name. (1) Then, remove the unnecessary tags of the redundant form. (1)

(b)

Choice / Value
Guest book / 0 (0.5)
Discussion group / 0 (0.5)
Fill-out form / 0 (0.5)
Site map / 1 (0.5)

5.(a)Swap image with mouse over effect / image rollover effect (1)

(b)Rotating image banner (1)

(c)Pop-up window (1)

(d)Scrolling text displayed in the browser’s status bar (1)

Long Questions

1.(a)"radio" "Yes" (1)
"radio" "Fill" "No" (1)

(b)(i) "checkbox"
"checkbox" "know" "Friend"
"checkbox" "know" "TV"
"checkbox" "know" "Web search engine"
(1 mark for type, 1 mark for name, 1 mark for value)

(ii) A user can select more than one choice if check boxes are used. (1) Only one choice is allowed for radio buttons. (1)

(iii) He should list several search engines, such as Google, Yahoo!, MSN and AltaVista, as the choices of the question. (2)

(c)Web-based data can be stored and analyzed automatically. This saves time. /
Data recording errors can be eliminated using a web-based survey. /
The customer needs less time and effort to complete a web-based survey, therefore the survey return rate is higher. /
Customers from different places in the world can be reached easily using a web-based survey. (any two × 2)

(d)Display an image containing some text on it when a user chooses to submit the survey form. (1) Information on the form cannot be submitted without entering the text shown on the image in a predefined text input field. (1)

2.(a) A user privacy policy explaining the collection, storage, use and security of the personal information collected on the web site should be displayed. (2)

(b)(i) 12 characters (1)

(ii) The display width of the text box is 16 characters. (1)

(iii)"text" (1)

(iv)No, because the length of the password exceeds 8 characters, the maximum allowable length. (1)

(c)(i) <FIELDSET> (1); <LEGEND> (1)

(ii) A ‘Submit’ button should be added. (1)
<INPUT type="submit" name="Submit" value="Submit"> (2)

(d)Date of birth: To reduce the chance of inputting an invalid date such as ‘31/11/1978’. (1) Nationality: To save space as the list of country names should be very long. (1)

(e)Jane should download and install web form filling software (1) to help her fill her personal information on the forms automatically. (1)

1

© Pearson Education Asia Limited 2010NSS ICT Elective C2 Textbook Answers