Virtual machines promote ________, the ability for software to run on multiple platforms.

a) scalability
b) extensibility
c) portability
d) security


c) portability

Computer Science & Information Technology

You might also like to view...

List the applications in the CyberOPs menu.

Familiarize yourself with the virtual machine. The virtual machine you just installed can be used to complete many of the labs in this course. Familiarize yourself with the icons in the list below: The launcher bar icons are (from left to right): ? Show the desktop ? Terminal application ? File manager application ? Web browser application (Firefox) ? File search tool ? Current user’s home directory All course related applications are located under Applications Menu > CyberOPs.

Computer Science & Information Technology

Show the output of the following code:

``` #include using namespace std; class A { public: int x; int y; int z; A(): x(1), y(2), z(3) { } }; int main() { A a; cout << a.x << " " << a.y << " " << a.z; return 0; } ```

Computer Science & Information Technology

The Form Wizard button is found in the Forms group under the ________ tab

A) Database Tools B) External Data C) Home D) Create

Computer Science & Information Technology

The item marked ____ in the accompanying figure is the Lock/Unlock column.

A. 1 B. 2 C. 5 D. 8

Computer Science & Information Technology