Compute the area of a triangle with 2-inch base and a 4-inch altitude.

What will be an ideal response?


1
a = vb = i * 2 * 4 = 4
Area of triangle = 4 in2

Computer Science & Information Technology

You might also like to view...

Explain the difference between logical and physical design.

What will be an ideal response?

Computer Science & Information Technology

Identify and correct the errors in each pieces of code. [Note: There may be more than one error in each piece of code.]

``` while (y > 0) {a System.out.println(y); ++y; ```

Computer Science & Information Technology

Transaction processing enables a program to treat a database operation, or set of operations, as single operation. This is known as a(n) ________ or a(n) ________.

a. atomic operation, unique operation. b. unique operation, transaction. c. atomic operation, transaction. d. None of the above.

Computer Science & Information Technology

The ____ is the first slide in a PowerPoint presentation.

A. Presentation outline slide B. Title slide C. Content slide D. Default slide

Computer Science & Information Technology