Please enable JavaScript to use CodeHS

Introduction to Python Programming Glossary

Flashcards

Course:

Module:

Lesson:

Search:

File I/O (Input/Output) General

The process of reading information from and writing information to files.

File JavaScript

A collection of data or information stored on a computer. It can be a document, a picture, or any other type of information.

Input JavaScript

Any data or information that is received or entered into a computer system, such as typing on a keyboard or reading from a file.

Output General

The result or information produced by a computer system, such as displaying text on a screen or saving data to a file.

Text file General

A type of file that contains plain, readable text without any special formatting.

File Format JavaScript

The specific way in which data is organized and stored within a file. It determines how the file can be read or processed by different software programs.

File Extension General

A set of characters at the end of a file name that indicates the file type or format.

File input JavaScript

The process of receiving or reading data from a file into a computer program for further processing or use.

File output JavaScript

The process of sending or writing data from a computer program to a file for storage or future use.