In the figure above, the number 1 refers to the ____________________ Foreground and Background Colors button.

Fill in the blank(s) with the appropriate word(s).


Default

Computer Science & Information Technology

You might also like to view...

A _______ is a semaphore that takes on only the values of 0 and 1.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

Identify the compiler errors and state what is wrong with the code.

``` #include using namespace std; class Photo { private: string subject; double amount; //of light in lumens public: Photo(); Void SetLight(double x){amount = x;} } int main() { Photo OneOfMe; OneOfMe.subject = “Meg the cute girl.”; OneOfMe.SetLight(100.0); ```

Computer Science & Information Technology

__________ are the principal mass-storage devices in a computer system.

a. Flash drives b. Hard drives c. Optical discs

Computer Science & Information Technology

_________ is a formal process to ensure that critical assets are sufficiently protected in a cost-effective manner.

A. Configuration management control B. IT security management C. Detection and recovery control D. Security compliance

Computer Science & Information Technology