Answer:
"IP security" is the correct answer for the above question.
Explanation:
- "IP security" is a set of rules or protocols which are used for the communication of the network.
- It is a protocol that is used to encrypt the data which is needed to transfer on the network.
- It provides security for the communication and it encrypts the data which is needs o transfer on the network.
- The above question asked about the term which is used for encryption and security. So the answer is "IP security", which is defined above.
Answer:Maybe that is inaropriate
Explanation:
Try rephrasing that
Answer:
Explanation:My explanation is above my comment :)
You want to throw 2 dice and get (or show?) their value.
Their value is random, so you need to generate two numbers between 1 & 6.
You may need to display the numbers
The main part of the program needs to know the numbers to limit what the user may do next.
That's most of the first level of decomposition. You need to keep decomposing (breaking into smaller simpler pieces) (think of an outline) and deciding what objects, functions, data structures and logic you're going to use to code this.