Which of the following is a common file operation?
2024
Which of the following is a common file operation?
- A.
Create
- B.
Delete
- C.
Rename
- D.
More than one of the above
- E.
None of the above
Attempted by 289 students.
Show answer & explanation
Correct answer: D
File operations are actions performed on files in a file system. Common operations include creating, deleting, and renaming files. Step 1: Create (बनाना) – This operation generates a new file in the file system. Step 2: Delete (हटाना) – This operation removes an existing file from storage. Step 3: Rename (नाम बदलना) – This operation changes the name of an existing file without altering its content. All three operations are standard and commonly used in file management.