MS DOS Commands Questions and Answers
Frequently asked questions and answers of MS DOS in Computer Fundamentals of Computer Science to enhance your skills, knowledge on the selected topic. We have compiled the best MS DOS Interview question and answer, trivia quiz, mcq questions, viva question, quizzes to prepare. Download MS DOS FAQs in PDF form online for academic course, jobs preparations and for certification exams .
Intervew Quizz is an online portal with frequently asked interview, viva and trivia questions and answers on various subjects, topics of kids, school, engineering students, medical aspirants, business management academics and software professionals.
Question-1. Define commands?
Answer-1: A command is the name of special program that makes your computer carries out a task.
Question-2. Define external commands of MS DOS?
Answer-2: Files with extension COM or EXE are external commands, because these commands are files, they are not built into operating system.
Question-3. Define HELPS command in MS DOS?
Answer-3: When user type HELP command on DOS prompt, it will display all available commands on the dos. Syntax: HELP
Question-4. Define internal commands of MS DOS?
Answer-4: Internal commands are built into the operating system as part of file called COMMAND.COM .they are loaded into memory whenever you switch on your computer .When you type an internal command MS-DOS perform it immediately.
Question-5. Describe CLS, DATE, TIME, DIR, CHDIR commands?
Answer-5:
1.The CLS command: CLS command is used for clearing the screen. Syntax: CLS
2. The DATE command: DATE command is used for displaying or setting the date of system. Syntax: DATE
3. The TIME command: TIME command is used for displaying or setting the time of system. Syntax: TIME
4. The DIR command: DIR command is used for displaying a list of files and subdirectories in a directory. Syntax: DIR
5. The CHDIR command: CHDIR command displays the name of or change the current directory.
Question-6. Describe TREE, EDIT, FIND commands?
Answer-6:
1.The TREE command: TREE command display the directory structure in graphical form. Syntax: TREE
2. The EDIT command: EDIT command start the MS DOS editor, which create and change ASCII files
3. The FIND command: Find command searches for text, strings in a files or file.
Question-7. Give some example of external commands?
Answer-7: Following are the examples of external command.
1. TREE
2. EDIT
3. FIND
4. XCOPY
Question-8. Give some example of internal commands?
Answer-8: Following are the examples of internal command.
1. CLS
2. DATE
3. Time
4. ver
5. ECHO
6. DIR
7. CHDIR
8. MD/MKDIR
9. RD/RMDIR
10. COPY
Question-9. How to kill the process in the DOS environment?
Answer-9: To kill the process user must know the process-id of the the process that user want to kill, for this user will have to type TASKLIST command in DOS prompt .after getting the process-id user will have to type the TSKILL command. Syntax: TSKILL process-id
Example: TSKILL 2345
Question-10. How to know the process-id in the DOS environment?
Answer-10: To know the process-id, user will have to type the TASKLIST command in DOS prompt.
Frequently Asked Question and Answer on MS DOS
MS DOS Interview Questions and Answers in PDF form Online
MS DOS Questions with Answers
MS DOS Trivia MCQ Quiz