CIW WEB DESIGN
SPECIALIST 1D0-520
PRACTICE EXAM 70
QUESTIONS
Question 1: A paragraph is dicult to read because its lines extend almost the full width of a large monitor. Which change most directly improves readability?
Choices:
1) Constrain the text column to a more readable measure 2) Increase the line length further 3) Use several unrelated typefaces 4) Remove all paragraph spacing
Correct Answer: Constrain the text column to a more readable measure
Explanation: Excessively long lines make it harder for the eye to move from the end of one line to the beginning of the next. A constrained text measure improves readability.Page 1
Question 2: What does a client-side image map allow a designer to create?
Choices:
1) Multiple clickable regions within one image 2) A server backup stored in a browser 3) A CSS rule that runs SQL 4) A database table inside a JPEG
Correct Answer: Multiple clickable regions within one image
Explanation: A client-side image map denes multiple hotspot regions within one image, allowing dierent areas to link to dierent destinations.
Question 3: Which event is most appropriate for running client-side code when a
user activates a button with a pointing device?
Choices:
1) load 2) click 3) resize 4) unload
Correct Answer: click
Explanation: A click event is generated when the user activates the control, making it the appropriate event for handling a typical button action.Page 2
Question 4: A design team wants feedback from representative users before a
major redesign is nalized. Which approach best supports that goal?
Choices:
1) Recruit users who represent the target audience and observe them performing realistic tasks 2) Measure only the number of source-code lines 3) Select only members of the development team 4) Ask the client to choose the colors without involving users Correct Answer: Recruit users who represent the target audience and observe them performing realistic tasks Explanation: Representative users performing realistic tasks provide direct evidence about usability, expectations, and navigation problems that internal team members may overlook.
Question 5: Which SQL statement is used to retrieve rows from a relational
database?
Choices:
1) SELECT
2) DELETE
3) DROP
4) COMMIT
Correct Answer: SELECT
Explanation: SELECT retrieves data from one or more tables. DELETE removes rows, DROP removes database objects, and COMMIT nalizes a transaction.Page 3