Tag: programming languages

Questions Related to programming languages

  1. To create a directory

  2. To change timestamp of a file

  3. To edit a file

  4. To create a empty file


Correct Option: A,B,C,D

Command to change the permissions of a file

  1. chown

  2. cp

  3. chmod

  4. cd


Correct Option: A,B,C,D

How to rename a file in unix?

  1. rename

  2. cp

  3. mv

  4. cat


Correct Option: A,B,C,D

Which of the following is NOT a tool used to aid software design?

  1. Flow charts

  2. Pseudocode

  3. Bytecode

  4. UML


Correct Option: C