In a tree, the children of the same parent are called ______.
a) leafs
b) siblings
c) roots
d) contemporaries
b.
Computer Science & Information Technology
You might also like to view...
The target attribute is a prohibited attribute of the ____ element, in the strict DTD.
A. body B. br C. caption D. a
Computer Science & Information Technology
A small image that serves as a link to a larger instance of the same image is called a(n) ____.
A. icon B. anchor C. thumbnail D. d link
Computer Science & Information Technology
Suppose that we have a relation
Employee2 (SSnum, Name, Salary, Age, Title, Location)which is partitioned as
Emp21 (SSnum, Name, Salary) Emp22 (SSnum, Title, Age, Location)where Emp21 is stored at site B and Emp22 is stored at site C. A query at site A wants the names of all managers in the accounting department whose salary is greater than their age. Design a plan for this query, using the assumptions on page 704 for table and attribute sizes. Assume that the items in the Age column are two bytes long.
Computer Science & Information Technology
The simplest way to add a data element to an array is to ____.
A. place it after the last available item B. place it before the first available item C. increase the physical size D. increase the logical size
Computer Science & Information Technology