Your disc will not eject from the CD/DVD drive even though you have pushed the eject button several times. What is your next step?

A) Replace the drive.
B) Remove the drive, remove the drive cover, and use a small screwdriver to push the CD out the front.
C) Use a paper clip and the emergency eject hole.
D) Remove the computer power connector and reattach; then retry ejecting the disc.

C

Computer Science & Information Technology

You might also like to view...

Where are favicons typically found?

a. In the bookmarks section b. In links c. In icons d. In the browser's address bar next to the web URL or in the browser's tabs. e. All of the above. f. None of the above.

Computer Science & Information Technology

Identify and fix errors in the following code:

``` #include using namespace std; int main() { for (int i = 0; i < 10; i++); { if (j > i) then j++ else j--; } } ```

Computer Science & Information Technology