Working the exercises at the end of this chapter helped you reach which level of Bloom's Taxonomy?

A) Applying
B) Analyzing
C) Creating
D) Understanding


C

Computer Science & Information Technology

You might also like to view...

Which of the following belongs to a specific method?

a. Local variable b. Parameter variable c. Class-Level variable d. World-Level variable e. None of these

Computer Science & Information Technology

Answer the following questions true (T) or false (F)

1. A constructor is a special kind of member function. It is automatically called when an object of that class is declared. 2. A constructor is always named construct with class name attached. If the class is Foo, then the constructor name is constructFoo.

Computer Science & Information Technology

If you have a PCI Express Version 2 video card, how many pins will the power connector have if the card requires extra power?

A. 4 B. 2 C. 5 D. 8

Computer Science & Information Technology

A vulnerability scan is reporting that patches are missing on a server. After a review, it is determined that the application requiring the patch does not exist on the operating system. Which of the following describes this cause?

A. Application hardening B. False positive C. Baseline code review D. False negative

Computer Science & Information Technology