When the computer ________ some devices are turned off but power is still provided to RAM memory to keep the contents active

A) enters Sleep mode
B) signs out
C) shuts down
D) enters Suspend mode

A

Computer Science & Information Technology

You might also like to view...

A repetition or iteration loop is known as a(n) ____ structure.

A. while…do B. do…while C. if…do D. do…if

Computer Science & Information Technology

The _________ statement assigns an array of three columns and five rows to two- dimensional int array intArray.

a) intArray = new int[ 5, 3 ]; b) intArray = new int[ 4, 2 ]; c) intArray = new int[ 4, 3 ]; d) intArray = new int[ 5, 2 ];

Computer Science & Information Technology