What is card sorting? What benefits does it offer to a Web developer?

What will be an ideal response?


Card sorting is an interviewing technique that will help an HCI practitioner choose an appropriate information architecture for a Web site. It can reveal how users carry around content in their heads. It helps to create a Web site that more easily meets user expectations.
Card sorting is cheap to use and quick. A session with a user takes less than an hour, which means that many users can be involved. It draws out how people organize topics without directly asking them questions and risking undue influence to their responses.

Computer Science & Information Technology

You might also like to view...

Given that Marcy worked 42 hours (Hours = 42) last week and earns $10.00 an hour (Rate = 10), how much did Marcy earn last week, before taxes (TotalPay)?

```If (Rate >=10) AND (Hours <=40) Then TotalPay = Hours * Rate Else TotalPay = (40 * Rate) + (Hours – 40) * Rate * 1.5 End If``` a. $ 500 b. $ 420 c. $ 430 d. $ 650

Computer Science & Information Technology

Describe the steps to create a macro

What will be an ideal response?

Computer Science & Information Technology

If a number used in the calculation is changed, you must use the ________ command to recalculate the value

A) Update Field B) Edit Field C) Update Formula D) Edit Formula

Computer Science & Information Technology

USB stands for ____________________.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology