The primary purpose of ____ is to enable organizations to obtain certification; thus, it serves more as an assessment tool than an implementation framework.

A. ISO/IEC 27001
B. ISO/IEC 27002
C. COBIT
D. ISACA


Answer: A

Computer Science & Information Technology

You might also like to view...

How many bytes does each use to represent a character?

What will be an ideal response?

Computer Science & Information Technology

A(n) ____ variable is a numeric variable used for adding something together.

A. static B. named C. accumulator D. counter

Computer Science & Information Technology

Which of the following statement about JavaSpaces is false?

a) A JavaSpaces service is a Jini service. b) Objects in a JavaSpaces service belong to a particular client. c) Multiple processes can access a JavaSpaces service concurrently. d) An object stored in a JavaSpaces service will remain in the service until its lease expires or until a program removes the object from the JavaSpaces.

Computer Science & Information Technology

Given a folder with images in it, create an index HTML page with links to each image. Write a function that takes a string which is the path to a directory. You will create a page in the folder named index.html that should be an HTML page containing a link to every JPEG file in the directory. You will also generate a thumbnail (half the size) copy of each image. Use makeEmptyPicture to create a blank picture of the right size, then scale down the original picture into the blank picture. Name the new image “half-” + the original filename (e.g., if the original filename was fred.jpg, save the half-size image as half-fred.jpg). The anchor in the link to each full-size picture should be the half-size image.

What will be an ideal response?

Computer Science & Information Technology