Once you have at least a prototype of the website ready to evaluate, it is a good idea to conduct a site ____ test.

A. stress
B. usability
C. baseline
D. familiarity

Answer: B

Computer Science & Information Technology

You might also like to view...

There are some industry inconsistencies in advertised sizes of monitors. Which of the following terms refers to the actual size of the monitor screen that can be seen?

A) Dot pitch B) Viewable size C) Dot triad D) Resolution

Computer Science & Information Technology

Answer the following statements true (T) or false (F)

1. Arrays can contain different types of data, structs cannot. 2. If a struct type car has been defined with members make and type, then car.make = “Ford”; is a possible correct assignment. 3. A variable of struct type can be passed to a function as an argument. 4. It is more efficient to pass a struct type variable as a const reference parameter than as a value parameter. 5. After the following declaration and assignment: char title[] = “Professor”; the last character in title will be ‘r’;

Computer Science & Information Technology