Você está na página 1de 5

REVIEW QUESTIONS

Reviewing the Basics

1. What is the difference between a hard boot and a soft boot?

A hard boot usually involves restarting the computer by pressing the on/off switch. A soft boot is

performed from the operating system, such as by pressing the key combination Ctrl+Alt+Del or

by choosing a Restart option from the Shut Down dialog box.

2. What three keys can you press to perform a soft boot when using DOS?

Ctrl+Alt+Del

3. What are the four main parts of the boot process?

• BIOS checks hardware through POST.

• The ROM BIOS program searches for and loads an OS.

• The OS configures the system and completes its own loading.

• The user executes application software.

4. What memory address is always assigned to the first instruction in the ROM BIOS

startup program?

FFFF0h

5. How does startup BIOS communicate errors during POST if video is not yet available?

Beep codes

6. Name the program that is needed to locate the beginning of the OS on a drive.

The MBR (master boot record)

7. List three types of information contained in a hard drive’s partition table.

• How many partitions are present

• Where each partition begins and ends

• Which partition is the active partition


8. Give one example of a file system that can be used on a hard drive.

Possible answers: FAT16, FAT32, NTFS

9. What three OS files are necessary to boot to MS-DOS mode? What is the function of

each? What additional two files are not required but are used if they are present?

Io.sys (contains the basic I/O software for real mode), Msdos.sys (contains parameters and

switches that affect the way the OS boots), and Command.com (contains more code to manage

I/O, programs for internal OS commands such as Copy and Dir, and a short program that looks

for the Autoexec.bat file). Autoexec.bat and Config.sys are not required but are used if they are

present.

10. Why is it important not to edit Autoexec.bat with word-processing software such as

Microsoft Word or WordPerfect?

Because word-processing programs place control characters in their documents that prevent the

OS from interpreting the Autoexec.bat file correctly

11. What is the name of the Windows NT/2000/XP boot loader program?

Ntldr

12. What is the purpose of the command Device=himem.sys in the Config.sys file?

To give a real-mode OS access to memory above 1 MB

13. Give two ways to access a command prompt from Windows 9x.

By clicking Start, then Run, and entering command.com at the prompt, or by clicking Start,

Programs, and MS-DOS prompt

14. What are two Windows 2000/XP program files that can provide a Command Prompt

window?

Cmd.exe and Command.com

15. How many startup disks are needed to boot Windows 2000 from a floppy disk?

Four

16. What are the two wildcard characters that can be used in command lines?
* and ?

17. What is the /S switch used for with the Format command? The /V switch? The /F:size

switch?

The /S switch is used to include the Io.sys, Msdos.sys, and Command.com files on a disk to make

it bootable. The /V switch allows you to enter a volume label only once when formatting several

disks. The /F:size switch specifies the size of a floppy disk.

18. What is the name of the single directory created when a floppy disk or logical drive is

first formatted?

The root directory

19. Name the Windows 98 command that is used to partition a hard drive.

The Fdisk command is used to partition a hard drive.

20. The _______ command erases files or groups of files.

Del or Erase

21. What command is used to create a subdirectory? To change the current directory? To

remove a subdirectory?

Mkdir, Chdir, Rmdir

22. The ______ command displays or changes the read-only, archive, system, and hidden

characteristics of files.

Attrib

23. What is a hidden file? Name a Windows 9x file that is hidden.

A hidden file is a file not displayed in the directory list. Io.sys is an example of a hidden file.

24. The ______ Console in Windows 2000 can be used to execute commands when

troubleshooting a failed boot.

Recovery

25. What is the purpose of the Ebd.cab file on the Windows 98 startup disk?
The Ebd.cab file contains compressed utility programs such as Chkdsk.exe, Debug.exe, and

Edit.com for use on the system.

26. What icon in the Windows 98 Control Panel is used to create a startup disk?

Add/Remove Programs

27. List the steps to add a shortcut to your Windows desktop to access a command prompt

window.

Locate the program file (Command.com or Cmd.exe) in Windows Explorer and, while holding

down the Ctrl key, drag the icon to your desktop. Another way to create the shortcut is to click

Start, point to Programs, Accessories, and Command Prompt. Right-click Command Prompt and

select Create Shortcut on the shortcut menu.

28. At a command prompt, how must you type long filenames that contain spaces?

Enclose the filename in double quotes.

29. When using a real-mode command prompt, how will DOS display the filename

Mydocument.doc?

Mydocum~.doc

30. What is the batch file used by Windows 98 to control the boot process?

Autoexec.bat

Thinking Critically

1. If a PC boots first to the hard drive before checking the floppy disk for an OS, how do you

change this boot sequence so that it first looks on the floppy disk for an OS?

Make the change in CMOS setup

2. A PC continues to reboot. You try to solve the problem by booting from a Windows 98

startup disk. You boot to the A prompt and look on the hard drive. Explain the source of the

problem and describe how to fix it.


The Restart command causes the system to reboot. Use the Edit command to remove the Restart

command from Autoexec.bat.

3. Explain the difference between the Copy command and the Xcopy command.

The Copy command copies a single file or group of files. The Xcopy command also copies files

or groups of files but is more powerful than the Copy command and offers more options, such as

the option to copy an entire directory (/D), to overwrite existing files without prompting (/Y), or

to continue copying even when there is an error (/C).

4. Explain the difference between the Chkdsk and Scandisk commands.

The Chkdsk and Scandisk commands both find and repair file errors, but the Chkdsk command is

mostly outdated by the Scandisk command, which is more thorough and provides more options.

Unlike Chkdsk, Scandisk does a surface scan and checks for potentially bad sectors.

5. You need to make 10 duplicates of one floppy disk. Describe how to do

this using two different methods. Which method is better and why?

Possible answers:

a. You can use Windows Explorer to copy the files on the floppy disk to a

folder on the hard drive, and then copy contents of this folder to 10 floppy

disks.

b. Using a command prompt window, use the Copy command to copy files on

the floppy disk to a folder on the hard drive, and then use the Copy

command to copy the contents of this folder to 10 floppy disks.

The best solution is to use method a.

Você também pode gostar