The intent of ________ is to determine whether the program or function correctly handles all abnormal inputs or whether it crashes or otherwise fails to respond appropriately.
A. shell scripting B. fuzzing
C. canonicalization D. deadlocking
B. fuzzing
Computer Science & Information Technology
You might also like to view...
Which of the following is going to be the key programming methodology for the next decade?
(a) object-oriented programming (b) structured programming (c) “legacy C code” (d) “live-code approach”
Computer Science & Information Technology
?Identify a command that uses the dateDiv variable to refer the page element with ID dateNow.
A. ?var dateDiv = document.getElementById("dateNow"); B. ?var dateNow = document.getElementById(dateDiv), C. ?var dateNow = document.getElementById("dateDiv"); D. ? var dateDiv = document.getElementById(dateNow),
Computer Science & Information Technology