In the Unified Theory of Acceptance and Use of Technology, who provides the technical infrastructure help in learning and using the new technology?

a. End user
b. Client
c. Super user
d. Tester

c. Super user
In the Unified Theory of Acceptance and Use of Technology, the end users want to know that they will be provided with sufficient time to be trained in a quality manner and that there will be others (help desk or “super users”) available to help when necessary. The necessary organizational and technical infrastructures must be in place to support end users in learning and using the new technology.

Computer Science & Information Technology

You might also like to view...

Using the ________ command, you can choose to save an Excel file in another file format

A) Save B) Format C) Delete D) Save As

Computer Science & Information Technology

Assume a linked list is made of nodes from a Node struct, which has an info data member and a next data member. Suppose a pointer called ptr points to a node in the middle of the linked list. To move ptr to the next node, we should use the code:

A. ptr = next; B. next->ptr; C. ptr->next; D. ptr = ptr->next;

Computer Science & Information Technology