The ____ test is conducted using only publicly available information about the target.

A. white box
B. full-knowledge
C. zero-knowledge
D. gray box

Answer: C

Computer Science & Information Technology

You might also like to view...

Which of the following statements about SolidColorBrushes and ImageBrushes is false?

a) You can use SolidColorBrushes and ImageBrushes to change an element’s graphic properties, such as the Fill, Stroke or Background. b) A SolidColorBrush specifies a solid color to apply to a property. c) If you’re editing the XAML directly, the IDE’s IntelliSense feature will display a drop-down list of predefined color names that you can use. d) You may also specify any solid color you like via the Properties window’s Stroke section.

Computer Science & Information Technology

With selectors, a ____ serves as a flag character and separates the element selector from the name of the dependent class.

A. comma B. period C. space D. question mark

Computer Science & Information Technology