Which of the following will create a polygon that is a square?
Consider the Java code segment below:
```
Polygon poly2 = new Polygon();
poly2.addPoint(100, 30);
poly2.addPoint(100, 130);
```
a. poly2.addPoint(100, 60);
poly2.addPoint(100, 130);
b. poly2.addPoint(200, 130);
poly2.addPoint(200, 30);
c. poly2.addPoint(200, 60);
poly2.addPoint(200, 130);
d. poly2.addPoint(100, 130);
poly2.addPoint(100, 230);
b. poly2.addPoint(200, 130);
poly2.addPoint(200, 30);
You might also like to view...
To use a function, simply select it from the function list, then follow the on-screen instructions to select the ____ that contain arguments for the calculation.
A. columns B. rows C. cells D. references
Match each item with a statement below.
A. Installed on each virtual desktop and communicates to a client running on a user's computer. B. A form of packaging an application that isolates the application's files from the underlying operating system, preventing interference among applications. C. Provides a way to connect thin clients to their assigned virtual desktops based on username and then manages and tracks these connections in a database for auditing and control purposes. D. Collections of virtual desktops that are managed by Horizon Connection Server. E. Also called linked clones, which are generated from a parent machine but only contains a subset of the files needed to make it a unique user environment. F. The central component of the Horizon Virtual Desktop Infrastructure. G. A display protocol designed to work efficiently with high definition graphics by compressing and sending pixels using similar means to HDTV. H. Used by VDI to assign individual virtual machines to users that serve as their own private, persistent desktops. I. The combination of Session Virtualization and Virtual Desktop Infrastructure (VDI). J. A VMware component that automates the setup of roaming user profiles across virtual desktop systems.