Suppose you are staff the help desk for an E-Commerce company. A user calls and says that his AVI player won’t play an AVI file that is on your Web site. You test the file by downloading it to your computer. On your computer, it plays perfectly fine. Explain how this could happen.

What will be an ideal response?


Most likely, the user does not have the codec that was used to create the AVI file.

Computer Science & Information Technology

You might also like to view...

For the following code, which statement is not true?

``` public class Sphere { private double radius; public double x; private double y; private double z; } ``` a. The z field is available to code written outside the Sphere class. b. The radius field is not available to code written outside the Sphere class. c. The radius, x, y, and z fields are members of the Sphere class. d. The x field is available to code that is written outside the Sphere class.

Computer Science & Information Technology

Huemeasures the brightness of the color and ranges from 0% (black) up to100% (white).

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

In a(n) ____________________ form, the upper pane shows the fields of one record while the lower pane maintains a datasheet view of the first few records.

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

Computer Science & Information Technology

Which of the following recovery options restores the registry and driver settings that were affected since the computer was started successfully?

A. BIOS update B. Full backup C. Safe Mode with command prompt D. Last known good configuration

Computer Science & Information Technology