What is a set of transmissions that are understood to contain data needed by applications and services on the network?

a. Java
b. SaaS
c. protocol
d. Open Systems Interconnection

Answer: c. protocol

Computer Science & Information Technology

You might also like to view...

Is it possible to write code in this manner for a C++ program?

``` #define size 20 int main() { int numbers[size]; } ``` A. Yes, this is perfectly acceptable C++ code. B. No, the array dimension cannot be a variable. C. The compiler would report that there is an illegal use of a keyword. D. Yes, you could write it this way, but you would be wrong.

Computer Science & Information Technology

Text can be keyed in shapes that are drawn.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology