Which of the following is NOT a handle on a graphic inserted into a worksheet?

A) Round selection handle
B) Rotation handle
C) Flip handle
D) Square selection handle


C

Computer Science & Information Technology

You might also like to view...

Design a class named Triangle that extends

GeometricObject. The class contains: • Three double data fields named side1, side2, and side3 with default values 1.0 to denote three sides of the triangle. • A no-arg constructor that creates a default triangle. • A constructor that creates a rectangle with the specified side1, side2, and side3. • The accessor functions for all three data fields. • A function named getArea() that returns the area of this triangle. • A function named getPerimeter() that returns the perimeter of this triangle. Draw the UML diagram that involving the classes Triangle and GeometricObject. Implement the class. Write a test program that creates a Triangle object with sides 1, 1.5, 1, setting color yellow and filled true, and displaying the area, perimeter, color, and whether filled or not.

Computer Science & Information Technology

Gray worksheet tabs identify inactive worksheets

Indicate whether the statement is true or false

Computer Science & Information Technology

You must purchase and register a ____ name for your site.

A. URL B. server C. domain D. file

Computer Science & Information Technology

The Unlock All command is under which menu on the Menu bar?

A. Edit B. Object C. Select D. Window

Computer Science & Information Technology