________ 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. HyperText Markup Language (HTML).
Computer Science & Information Technology
You might also like to view...
How many times will the following do-while loop be executed?
``` int x = 11; do { x += 20; } while (x <= 100); ``` a. 5 b. 4 c. 3 d. 1
Computer Science & Information Technology
The command that displays the status of the telnet connection is:
a: display b: status c: show connection d: connect e: c and d
Computer Science & Information Technology
Expert systems are a component of artificial intelligence.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology
Describe how you should structure a vertical lookup table if you need to look up values in a range.
What will be an ideal response?
Computer Science & Information Technology