This section contains carefully selected MCQs and Previous Year Questions with explanations to help students understand concepts and prepare effectively for examinations, interviews, and competitive tests.
Q: 1Which of the following is NOT a file manipulation system call in the Windows operating system?
Option D
An operating system provides system calls that allow programs to perform operations on files. These file manipulation system calls are used to create, open, read, write, and close files.
Windows provides specific API functions for these operations. Some commonly used Windows file manipulation functions are:
| Function | Purpose |
|---|---|
| CreateFile() | Creates or opens a file. |
| ReadFile() | Reads data from a file. |
| WriteFile() | Writes data to a file. |
| CloseHandle() | Closes an open file handle. |
You have reached the end of this topic. Continue learning with the next topic below.
Thank you so much for taking the time to read my Computer Science MCQs section carefully. Your support and interest mean a lot, and I truly appreciate you being part of this journey. Stay connected for more insights and updates! If you'd like to explore more tutorials and insights, check out my YouTube channel.
Don’t forget to subscribe and stay connected for future updates.