logo

Question detail

Why might a binary file require different handling from a text file?

Try the question, check the answer, then read the explanation to understand the curriculum point.

At a glance

MCQ

Type

practice

Style

Topic

Data structures and abstract data types

Exam-style question

Try this first

Why might a binary file require different handling from a text file?.

  1. A.Its contents are handled as bytes rather than ordinary text characters
  2. B.It cannot be opened by a program
  3. C.It always contains only one record
  4. D.It must be opened in append mode

Model answer

What a good answer should say

  • Its contents are handled as bytes rather than ordinary text characters

Explanation

Why this works

Binary files store non-text data as bytes, so a program must use binary file operations when reading or writing them. They do not necessarily contain one record and can be opened in different modes.

Common mistake

No common mistake is linked to this question yet.

Related flashcards

No flashcards are published for this page yet.

Related practice questions

No questions are published for this page yet.