The mouse is able to move in different directions through use of ________
A) infrared signals B) the x and y coordinate system
C) sensors D) reflected light beams
B
Computer Science & Information Technology
You might also like to view...
To create a class in PHP, you use the class keyword to write a class definition, which contains that data members and member functions that make up the class.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology
Given the code below beginning a switch statement, what type of data would be required for the value in each case clause? ? char letter = ‘ '; cout > letter; ? switch (letter) { ...... ?
A. int B. double C. char D. bool
Computer Science & Information Technology