Q1. Create different fields required for bibliographic details of a book by using WINISIS.
- WINISIS uses a Field Definition Table (FDT) to define database structure.
- Each FDT entry specifies Tag, Field Name, Length, and Type for data elements.
- Bibliographic fields include ISBN (020), Author (100), Title (245), Imprint (260).
- Field Types: 'A' (Alphanumeric), 'R' (Repeatable for multiple entries), 'S' (Subfielded for components).
Answer: WINISIS (Windows version of CDS/ISIS) is a powerful text retrieval software used for managing structured textual databases, particularly well-suited for bibliographic applications in libraries and information centers. To create a bibliographic database for books in WINISIS, the fundamental step involves defining the database structure through the Field Definition Table (FDT). The FDT specifies all the fields that will store the bibliographic details of each record. Each entry in the FDT define...