Given |x - 2| >= 4, which of the following is true?
a. x - 2 >= 4 && x - 2 <= -4
b. x - 2 >= 4 || x - 2 <= -4
c. x - 2 >= 4 && x - 2 < -4
d. x - 2 >= 4 || x - 2 < -4
b. x - 2 >= 4 || x - 2 <= -4 means x - 2 >= 4and x - 2 <= -4. So B is correct.
You might also like to view...
Suppose Stack is a generic class that has one type parameter. The assignment
Stack
User applications run in ______ which is the least trusted area.
A) Ring 0 B) Ring 1 C) Ring 2 D) Ring 3
The middle star in the accompanying figure has a point size of ____.
A. 0 B. 0.5 C. 1 D. 5
What are the two elements used when accessing websites?
a. Internet name b. Private IP address c. Personal name d. Public IP address