Добавил:
Upload Опубликованный материал нарушает ваши авторские права? Сообщите нам.
Вуз: Предмет: Файл:
ssd4.doc
Скачиваний:
11
Добавлен:
25.02.2016
Размер:
1.14 Mб
Скачать

Its Default property is set to "true".

Its TabStop property is set to "true" and its TabIndex property is set to "0".

Its TabIndex property is set to "0".

(a) I and III only

(b) II only

(c) III only

(d) I only

You did not answer this question.

Correct answer is (b)

Your score on this question is: 0.00

Feedback:

See section 2.2.1 of the course notes.

--------------------------------------------------------------------------------

2.

When you click the mouse on a Visual Basic control named panicButton which of the following is invoked?

(a) myPanicButton_Click()

(b) panicButton-Click

(c) Click_panicButton()

(d) panicButton_Click()

You did not answer this question.

Correct answer is (d)

Your score on this question is: 0.00

Feedback:

See section 2.2.1 of the course notes.

--------------------------------------------------------------------------------

3.

Because Visual Basic buttons can only be manipulated in one way (by clicking), they are suitable to be used for

(a) actions that require no additional information beyond that supplied by the click

(b) a greater variety of actions than most other controls

(c) actions that require additional information not supplied by the click

(d) mouse-initiated actions only

You did not answer this question.

Correct answer is (a)

Your score on this question is: 0.00

Feedback:

See section 2.2.1 of the course notes.

--------------------------------------------------------------------------------

4.

Which of the following is an appropriate time to do an error analysis?

(a) Your client disagrees with your findings.

(b) Two or more heuristics give conflicting advice about a particular interface element.

(c) You think you have made a mistake in your usability aspect report.

(d) One of your colleagues found heuristic violations that you did not.

You did not answer this question.

Correct answer is (b)

Your score on this question is: 0.00

Feedback:

See section 2.2.2 of the course notes.

--------------------------------------------------------------------------------

5.

Which heuristic is described in the following statement?

Information that is the same should appear to be the same (same words, icons, and position on the screen). Information that is different should be expressed differently.

(a) Flexibility and efficiency of use

(b) Visibility of system status

(c) Consistency and standards

(d) Help and documentation

You did not answer this question.

Correct answer is (c)

Your score on this question is: 0.00

Feedback:

See section 2.2.2 of the course notes.

-------------------------------------------------------------------------------

6.

Is the consistency and standards heuristic violated by an application with a menu called Actions instead of File?

(a) Consistency and standards is not applicable in this situation.

(b) No, if the other menus are also named differently from accepted conventions.

(c) Yes, the application does not follow accepted conventions.

(d) No, if the Actions menu contains similar menu items to File menus in other applications.

You did not answer this question.

Correct answer is (c)

Your score on this question is: 0.00

Feedback:

See section 2.2.2 of the course notes.

--------------------------------------------------------------------------------

7.

Which of the following features are designed to accelerate user interaction?

History list in Web browsers.

Bookmarks.

List of shortcuts to recently used files

(a) II and III only

(b) I, II, and III

(c) I only

(d) I and II only

You did not answer this question.

Correct answer is (b)

Your score on this question is: 0.00

Feedback:

See section 2.2.4 of the course notes.

--------------------------------------------------------------------------------

8.

Which of the following is an example of a typical accelerator for frequently used operations?

(a) typing (or clicking) the next input before the computer is ready to accept it

(b) scrolling by using the keyboard arrow keys instead of the scrollbars

(c) function or command keys which combine an entire command into a single keypress

(d) increasing the speed with which the mouse moves

You did not answer this question.

Correct answer is (c)

Your score on this question is: 0.00

Feedback:

See section 2.2.4 of the course notes.

--------------------------------------------------------------------------------

9.

When does the presence of an available Cancel button violate the heuristic visibility of system status?

(a) An available Cancel button never violates this heuristic.

(b) When pressing the Cancel button undoes the previous action.

(c) When it is physically set apart from other actions within the interface.

(d) After the user has clicked an Apply button, and there are no changes that the Cancel button can undo.

You did not answer this question.

Correct answer is (d)

Your score on this question is: 0.00

Feedback:

See section 2.2.3 of the course notes.

-------------------------------------------------------------------------------

10.

A reference from one UAR to another is established when

the analyst remembers a similar previous case.

new problems are uncovered by thinking about the trade-offs of solutions.

a sufficient number of UARs has been written for one heuristic.

(a) I, II, and III

(b) I only

(c) II only

(d) I and II only

You did not answer this question.

Correct answer is (d)

Your score on this question is: 0.00

Feedback:

See section 2.2.3 of the course notes.

--------------------------------------------------------------------------------

Go to top of assessment.

Total score: 0

Your performance was as follows:

1.

Because Visual Basic buttons can only be manipulated in one way (by clicking), they are suitable to be used for

(a) a greater variety of actions than most other controls

(b) actions that require no additional information beyond that supplied by the click

(c) actions that require additional information not supplied by the click

(d) mouse-initiated actions only

You did not answer this question.

Correct answer is (b)

Your score on this question is: 0.00

Feedback:

See section 2.2.1 of the course notes.

--------------------------------------------------------------------------------

2.

When you click the mouse on a Visual Basic control named panicButton which of the following is invoked?

(a) panicButton_Click()

(b) myPanicButton_Click()

(c) panicButton-Click

(d) Click_panicButton()

You did not answer this question.

Correct answer is (a)

Your score on this question is: 0.00

Feedback:

See section 2.2.1 of the course notes.

--------------------------------------------------------------------------------

3.

In Visual Basic, you can create a keyboard shortcut for a button by

(a) with a Dim statement in the modules general procedures section.

(b) using a special Visual Basic method (a procedure that acts on an object) to assign a shortcut character to the button.

(c) placing an "_" (underline character) in the button's identifier in its Name property.

(d) placing an "&" (ampersand) in the button's caption immediately in front of the shortcut character.

You did not answer this question.

Correct answer is (d)

Your score on this question is: 0.00

Feedback:

See section 2.2.1 of the course notes.

-------------------------------------------------------------------------------

4.

Which of the following is an appropriate time to do an error analysis?

(a) Two or more heuristics give conflicting advice about a particular interface element.

(b) You think you have made a mistake in your usability aspect report.

(c) Your client disagrees with your findings.

(d) One of your colleagues found heuristic violations that you did not.

You did not answer this question.

Correct answer is (a)

Your score on this question is: 0.00

Feedback:

See section 2.2.2 of the course notes.

--------------------------------------------------------------------------------

5.

Is the consistency and standards heuristic violated by an application with a menu called Actions instead of File?

(a) No, if the other menus are also named differently from accepted conventions.

(b) Consistency and standards is not applicable in this situation.

(c) No, if the Actions menu contains similar menu items to File menus in other applications.

(d) Yes, the application does not follow accepted conventions.

You did not answer this question.

Correct answer is (d)

Your score on this question is: 0.00

Feedback:

See section 2.2.2 of the course notes.

--------------------------------------------------------------------------------

6.

Which heuristic is described in the following statement?

Information that is the same should appear to be the same (same words, icons, and position on the screen). Information that is different should be expressed differently.

(a) Visibility of system status

(b) Flexibility and efficiency of use

(c) Help and documentation

(d) Consistency and standards

You did not answer this question.

Correct answer is (d)

Your score on this question is: 0.00

Feedback:

See section 2.2.2 of the course notes.

--------------------------------------------------------------------------------

7.

Which of the following is an example of a typical accelerator for frequently used operations?

(a) scrolling by using the keyboard arrow keys instead of the scrollbars

(b) increasing the speed with which the mouse moves

(c) function or command keys which combine an entire command into a single keypress

(d) typing (or clicking) the next input before the computer is ready to accept it

You did not answer this question.

Correct answer is (c)

Your score on this question is: 0.00

Feedback:

See section 2.2.4 of the course notes.

--------------------------------------------------------------------------------

8.

Which of the following is an advantage of keyboard accelerators?

(a) A user may operate them without his hands leaving the keyboard.

(b) Accelerators are easy for novice users to remember.

(c) There is no standard for visual cues for keyboard accelerators.

(d) Accelerators allow experts to learn to use the application more quickly.

You did not answer this question.

Correct answer is (a)

Your score on this question is: 0.00

Feedback:

See section 2.2.4 of the course notes.

--------------------------------------------------------------------------------

9.

An interface with no "Undo" would

(a) be able to save files more often.

(b) impair the user's natural ability to learn by doing.

(c) be less predictable.

(d) help people learn not to make frequent mistakes.

You did not answer this question.

Correct answer is (b)

Your score on this question is: 0.00

Feedback:

See section 2.2.3 of the course notes.

--------------------------------------------------------------------------------

10.

A reference from one UAR to another is established when

the analyst remembers a similar previous case.

new problems are uncovered by thinking about the trade-offs of solutions.

a sufficient number of UARs has been written for one heuristic.

(a) I only

(b) I, II, and III

(c) II only

(d) I and II only

You did not answer this question.

Correct answer is (d)

Your score on this question is: 0.00

Feedback:

See section 2.2.3 of the course notes.

--------------------------------------------------------------------------------

Go to top of assessment.

Total score: 0

Your performance was as follows:

1.

A Visual Basic button will hold the focus when the interface is first presented to the user, if

Соседние файлы в предмете [НЕСОРТИРОВАННОЕ]