In technology, applying ________ means designing spaces that are easily accessible

A) Moore's Law B) green computing C) universal design D) ergonomics

C

Computer Science & Information Technology

You might also like to view...

What statement is true regarding a cold boot?

A) A cold boot occurs when the PC boots from an internal hard drive. B) A cold boot occurs when the PC boots from an external hard drive. C) A cold boot occurs when you first turn on a computer. D) A cold boot occurs when you press Ctrl+Alt+Del.

Computer Science & Information Technology

Which one of the following statements declares a variable named fox that references an instance of the Animal class?

a. new Animal fox(); b. Animal fox = new Animal(); c. Animal fox; d. Animal new(fox);

Computer Science & Information Technology