Forms can also inherit visually:
a) size
b) GUI components
c) color and font styles
d) All of the above
d) All of the above
Computer Science & Information Technology
You might also like to view...
Understanding OSI model and the TCP Protocol stack is a key area of which of the following CBK domain?
A. Access control B. Security architecture and design C. Business continuity and disaster recovery planning D. Telecommunications and network security
Computer Science & Information Technology
Given the following function:
```Function Power(K, M) As Float Set Power = M^K End Function``` What is displayed when the following statement in the main program is executed? ```Write Power(3, 4)``` a. 27 b. 256 c. 64 d. 81
Computer Science & Information Technology