IT LESSON 1 ,FILES AND FOLDERS

 Answers of textbook exercises

Fill in the Blanks

  1. D e s k t o p is just another folder.
  2. A collection of information stored is called a f i l e.
  3. A collection of related files is called a f o l d e r.
  4. The command c d is used to move from one folder to another..
  5. The command c d . . is used to switch to the previous folder.

State True or False

  1. rm/del command is used to remove a file. -True
  2. mkdir command is used for creating a file. -False
  3. ls/dir command lists out only the files. -False
  4. cd command is used for going from one folder to the other. -True
  5. cd.. will take you to the root directory. -False

Match the Following

  1. Change the folder to “cybersquare” 

          d. cd cybersquare

    2. Go back to the parent folder

          e. cd..

    3. List all the files and directories

          a. ls/dir

    4. Create a folder (directory)

          b. mkdir foldername

    5. Go back to the root folder

          c. cd/

         

Multiple choice questions

                             

  1. Desktop is
  1. A folder
  2. A file
  3. Just a screen which holds nothing
  4. None of the above

  1. pwd/cd command is used to
  1. Find out your current directory in the terminal
  2. Show the current password
  3. Change the current password
  4. None of the above

  1. Command 1:cd /Users/cybersquare

    Command 2:(Ubuntu/Windows):pwd/cd 

         will display the following.

  1. /Users/cybersquare
  2. cybersquare
  3. /users
  4. Cannot find out

  1. Command 1:mkdir cybersquare

         Command 2:cd cybersquare

    Which folder are you in now?

            a. Can’t say

             b.cybersquare

             c. Root folder

             d. The commands are wrong.

  1. cd stands for
  1. Change directory.
  2. Code directory

             c.  Cyber directory

             d. None of the above

Answer in one word or one sentence

  1. What is a file?

A file is a collection of data which is stored on computer storage media.

  1. What is a folder?

A folder is a collection of related files that you have grouped together.

  1. What is a subfolder?

Folder inside another folder is called a subfolder.  

  1. Write down the command to create a folder in your name on ubuntu/Windows?

mkdir foldername

  1. Write down the command to go to a parent folder on Ubuntu/Windows?

cd ..

Answer the following

  1. Explain the command rm/rmdir

The rm command is used to remove a file in Ubuntu/Linux/Mac. rmdir command is used to delete a folder in Windows.

  1. What is the use of command cd?

The command cd is used to change from one folder to the other. CD stands for change directory.

  1. What is the use of ls/dir command?

The ls/dir  is used to list out files and folders inside the current directory.

Popular posts from this blog

പാഠം : 11 ഏകലവ്യന്റെ പെരുവിരൽ

മലയാളം

computer Lesson 5, 6