answersLogoWhite

0

Communication, A designer's goal is to communicate something to all the pople who will see the design.

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

What its main function of computer aided design?

it is used for graphical operations


What is the main function of that organization?

to pump blood throughout the body and keep you alive.


What is the function of main engine?

Main propulsion is the function of the marine main engine.


What are the Function of architecture?

It's function is to design buildings.


What is the main function of Grimsby?

THE main function of grimpsy is a port


What is the function of marine main engine?

Main propulsion is the function of the marine main engine.


What is the function of a designer?

Well it's function is to design clothes


What is the main function of the US Senate?

what is the main function of the US senate?


What is the main function of the nerve cells in the toe?

chess in the main function


What is the main function of the main heart?

The main function of the heart is to pump blood through the body.


How is Chen-Chen methodology used for object oriented design?

explain win main() function with its all argument.


What is the difference between return 0 and return -1 in c?

If we consider any function that is not the main function that is declared as "bool" i.e it will return boolean values to the main function-0 & 1, meaning 'false' and 'true' respectively. If we have to tell the main function that the condition checked in the function is false or disagreed, then we return 0 to the main function and when we have to tell that the condition checked in the main function is true or agreed, then we return 1 to the main function.