answersLogoWhite

0

Design Notation is cool

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

One graphical design notation which could be used during the design stage of the software development process?

N000000b


How is Scientific notation used electrically in Airplane Wings?

Scientific notation (i.e floating point) is used to represent the wide range of numbers that occur in the analysis of the fluid dynamics equations needed to design wings.


What is the definition of music lorem?

Music lorem is a placeholder text commonly used in design and publishing to represent musical notation or lyrics.


What is bow's notation?

Bow's notation is a way to represent logical circuits, particularly in digital logic design. It uses geometric shapes and symbols to represent different components and connections in a circuit diagram. This notation is helpful for engineers and designers to visually understand and communicate how a circuit functions.


Who discovered sigma notation?

Sigma notation was invented, not discovered.Sigma notation was invented, not discovered.Sigma notation was invented, not discovered.Sigma notation was invented, not discovered.


What is the for this problemgive the exponential notation and standard notation for 2x2x2x2x2?

The exponential notation and standard notation for 2x2x2x2x2 is:2532


What is the symbol and scientific notation of exa?

The symbol is E and the notation is 1018The symbol is E and the notation is 1018The symbol is E and the notation is 1018The symbol is E and the notation is 1018


What influenced neumatic notation?

byzantine chant notation


What are 2 ways of writing numbers?

standard notation and scientific notation For example: 126,000 is standard notation. 1.26X105 is scientific notation.


What is the opposite of scientific notation?

There is no true opposite of scientific notation, but the closest answer is Standard Notation.


What is 16000 in standard notation?

The standard notation is 16,000 The scientific notation is 1.6 × 104


How do you convert from array notation to pointer notation?

In the C and C++ languages the array notation arr[i] is completely equivalent to the pointer notation *(arr + i).