The converter needed by Word 97-2003 programs to open Word 2010 files is known as the:

A) Compatibility Checker. B) Compatibility Pack.
C) AutoRecover. D) Converter.

B

Computer Science & Information Technology

You might also like to view...

What does the double d2 = (double) 1 / 3; System.out.println(d2); do and why?

What will be an ideal response?

Computer Science & Information Technology

Consider a relaxation of two-phase locks in which read only transactions can release read locks early. Would a read only transaction have consistent retrievals? Would the objects become inconsistent? Illustrate your answer with the following transactions T and U at the server

T: x = read (i); y= read(j); U: write(i, 55);write(j, 66); in which initial values of ai and aj are 10 and 20.

Computer Science & Information Technology