Book & eBook Writing eBook Formatting & Design 2 — Questions and Answers
Question 1: What is a 'fixed-layout' eBook best suited for?
- Books with complex page designs such as children's books, cookbooks, or graphic novels (Correct answer)
- Standard fiction novels for Kindle readers
- Academic textbooks with heavy footnotes
- Audiobook companion guides
Correct answer: Books with complex page designs such as children's books, cookbooks, or graphic novels
Fixed-layout eBooks preserve exact page designs, making them ideal for heavily illustrated books where images and text must stay precisely positioned.
Question 2: What does 'NCX' stand for in the context of eBook navigation?
- Navigation Control for XML (Correct answer)
- Non-Compressed XML
- Numeric Content Index
- Native Chapter Extension
Correct answer: Navigation Control for XML
NCX (Navigation Control for XML) is the navigation document in EPUB 2 files that defines the table of contents structure for eReader navigation.
Question 3: Why is it important to embed fonts in an eBook rather than relying on system fonts?
- Embedded fonts ensure consistent typography across all devices and eReaders (Correct answer)
- System fonts load faster and reduce file size
- Retailers require embedded fonts for royalty calculation
- Embedding fonts prevents piracy of the eBook content
Correct answer: Embedded fonts ensure consistent typography across all devices and eReaders
Embedding fonts guarantees that the author's chosen typeface renders correctly on every device instead of being substituted by whatever system font is available.
Question 4: What CSS property is most commonly used to control paragraph indentation in an eBook stylesheet?
- text-indent (Correct answer)
- padding-left
- margin-left
- tab-size
Correct answer: text-indent
The CSS `text-indent` property is the standard way to add first-line paragraph indentation in eBook stylesheets across EPUB readers.
Question 5: What is the purpose of the OPF file inside an EPUB package?
- It lists all the files in the eBook and defines the reading order (Correct answer)
- It stores the eBook's cover image in binary format
- It contains the DRM encryption keys for the eBook
- It records the author's royalty preferences
Correct answer: It lists all the files in the eBook and defines the reading order
The OPF (Open Packaging Format) file is the spine of an EPUB, cataloging all content files and specifying the linear reading order.
Question 6: Which of the following practices should be avoided when formatting an eBook for accessibility?
- Using images of text instead of actual text for headings (Correct answer)
- Adding alt text descriptions to images
- Using semantic HTML heading tags (H1, H2, H3)
- Specifying readable font sizes in the stylesheet
Correct answer: Using images of text instead of actual text for headings
Images of text are inaccessible to screen readers and cannot be resized by readers with visual impairments, violating eBook accessibility best practices.
What is a 'fixed-layout' eBook best suited for?