Which of the following are true of the Model-View-Controller pattern?
a) This pattern is useful in designing a GUI (graphical user interface).
b) This pattern is useful only in designing end-user computer applications. It is of
little value otherwise.
c) This pattern presents a way to separate (at least logically) I/O from the process
part of the application.
d) In this pattern, the Controller is the input portion of the task.
e) In this pattern, the View is the input portion of the task.
f) In this pattern, the Controller accepts data and commands from the user, it sends
the to the Model. The Model processes commands, operates on the data, and
changes the state of the program, notifies the View. The View presents the state of
the program.
a) This pattern is useful in designing a GUI (graphical user interface).
c) This pattern presents a way to separate (at least logically) I/O from the process
part of the application.
d) In this pattern, the Controller is the input portion of the task
f) In this pattern, the Controller accepts data and commands from the user, it sends
the to the Model. The Model processes commands, operates on the data, and
changes the state of the program, notifies the View. The View presents the state of
the program.
You might also like to view...
Explain the purpose of an instance variable.
What will be an ideal response?
Giving someone credit as the creator of a work is known as attributing the work.
Answer the following statement true (T) or false (F)
The class ____ contains member functions that can be used to find the number of elements currently in the container, the maximum number of elements that can be inserted in a container, and so on.
A. container B. element C. template D. vector
To cut selected text using the keyboard, press ____.
A. [Ctrl][P] B. [Ctrl][V] C. [Ctrl][X] D. [Ctrl][C]