Discuss why the effectiveness of security activities can be hard for decision makers to assess.
What will be an ideal response?
Because they are both technological as well as complex, the effectiveness of security activities can be hard for decision makers to assess. As a result, it is almost impossible for managers to get a true feeling for what an investment in security technology, applications, processes, or practices might mean in the long run. Those security technologies and processes typically produce intangible or indirect benefits, which are hard to judge against corporate goals.
You might also like to view...
A DisplayPort supports transmission of audio and video signals
Indicate whether the statement is true or false
Which of the following declares a pointer ptr to a class member function in class Check that takes an int argument and returns a bool?
a. bool:( int ) ( *Check::ptr ); b. Check::( bool ( *ptr )( int ) ); c. bool ( Check::*ptr )( int ); d. bool*( int ) Check::ptr;