Match the following terms to their meanings:

I. legacy
II. backward compatible
III. Linux
IV. OS X
V. Microsoft Office

A. older versions of software
B. popular suite of application software
C. Apple's operating system
D. platform that can run older versions of software
E. operating system available for free


A, D, E, C, B

Computer Science & Information Technology

You might also like to view...

Which would be the correct way to instantiate a containerClass object in your main program?

template class containerClass { public: containerClass(); containerClass(int newMaxSize); containerClass(const containerClass& source); ~containerClass(); T getItem(); int getCount(); int getSize(); void addItem(T item); private: T *container; int maxSize, count; }; a. containerClass myContainer; b. containerClass myContainer; c. containerClass myContainer; d. containerClass myContainer

Computer Science & Information Technology

The _____ is a measure of the spread of the values in a data set.

a. correlation coefficient b. linear regression coefficient c. mean d. standard deviation

Computer Science & Information Technology

Which of the following statements are true?

a. A handler object fires an event. b. A source object fires an event. c. Any object such a String object can fire an event. d. A handler is registered with the source object for processing the event.

Computer Science & Information Technology

________ is a compressed graphic file format for raster data, which can lose data

Fill in the blank(s) with correct word

Computer Science & Information Technology