MECH 2301 Lecture Notes - Lecture 17: Data File, Carriage Return, Delimiter

12 views2 pages
MECH 2301 Lecture 17 Notes
Introduction
Manipulate the Directory
Most user commands to the operating system are actually requests to the file manager.
Consider the operations on a file that a file management system would perform.
These operations can be divided into three different categories of operations
Those that work on the entire file, those that operate on data within the file
Those that actually manipulate the directory of the file without actually accessing the
file itself
The examples of operations that work on the file as a whole are likely to be familiar to
you as a user
Copy a file
Load and execute a (program) file
Move a file (assuming the move is to a different device)
List or print a file
Load a file into memory
Store a file from memory
Compile or assemble a file
Append data from memory to a file Fundamental to every file manager, both stream-
and record-based, is the ability to manipulate the data within the file itself.
The file manager provides a basic set of operations that are used for this purpose.
These operations probably seem less familiar to you as a user.
That is because they are usually requested by a program, rather than directly by the
user.
Open a file for reading or writing.
This procedure provides a buffer for holding the data as it is read or written and also
creates a pointer that moves through the data as it is read or written.
find more resources at oneclass.com
find more resources at oneclass.com
Unlock document

This preview shows half of the first page of the document.
Unlock all 2 pages and 3 million more documents.

Already have an account? Log in

Get access

Grade+20% off
$8 USD/m$10 USD/m
Billed $96 USD annually
Grade+
Homework Help
Study Guides
Textbook Solutions
Class Notes
Textbook Notes
Booster Class
40 Verified Answers
Class+
$8 USD/m
Billed $96 USD annually
Class+
Homework Help
Study Guides
Textbook Solutions
Class Notes
Textbook Notes
Booster Class
30 Verified Answers

Related Documents