An interview question about an applicant's age, ethnicity, marital status, sexual orientation or religion is called a(n) ____________________ question.

Fill in the blank(s) with the appropriate word(s).


not legal

Computer Science & Information Technology

You might also like to view...

Complete a recursive definition of the following method:

/** Precondition: n >= 0. Returns 10 to the power n. */ public static int computeTenToThe(int n) Use the following facts about xn: xn = (xn/2)2 when n is even and positive xn = x (x(n - 1)/2)2 when n is odd and positive x0 = 1

Computer Science & Information Technology

The system that is used for representing a large variety of text characters and symbols and is used in HTML documents is ________

Fill in the blank(s) with correct word

Computer Science & Information Technology

In the mathematical expression 4 * 3 + 15 / 3 - 6, which operation is performed first?

A. + B. - C. * D. /

Computer Science & Information Technology

Of effects, meshes, envelopes, and blends, meshes and envelopes are the broadest in scope, offering powerful options for adding color, shape, depth, and perspective to an illustration.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology