The dictionary defines the term ____ as the angle that one surface makes with another when they are not at right angles.

A. bevel
B. extrude
C. incline
D. obtuse

Answer: A

Computer Science & Information Technology

You might also like to view...

Microsoft File and print sharing protocol requires use of DNS

a. true b. false

Computer Science & Information Technology

In the following pseudocode, the value for WITHDRAWAL is an example of a(n)?

``` Start RECEIPT = “Receipt” ORDER = “Order” WITHDRAWAL = “Withdrawal” ADJUSTMENT = “Adjustment” Read TRANSCODE CASENTRY TRANSCODE CASE RECEIPT Process B000 CASE ORDER Process B010 CASE WITHDRAWAL Process B020 CASE ADJUSTMENT Process B030 ENDCASE Write GRADE Stop ``` a) character string b) character-string constant c) alphabetic variable d) both a and b

Computer Science & Information Technology