Files that contain lines of text are known as . . . . . . . .

Binary files
Text files
Character files
Array files

The correct answer is B. Text files.

A text file is a computer file that contains text. Text files are usually plain text, which means that they do not contain any formatting information, such as bold, italics, or underline. Text files are often used to store data, such as configuration files, log files, and email messages.

A binary file is a computer file that contains data that is not text. Binary files can contain any type of data, such as images, audio, video, or executable programs. Binary files are usually not human-readable, and they require special software to open and view.

A character file is a computer file that contains a sequence of characters. Character files can contain text, numbers, or any other type of character. Character files are usually human-readable, and they can be opened and viewed with any text editor.

An array file is a computer file that contains a collection of data elements that are arranged in a linear order. Array files are often used to store data that needs to be accessed quickly, such as data in a database.

I hope this helps!