UI programming is different from traditional procedural programming languages such as Java or C++. UI programming gives users agency. Which of the following is NOT correct about UI programming?
A) UI programming relies on the user to "tell" the system what to do, e.g., through pushing a button or typing a text
B) Even though UI programming invites user input, it only allows the user to make minimal changes to the system. The user is not able to change the flow and logic of the system.
C) In UI programming, we can declare UI elements that we want users to interact with, e.g., buttons and text entry boxes
D) In UI programming, we may allow users to make direct manipulation of the interface elements, e.g. change layouts on the fly.



Answer :

Other Questions