In a(n)  ___________ test, you ask unbiased people, who are not connected to the design process, to use and evaluate the site.

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


site usability

Computer Science & Information Technology

You might also like to view...

Which of the following code examples is a function that will accept three integer parameters, calculate their average, and return the result?

a. ```Function Average(ByVal intX As Integer, ByVal intY As Integer, _ ByVal intZ As Integer) As Single Average = (intX + intY + intZ) / 3 End Function ``` b. ```Function Average(ByVal intX As Integer, ByVal intY as Integer, _ ByVal intZ As Integer) As Single Average = intX + intY + intZ / 3 Return Average End Function ``` c. ```Function Average(ByRef intX As Integer, ByRef intY as Integer, _ ByRef intZ As Integer, ByRef Average As Double) Average = (intX + intY + intZ) / 3 End Function ``` d. ```Function Average(ByVal intX As Integer, ByVal IntY as Integer, _ ByVal intZ As Integer) As Single Return (intX + intY + intZ) / 3 End Function ```

Computer Science & Information Technology

Which of the following is not involved in creating an app for a mobile phone or tablet?

A) brainstorming B) preliminary screen design C) user interface decisions D) printing screen designs as a submission requirement

Computer Science & Information Technology

The styles associated with the document are displayed in the ________ area of the Styles Pane

Fill in the blank(s) with correct word

Computer Science & Information Technology

What is the advantage of using folders?

What will be an ideal response?

Computer Science & Information Technology