COGNITIVE ASSESSMENT
When an instrument in the dashboard of your car informs you the air pressure in the right rear tire is low, what type of computer determines the air pressure is low?

A. embedded computer
B. server
C. online linked computer
D. analog computer

Answer: A

Computer Science & Information Technology

You might also like to view...

If you want to examine an input value without actually removing it from the input stream, you can apply a member function of cin to the variable ch, which you are to assume is a char type variable. Which of these does this task?

a. cin.get(ch); b. cin.put(ch); c. cin.peek(ch); d. cin.putback(ch);

Computer Science & Information Technology

To restrict groups that appear in a SQL query, use the ____ clause.

A. WHERE B. RESTRICT C. HAVING D. GROUP BY

Computer Science & Information Technology