Vidyalelo
MySQL · Q135

MySQL

Programming · MySQL · question 135

Q135

OS imposes per process limits on the number of open file descriptors.

A.
True
Answer
B.
False

Answer: Option A

Solution

Answer: Option A
Solution:
This question is asking about the limits on how many files a program can have open at the same time.

Think of a file descriptor like a little key that lets a program access a file.

Operating Systems (OS) are like the managers of your computer. They have rules to keep things running smoothly. One of these rules is that each program can only have a certain number of file descriptors (keys) at the same time.

So, the answer is True.