Identify potential visual conventions. Developing these helps you explore possibilities, clarify your design vision, and validate your concept

What will be an ideal response?


Style boards

Computer Science & Information Technology

You might also like to view...

A(n) ________ is particularly appropriate for providing services that disparate objects have in common.

a) abstract class b) concrete class c) interface d) None of the above.

Computer Science & Information Technology

What is wrong with this function?

``` int Modulus( int x, int y ) { int z; z = x % y; } ``` A. Modulus is a keyword in C++, the function can’t be named that. B. There is no returned value. C. There is nothing wrong with it. D. The function doesn’t use the passed variables.

Computer Science & Information Technology

Before using the Marquee tools to make selections, verify that only the ____________________ panel is open.

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

Computer Science & Information Technology

A relationship where the whole is responsible for the disposition of its parts is called

a) generalization/specialization. b) association. c) composition. d) aggregation.

Computer Science & Information Technology