______ computing involves reducing the electricity consumed and environmental waste generated when using a computer.

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


green

Computer Science & Information Technology

You might also like to view...

Which line in the following program will cause a compiler error?

``` 1 #include 2 using namespace std; 3 4 int main() 5 { 6 const int MY_VAL = 77; 7 MY_VAL = 99; 8 cout << MY_VAL << endl; 9 return 0; 10 } ``` a. line 6 b. line 7 c. line 8 d. line 9 e. there will be no compiler error

Computer Science & Information Technology

Bullets effectively present an overview or summary of information, but you should limit their use to a maximum of _____ per slide.

A. three to five B. five to seven C. eight to ten D. six to nine

Computer Science & Information Technology

Symbols can be inserted by typing a character code in the Symbol dialog box

Indicate whether the statement is true or false

Computer Science & Information Technology

Where you would see a message such as "Goal Seeking with Cell B8 found a solution."

A. Data Table dialog box B. Goal Seek Status dialog box C. Scenario Value dialog box D. Scenario Manager dialog box

Computer Science & Information Technology