Tag: operating systems

Questions Related to operating systems

  1. The file is really a directory and was named incorrectly.

  2. It is impossible for an html file to have permissions set that way.

  3. Everyone can read, write, and execute the file.

  4. The file can not be viewed on the WWW.


Correct Option: C
  1. Used to initialize some value to a variable

  2. Numeric values are set to zero, alphabetic and alphanumberic variables are set to spaces.

  3. All variables are set to spaces.

  4. None of the above


Correct Option: B
  1. The thread enters the ready state

  2. The thread enters the dead state

  3. No other thread may perform I/O

  4. The thread enters the waiting state


Correct Option: D

What is the command used for redirecting the standard error (stderr) to a file?

  1. >>

  2. 2>

  3. <2


Correct Option: C
  1. The date output is redirected to the file.

  2. The date output is redirected and appended to the end of the file.

  3. The date output is redirected and appended to the beginning of the file.

  4. None of the above


Correct Option: B