Suppose your friend’s personal music player (such as an iPod) isn’t playing any songs. Explain the process you would go through to debug the problem. List at least eight questions you would ask, and explain how each is an application of the debugging guidelines.

What will be an ideal response?


Possible answers should say how to apply the debugging heuristics

Computer Science & Information Technology

You might also like to view...

What output will be displayed as a result of executing the following code?

int x = 5, y = 20; x += 32; y /= 4; System.out.println("x = " + x + ", y = " + y); a. x = 160, y = 80 b. x = 32, y = 4 c. x = 37, y = 5 d. x = 9, y = 52

Computer Science & Information Technology

The Different First Page option is located on:

A) the Page Setup dialog box. B) the Insert tab. C) the File menu. D) the Proofing group.

Computer Science & Information Technology

Helper applications or plug-ins can be downloaded from the Internet

Indicate whether the statement is true or false

Computer Science & Information Technology

Case-Based Critical Thinking Question ? Gary works at a local ice rink and has been assigned the task of determining what fonts to use on the website. Gary notices that the current website specifies: ? Font-family: tahoma, arial, sans-serif; ? In this case,sans-serif is a ____ font family. ?

A. specific B. generic C. named D. primary

Computer Science & Information Technology