Some smartphones support additional memory through ________

A) micro SD Flash cards
B) operating system swap files
C) Global Positioning System (GPS)
D) Bluetooth connectivity


A

Computer Science & Information Technology

You might also like to view...

The getBooleanFromUser(prompt) function can be used with an if or while statement.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

What is the result of the following code?num x = 0num y = 10while x < y   print y * y   x = x + 1endwhile

A. Prints ‘0' ten times B. Prints the square of every number 0 through 9 (i.e. 0, 1, 4, 9, 16, etc.) C. Prints 100 D. Prints 100 ten times

Computer Science & Information Technology

The name of the text file that follows the words INTO OUTFILE must be enclosed in double quotation marks.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

_____ ensures that aproject will meet the needs for which it was undertaken.

a. Quality analysis b. Quality schedule c. Quality expatriation d. Quality management

Computer Science & Information Technology