If you do not type a filename when saving a file, the default filename is ________
Fill in the blank(s) with correct word
Document
Computer Science & Information Technology
You might also like to view...
An expression that uses the &&, ||, and ! operators is call a __________________.
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology
What is wrong with this code?
``` int Money4Me( int dollars ) { int pennies, coins; coins = dollars * 100; } ``` A. The function name is invalid. B. There is no return type. C. You can’t have math statements inside a function. D. Nothing is wrong with it.
Computer Science & Information Technology
To cancel an entire entry before entering it into the cell, press the _____ key.
A. ALT B. ESC C. CTRL D. TAB
Computer Science & Information Technology
Which of the following is NOT a hacker category?
A. Hacktivist B. Black Hats C. Green Hats D. White Hats
Computer Science & Information Technology