Many mobile devices contain a(n) ________ and gyroscope that can sense even the smallest movements.

A. GPS
B. accelerometer
C. scanner
D. LBS


Answer: B

Computer Science & Information Technology

You might also like to view...

completes which of the following tasks?

The line of code ``` sw.Close() ``` sw.Close() ``` sw = IO.File.CreateText(fileName) ``` (A) it closes the current application (B) it closes the current form (C) it closes the currently opened window of the application (D) it closes the file referred to by the variable name sw

Computer Science & Information Technology

A(n) ________ consists of 8 bits

A) byte B) address of the sender C) address of the receiver D) checksum

Computer Science & Information Technology

Match the following math symbols with their meanings?

I. Asterisk (*) II. Plus (+) III. Hyphen (-) IV. Caret (^) V. Diagonal slash (/) A. Exponentiation B. Subtraction C. Addition D. Division E. Multiply

Computer Science & Information Technology

When an application fails to return allocated memory to the operating system it is called what?

A. memory leak B. teardrop C. integer overflow D. memory invalidation

Computer Science & Information Technology