The following are pictures of two doors. How would you operate door A? How would you operate door B? Compare the your answers to these questions and explain the reasons for your conclusions.

Both doors are operated by pushing on them. This is clear from the crash bars. Both have perceived affordance for pushing. While it’s clear that one would push on the right side of door B it is not clear which side of door A one would choose. This is due to the fact that door B has perceived affordance for where the push should take place.

Computer Science & Information Technology

You might also like to view...

Find the error(s) in each of the following program segments, and explain how the error(s) can be corrected

``` a) void g() { cout << "Inside function g" << endl; void h() { cout << "Inside function h" << endl; } } ```

Computer Science & Information Technology

You often need to use multiple commands to perform an action.?

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

Computer Science & Information Technology