Define the terms “design focus” and “granularity” in the context WebApp design patterns?

What will be an ideal response?


• Design focus – identifies the aspect of the design model relevant to problem
• Granularity – identifies level of abstraction being considered

Computer Science & Information Technology

You might also like to view...

Fill in the blanks with “bit(s)” or “byte(s)”: Eight _____ equals one _____.

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

Computer Science & Information Technology

The process of placing the elements of an array in order is called ________ the array.

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

Computer Science & Information Technology

Which of the following is NOT a common type of storage device?

A) ST506 B) SATA IDE C) SSD D) SAS

Computer Science & Information Technology

Which of the following statements passes a pointer to a variable to a function?

A. fun (&x); B. fun (*x); C. fun (int &x); D. fun (int* x); E. fun (int *x);

Computer Science & Information Technology