List three steps that can be taken to troubleshoot a Windows startup issue.

What will be an ideal response?


You can use Windows 8/7/Vista Repair via the Startup Repair utility. The chkdsk command can be used to make sure that the hard drive does not have bad sectors. The system's BCD database or MBR, depending on which is used, can be repaired using the bootrec command. The boot sector that holds an MBR partition table can also be repaired with the bootrec command.

Computer Science & Information Technology

You might also like to view...

The file that contains the class function definitions is called the ________________.

A. class specification file B. header file C. main program file D. class implementation file

Computer Science & Information Technology

Reimplement Exercise 4.11 to use multiple threads. Because the current working directory is a process attribute, it is shared by all threads, so you can’t use chdir(2). Instead, use the *at functions to allow 16 worker threads to process different parts of the ?le system at the same time. How much faster is this version compared to the version from Exercise 4.11?

What will be an ideal response?

Computer Science & Information Technology

If you want to access your files anywhere from almost any connected device, you should store your files on your ________

A) hard drive B) my documents folder C) desktop D) OneDrive

Computer Science & Information Technology

Two technologies that are not used on portables are _______________ and organic light-emitting diode (OLED).

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology