Draw a hierarchy of Animals. The hierarchy should include the following entities: Animal, Reptile, Mammal, Bear, Human, Iguana, and Dolphin. Note that an Iguana is a Reptile, a Bear is a Mammal, a Human is a Mammal, and a Dolphin is a Mammal.
What will be an ideal response?
```
Animal
/ \
Reptile Mammal
/ / | \
Iguana Bear Human Dolphin
```
You might also like to view...
A ________ is a large collection of information that is larger than a data dictionary.
A) repository B) schema C) data element D) data alias
The shorthand property for border-radius can specify four values in a clockwise direction as follows: ____.
A. top-left, top-right, bottom-right, bottom-left B. bottom-left, bottom-right, top-right, top-left C. top-right, top-left, bottom-left, bottom-right D. bottom-right, bottom-left, top-left, top-right
____ specifies formatting and placement.
A. CSS B. XML C. DHTML D. XHTML
Which of the following is NOT shown in an amortization table?
A) Interest payments over the life of the loan B) Remaining balance of the loan C) Interest rate for each payment D) Principal payments over the life of the loan