________ is a communications protocol used to send information over the web.
a. HyperText Markup Language (HTML).
b. URL (Uniform Resource Locator).
c. Web 2.0
d. TCP/IP
A
Computer Science & Information Technology
You might also like to view...
Setting this order can increase data entry efficiency
a. Entry b. Sort c. Tab
Computer Science & Information Technology
Which of the following gives the number of elements in the array int r[ 10 ]?
a. sizeof r b. sizeof ( *r ) c. sizeof r / sizeof ( int ) d. sizeof ( *r ) / sizeof ( int )
Computer Science & Information Technology