Which of the following risk assessment methodologies was originally developed by CERT?
A) FAIR
B) OCTAVE
C) RMF
D) CMM
B) OCTAVE
Computer Science & Information Technology
You might also like to view...
It is better to manually patch systems so that no patches are missed
Indicate whether the statement is true or false.
Computer Science & Information Technology
What is the best way to share functions across more than one project?
a. Create the functions in one project, then copy and paste them into other projects that need them. b. Place the code for the functions in a module and add that module to each project. c. Place the code for the functions in the startup form of each project. d. Place the code inside a main procedure with a public access specifier for each function.
Computer Science & Information Technology