Name the seven layers of the OSI model of networking in order from 7 to 1.
What will be an ideal response?
7 - Application
6 - Presentation
5 - Session
4 - Transport
3 - Network
2 - Data Link
1 - Physical
You might also like to view...
FlowLayout method changes the alignment for the FlowLayout.
a. setLayout b. modifyAlignment c. setAlignment d. setAlign
Assuming that x = 2 and y = 3, what does each of the following statements display?
``` a) System.out.printf("x = %d%n", x); b) System.out.printf("Value of %d + %d is %d%n", x, x, (x + x)); c) System.out.printf("x ="); d) System.out.printf("%d = %d%n", (x + y), (y + x)); ```
You can print ________ of a presentation to remove the need for people to write what is on the screen and to provide a backup in case of technical failure
A) handouts B) an outline C) all slides D) speaker notes
To run one macro from within another, use the RunDataMacro action
Indicate whether the statement is true or false