Which of the following uses pair authentication to provide a wireless connection between two devices?
A. 802.11n
B. Bluetooth
C. Infrared
D. Cellular
Answer: B. Bluetooth
Computer Science & Information Technology
You might also like to view...
__________ enable you to specify, with a single class declaration, a set of related classes.
a. Overloaded classes b. Overridden classes c. Generic classes d. Generics
Computer Science & Information Technology
In the figure above, the item numbered 2 indicates the ____.
A. XML parser B. DTD declaration C. DTD id D. XML prolog
Computer Science & Information Technology
Given the definitions below. Rewrite the definition of this class so that functions
``` f()const and g(const A& x) are inline. const int x = 17; class A { public: A( ); A(int n); int f( ) const; int g(const A& x); private: int i; }; ```
Computer Science & Information Technology
You can format a header or footer like any other text
Indicate whether the statement is true or false
Computer Science & Information Technology