A(n) user interface is the collection of buttons and tools you use to interact with a software program. _________________________

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

True

Computer Science & Information Technology

You might also like to view...

Group Policy can be linked to at a user level

a. true b. false

Computer Science & Information Technology

Assume p is a Polygon, to add a point (4, 5) into p, use _______.

a. p.getPoints().add(4); p.getPoints().add(5); b. p.getPoints().add(4.0); p.getPoints().add(5.0); c. p.getPoints().addAll(4, 5); d. p.getPoints().addAll(4.0, 5.0);

Computer Science & Information Technology