Tag: programming languages

Questions Related to programming languages

  1. A Pipe used by kernel to access device

  2. A pipe to be used by the user to access device

  3. An abstraction to provide support for inter process communication

  4. A device


Correct Option: C
  1. [word1, word2, ..]

  2. {word1, word2, ….}

  3. (word1, word2, ….)

  4. word1, word2, ….


Correct Option: B
  1. boot block, super block, inode block, data block

  2. super block, boot block, inode block, data block

  3. boot block, inode block, super block, data block

  4. boot block, super block, data block, inode block


Correct Option: A
  1. dd allows block sizes to be defined, tar does not allow

  2. tar allow block sizes to be defined while dd does not allow

  3. both tar & dd allow block sizes to be modified

  4. both tar & dd do not allow block sizes to be modified


Correct Option: C
  1. Copies file1 to file2

  2. Compares file1 and file2 and update file1 with file2 whereever differs

  3. Compares file1 and file2 and update file2 with file1 whereever differs

  4. None


Correct Option: D
  1. Used to create file systems

  2. Used to create files

  3. Used to create root file system alone

  4. None


Correct Option: D
  1. Used to create file systems

  2. Used to create harddisk partitions

  3. Used to create root file system alone

  4. None


Correct Option: B