List all book titles.
What will be an ideal response?
RA: ? title (Book)
TRC: {B.title | Book(B)}
DRC: {title | (?ISBN, edn, yr) (Book(ISBN, title, edn, yr) }
Computer Science & Information Technology
You might also like to view...
A random access file:
a . Can be accessed sequentially. b. Uses many methods of accessing records including linked lists and binary trees. c. Can access any record without reading through any other records. d. All of the above.
Computer Science & Information Technology
Buffers are
a. Allow data to be transferred from one storage device to another storage device. b. Are only used when processing files sequentially. c. Data holding areas in the computer. d. All of the above. e. None of the above.
Computer Science & Information Technology