Tag: operating systems

Questions Related to operating systems

UNIX is a

  1. single-user system

  2. multitasking

  3. operating system

  4. Open Source


Correct Option: B,C,D

MacOS is derived from

  1. UNIX

  2. Microsoft

  3. All the above

  4. None of the above


Correct Option: A

UNIX is made of

  1. Kernal

  2. Shell

  3. Programs

  4. All the above


Correct Option: D
  1. controls the way that information in files and directories is stored on disk

  2. It schedules the task to Processor

  3. An memory driver

  4. It controls which users can access what items and how


Correct Option: A,D

How to append the content of one file to other using cat.

  1. cat file1 > file2

  2. cat file1, file2

  3. cat file1>>file2

  4. cat file1 < file 2


Correct Option: C
  1. Create zero byte file

  2. Creates an log file

  3. Create blank directory

  4. Create blank file


Correct Option: A,D