Which law makes it illegal to discriminate against somebody based upon age?

a. The Civil Rights Act of 1964
b. The Age Discrimination in Employment Act of 1967
c. Americans with Disabilities Act of 1990 (ADA)
d. The First Amendment of the Constitution


B

Computer Science & Information Technology

You might also like to view...

If z = 8, what would be the result of this statement:

if(z == 0 || 1) cout << "It’s OK to print "<< z ; else cout << "Can’t do this! "; A. the compiler will display an error. B. It’s OK to print 8 C. Can’t do this! D. It’s OK to print 1

Computer Science & Information Technology

Given the class declaration, class D : public class B {/*…*/}; Which of the following is true?

a. public members of B become public members of D b. private members of D become public members of B c. protected members of B become protected members of D d. private members of B become public members of D e. private members of B are inaccessible in D.

Computer Science & Information Technology

If a business manager is trying to extract just the names of his customers from a RDBMS, a query would be the most useful Object

Indicate whether the statement is true or false

Computer Science & Information Technology

_____ color is the fundamental color of a PowerPoint slide.

A. Accent B. Background C. Text D. Hyperlink

Computer Science & Information Technology