Match the following terms to their meanings: I. calculated field II. constant III. data redundancy IV. data type V. foreign key A. date of birth is a common field example B. field in one table that is also the primary key of another table C. produces a value from one or more existing, often numeric, fields D. the unnecessary storing of duplicate data E. determine the type of entry that can be

made into a field

What will be an ideal response?


C, A, D, E, B

Computer Science & Information Technology

You might also like to view...

If you want to show a form in modeless fashion, call its ____________.

a. this Modeless method b. Show method c. Show Dialog method d. Pop Up method

Computer Science & Information Technology

With the Free Transform Tool, SHIFT+DRAG to rotate the object in ____-degree increments.

a. 12.5 b. 25 c. 45 d. 90

Computer Science & Information Technology

Answer the following statements true (T) or false (F)

1. A linked data structure contains nodes and links. 2. Java does not come with a LinkedList library class. 3. When using a linked list, you do not need to know when the end of the list has been reached. 4. Forgetting to set the reference instance variable of the last node in a linked list to null will cause a logic error. 5. Linked lists introduce the possibility of a privacy leak occurring.

Computer Science & Information Technology

The item marked 6 in the accompanying figure is a(n) ____.

A. action B. comment C. navigational cue D. statement

Computer Science & Information Technology