#1) If a function is legally prototyped to return an integer value, it can return a structure member that is an integer data type.
Answer: True. Any method that is not declared void must contain a return statement with a corresponding return value. The data type of the return value must match the method's declared return type; you can't return an integer value from a method declared to return a boolean.
Answer:
A.1.
Explanation:
CCS(Centum Call Seconds) is a unit to measure the network traffic in the telecommunication circuit network.
1 Traffic unit = 1 Erlang.
The relation between Erlang and CCS(Centum Call Seconds) is:-
36 CCS = 1 Erlang.
Hence the answer to this question is 1 Erlang.
The answer is C) Availability.
Although the company is addressing scalability by adding more servers, the question is asking for security requirement. Therefore we need to choose one of the principles from CIA triad which includes confidentiality, integrity, and availability.
Integrity involves keeping the data accurate and confidentiality involves keeping the data between the sender and intended recipient(s). That being said, scalability and availability are the possible answers.
C) Availability is the best answer because it is part of the CIA triad.
Note: Another resource to look at for cyber security principles would be the Parkerian Hexad.