Computer Windows And DOS 1(TTA)

Reviewed by Editorial Team
The ProProfs editorial team is comprised of experienced subject matter experts. They've collectively created over 10,000 quizzes and lessons, serving over 100 million users. Our team includes in-house content moderators and subject matter experts, as well as a global network of rigorously trained contributors. All adhere to our comprehensive editorial guidelines, ensuring the delivery of high-quality content.
Learn about Our Editorial Process
| By Harry.hot02
H
Harry.hot02
Community Contributor
Quizzes Created: 6 | Total Attempts: 1,117
| Attempts: 166 | Questions: 25
Please wait...
Question 1 / 25
0 %
0/100
Score 0/100
1. FAT stands for

Explanation

FAT stands for File Allocation Table. This is a file system structure used by operating systems to keep track of the location of files on a storage device. The FAT contains entries that specify the location of each file on the storage device, allowing the operating system to access and retrieve the files efficiently. The other options, File Accommodation Table, File Activity Table, and File Advantage Table, are not correct definitions for FAT.

Submit
Please wait...
About This Quiz
Computer Windows And DOS 1(TTA) - Quiz


INSTRUCTIONS
1. NUMBER OF QUESTIONS 25
2. HAS A TIME LIMIT OF 15 MINUTES
3. HAS A PASS MARKS OF 30%
4. QUESTIONS PER PAGE 1
5. EACH QUESTIONS HAS 1 MARKS
6. NEGATIVE... see moreMARKING FOR EACH QUESTIONS 0.25
7. WILL ALLOW TO YOU GO BACK ,SKIP AND CHANGE YOUR ANSWERS
8. WILL ALLOW TO YOU PRINT OUT YOUR RESULT AND CERTIFICATE
9. WILL ALLOW TO YOU PRINT OUT YOURS RESPONSE SHEET WITH CORRECT ANSWER KEY AND EXPLANATION
10. WE WILL PROVIDE YOURS RESULT,CERTIFICATE AND YOUR RESPONSE SHEET TO YOURS EMAIL ID AT END OF ONLINE TEST


.
.
.
.
see less

2. Maximum length of DOS command including parameters

Explanation

The maximum length of a DOS command, including parameters, is 127 characters. This means that the entire command, including any additional information or arguments, cannot exceed 127 characters in length.

Submit
3. The vol command in DOS is used to

Explanation

The vol command in DOS is used to see the disk volume label. This means that when the vol command is executed, it displays the name or label assigned to a particular disk volume. This can be helpful in identifying and managing different disk volumes within a DOS system.

Submit
4. The deleted file in DOS can be recovered if you use the following command

Explanation

The correct answer is "undelete". This command is used in DOS to recover a deleted file. When a file is deleted in DOS, it is not immediately removed from the disk, but rather marked as deleted and its space is available for reuse. The "undelete" command allows the user to restore the file by removing the deleted flag and making it accessible again.

Submit
5. copy and xcopy are same in the sense of the following answer:-

Explanation

Both copy and xcopy are commands in DOS that can be used to copy files or a group of files. They both serve the same purpose and provide similar functionality when it comes to file copying.

Submit
6. CHKDSK command is used to

Explanation

The CHKDSK command is used to perform various tasks related to analyzing and diagnosing hard disk errors. It can scan the disk for errors, fix any issues found, and report the status of files on the disk. Therefore, the correct answer is "all of these" as the CHKDSK command encompasses all these functionalities.

Submit
7. DOS command used to copy a file named ldce.doc from drive c: to drive a:

Explanation

The correct answer is "copy c:\ldce.doc a:". This command is used to copy a file named "ldce.doc" from drive C: to drive A:.

Submit
8. chkdsk can be used to find ou

Explanation

The correct answer is "all of these" because chkdsk is a command in Windows that can be used to check and repair the file system on a disk. It can identify and fix bad sectors on the disk, as well as provide information about the occupied space and free space on the disk. Therefore, chkdsk can be used to find out about the disk's bad portion, occupied space, and free space.

Submit
9. del command in DOS is used to

Explanation

The del command in DOS is used to delete files. It allows users to remove specific files from a directory or disk. This command is commonly used to free up storage space or remove unwanted files.

Submit
10. Which command in DOS is used to clear the screen and display the operating system prompt on the first line of the screen/display?

Explanation

The correct answer is "cls". In DOS, the "cls" command is used to clear the screen and display the operating system prompt on the first line of the screen. This command helps to remove any previous commands or output from the screen, providing a clean and clear interface for the user to work with.

Submit
11. .Which of the following command is used to copy files in DOS

Explanation

The correct answer is "copy". The copy command is used in DOS to copy files from one location to another. It allows users to duplicate files, create backups, and transfer files between directories or drives. The "disc copy" command is not a valid command in DOS, and the "type" command is used to display the contents of a text file. Therefore, the correct answer is "copy".

Submit
12. xcopy command in DOS can copy

Explanation

The xcopy command in DOS is a versatile tool that can be used to copy individual files or a group of files, as well as directories and their subdirectories. Additionally, it can copy files to a different destination, such as a different directory or even a different disk with a different capacity. Therefore, the correct answer is "all of these" as the xcopy command can perform all of these tasks.

Submit
13. restore command in DOS is used to

Explanation

The restore command in DOS is used to retrieve or recover files from disks that were previously backed up using the backup command of DOS. This means that if you have created a backup of your files using the backup command, you can use the restore command to restore those files back to their original location on your disk.

Submit
14. dir command is used to

Explanation

The dir command is used to display the list of files in a directory. It provides a way to view all the files present in a specific directory.

Submit
15. Which of the following batch file is run while booting in MS DOS

Explanation

The batch file "auto-exec.bat" is run while booting in MS DOS. This file is automatically executed during the boot process and contains commands that are executed each time the computer starts up. It is commonly used to set up environment variables, load device drivers, and execute other necessary commands to initialize the system.

Submit
16. .format command in DOS is used to

Explanation

The format command in DOS is used to perform two tasks: preparing a blank disk and creating a new blank disk from a used one. This means that the command can be used to erase all data on a disk and prepare it for use, as well as to create a new blank disk by formatting a used one. Therefore, the correct answer is "both of these".

Submit
17. .MS DOS was developed in

Explanation

MS DOS was developed in 1984. This operating system was created by Microsoft and was the first widely used operating system for IBM-compatible personal computers. It provided a command-line interface and allowed users to navigate and manage files and directories on their computer. MS DOS played a significant role in the early development of personal computing and laid the foundation for future operating systems.

Submit
18. Internal commands in DOS are

Explanation

The correct answer is time, type, dir. These are internal commands in DOS, which means they are built-in commands that are directly executable by the operating system. The time command is used to display or set the system time, the type command is used to display the contents of a text file, and the dir command is used to display a list of files and directories in a specified location.

Submit
19. Which combination of keys is to be pressed to quit a file without saving in DOS

Explanation

To quit a file without saving in DOS, the combination of keys to be pressed is ctrl+c. This key combination sends an interrupt signal to the running program, causing it to terminate immediately.

Submit
20. .Copy the hidden system files to a disk the following command is used in DOS

Explanation

The correct answer is "sys" because the "sys" command in DOS is used to copy hidden system files to a disk.

Submit
21. Which command in DOS is used to look at the sub directory structure

Explanation

The correct answer is "tree". The "tree" command in DOS is used to display the directory structure in a tree-like format. It shows all the subdirectories and files within each directory, making it easier to understand the hierarchy of the file system. This command is helpful for navigating and organizing files and directories in a DOS environment.

Submit
22. While working with DOS, which key can be used to repeat the previous command?

Explanation

In DOS, the F3 key can be used to repeat the previous command. This key is commonly used to save time and avoid retyping long or complex commands. By pressing F3, the user can quickly recall and execute the last command entered, making it a convenient shortcut in the DOS environment.

Submit
23. Which command in DOS is used to change the name of the file

Explanation

The correct answer is "both of the above" because both the "ren" and "rename" commands in DOS can be used to change the name of a file. These commands allow the user to specify the current name of the file and the desired new name, and the file will be renamed accordingly.

Submit
24. diskcopy command in DOS is used accomplish the following task

Explanation

The correct answer is "copy contents of one floppy to another." The diskcopy command in DOS is specifically designed to duplicate the contents of one floppy disk onto another. This command allows users to create backup copies of important data or transfer files from one floppy disk to another without manually copying each file individually. It is a convenient and efficient way to replicate the contents of a floppy disk.

Submit
25. Some External DOS commands are

Explanation

The correct answer is "edit, sys, chkdsk". These three commands are external DOS commands that can be used in the command prompt. The "edit" command is used to create or modify text files, the "sys" command is used to transfer system files to a disk, and the "chkdsk" command is used to check the integrity of a disk and fix any errors. The other options listed do not include all three of these commands.

Submit
View My Results

Quiz Review Timeline (Updated): Jan 20, 2025 +

Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.

  • Current Version
  • Jan 20, 2025
    Quiz Edited by
    ProProfs Editorial Team
  • Aug 25, 2016
    Quiz Created by
    Harry.hot02
Cancel
  • All
    All (25)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
FAT stands for
Maximum length of DOS command including parameters
The vol command in DOS is used to
The deleted file in DOS can be recovered if you use the following...
Copy and xcopy are same in the sense of the following answer:-
CHKDSK command is used to
DOS command used to copy a file named ldce.doc from drive c: to drive...
Chkdsk can be used to find ou
Del command in DOS is used to
Which command in DOS is used to clear the screen and display the...
.Which of the following command is used to copy files in DOS
Xcopy command in DOS can copy
Restore command in DOS is used to
Dir command is used to
Which of the following batch file is run while booting in MS DOS
.format command in DOS is used to
.MS DOS was developed in
Internal commands in DOS are
Which combination of keys is to be pressed to quit a file without...
.Copy the hidden system files to a disk the following command is used...
Which command in DOS is used to look at the sub directory structure
While working with DOS, which key can be used to repeat the previous...
Which command in DOS is used to change the name of the file
Diskcopy command in DOS is used accomplish the following task
Some External DOS commands are
Alert!

Advertisement