A NOT function reverses the truth of a logical test

Indicate whether the statement is true or false


TRUE

Computer Science & Information Technology

You might also like to view...

What does the code in line 1 do?

``` 1 string sentence = “C++ is my favorite programming language.”.; 2 string word; = “favorite” 3 int sentSize = sentence.size(); 4 int wordSize = word.size(); 5 int wordInSentence = sentence.find(word); ``` A. Creates a string called sentence. B. Initializes a string called sentence. C. Both A & B D. Neither. Strings aren’t initialized that way.

Computer Science & Information Technology

A quick way to arrange open windows is to ________ them by dragging them to the edges of the screen

Fill in the blank(s) with correct word

Computer Science & Information Technology

You would use a system image to boot your computer should you need to recover from a serious error or to restore Windows on your computer

Indicate whether the statement is true or false

Computer Science & Information Technology

Excel automatically recalculates any formula when the input cells to that _______ are changed.

A. function B. formula C. format D. references

Computer Science & Information Technology