101⟩ To make file in MS Dos we need command a. Copy b. Copy con c. MD d. Make File
b. Copy con
“DOS related Frequently Asked Questions by expert members with experience in Disk Operating System. These questions and answers will help you strengthen your technical skills, prepare for the new job test and quickly revise the concepts”
b. Copy con
b. Diskcopy
Explanation:
Diskcopy is used to perform track-by-track copy of a disk into another. Copy command copies selected files; chkdsk and format commands are not for copying purpose.
c. command.com, io.sys, msdos.sys
Explanation:
command.com, io.sys and msdos.sys are the essential system files of MS-Dos. Loading these files from disk into memory is known as booting. Booting is the process of preparing your computer to work.
a. Bak
Explanation:
Bak extension is commonly used to store backup copies of files so that it can be restored later when original file is corrupted or deleted. Bas extension indicates the file is a BASIC program source file, com is command file and txt is plain text file.
d. 6.22
Explanation:
MS stands for Microsoft, DOS is the name of operating system Disk Operating System, 6.22 is the version number that identifies the product.
a. Date command
Explanation:
Ver command displays the version number of Dos. There is no command as Disk. Format command prepares a disk to be used with DOS. Thus Date is the command that lets you to display and/or change the system date.
d. Dir
Explanation:
Dir command lists the directory of current location. It includes the files, subdirectories and some other system information. Tree command is used to list the directory structure in tree diagram; CD command to change directory and Copy command to copy a file into another.
c. Time
Explanation:
Time command displays and allows you to change system time. TIME only displays the system time and TIME <time> is used to set new time as system time.
a. Dir/w
Explanation:
Dir/w only displays the file names and extensions excluding file created date/time, file size. Second option dir a: will list the contents of A drive (floppy drive), third dir/s lists current directory and its subdirectories too, dir/b displays bare format, that means, it just makes a list of files, no more information.
a. Dir filename.*
b. Dir pathnamepathname
d. Dir pathnamefilename
c. Dir /b
Explanation:
dir/b command barely lists the names of files and directories without any other information like size, date, time etc.
d. Dir/c
Explanation:
Using comma for separating thousand in file size is by default on. You can use dir/-c to remove comma from the listing. /C stands for comma.
d. Dir *.ext
Explanation:
First two options are obviously wrong since specifying filename will list for that filename only. Since we need to list only with .ext extension fourth option is correct. Third option displays all files with sys extension.
b. RD
Explanation:
RD command or RMDIR commands can be used to remove a directory if it is empty. Del command and Erase commands are used to delete files not directories. MD creates a new directory and can't remove directory.
d. Both b and c
Explanation:
MK command and MKDIR both commands are equivalent and can be used to create subdirectories. Dir only lists directory but can't create.
b. Tree/f
Explanation:
Tree command lists the directory structure in tree structure and /f switch of tree command includes the filenames in the structure.
d. Both a and b
Explanation:
CD and CHDIR commands are equivalent and both used to change current working directory to another one. MKDIR creates a new directory and can't be used to change.
c. 63 character