CS Chapter 11: File Systems & Directories

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall with Kai
GameKnowt Play
New
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/16

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

17 Terms

1
New cards

File

A named collection or related data.

2
New cards

File System

A medium used for saving and managing data in the computer system.

3
New cards

Directory

A container that is used to organize files and folders in a hierarchical manner.

4
New cards

Text File

The one which data is stored in the ASCII characters, and is normally used for storing a stream of characters.

5
New cards

Binary File

The one which data is stored in the file in the same way as it is stored in the main memory for processing.

6
New cards

File Type

The kind of information contained in a document.

7
New cards

File Extension

These are used to indicate the type of file and to determine which programs should be used to open the file.

8
New cards

Sequential File Access

When information in the file is processed in order, one record after another.

9
New cards

Direct File Access

When information is allowed in the file is able to be rapid read, and written in fixed-length records in any order.

10
New cards

Directory Tree

The hierarchy structure of directories.

11
New cards

Root Directory

The directory at the highest level of the directory tree.

12
New cards

Working Directory

The directory that changes as you move in the file.

13
New cards

Path

A series of directories through with you must go through to find the file.

14
New cards

Absolute Path

A path that begins that the root and specifies each step down the tree until it reaches its destination

15
New cards

Relative Path

A path that specifies the location of a file or directory from the root directory.

16
New cards

Relative Path

A path that specifies the location of a file or directory in relation to the current working directory.

17
New cards

Disk Scheduling

A technique that the operating system uses to determine which request to tend to first.