Match each item with a statement below.

A. A suite of free software based on an interpreter of the Adobe PostScript and Portable Document Format (PDF) page description languages
B. An application used to track the progress of and provide necessary resources for separate tasks running on a Windows computer
C. A memory location that intervening hardware and software map to physical memory
D. The core of an operating system that manages memory, files, and peripheral devices
E. An automation platform and scripting language for Windows
F. A library of executable functions or data that can be used by a Windows 10 application
G. A form of multitasking in which each process controls the length of time it maintains exclusive control over the CPU
H. A utility in CentOS 7 that lets you review process activity in real time
I. A communications protocol used by Windows-based operating systems to support resource sharing across a network
J. A file system designed as a "next-generation" file system for Windows


A. Ghostscript
B. Task Manager
C. virtual address
D. kernel
E. PowerShell
F. dynamic link library
G. cooperative multitasking
H. System Monitor
I. Server Message Block
J. Resilient File System

Computer Science & Information Technology

You might also like to view...

Why would it be necessary and convenient to overload an operator for a class?

A. To compare objects. B. You cannot overload an operator in a class. C. To delete objects. D. All of the above.

Computer Science & Information Technology

Match the following terms to their meanings:

I. Selecting II. Deselecting III. Paragraph symbol IV. Copy V. Cut A. displays when you press Enter B. places a copy of an item on the Clipboard, leaving the original intact C. canceling a selection D. places a copy of an item on the Clipboard, deleting the original E. highlighting by dragging the mouse

Computer Science & Information Technology

If incompatible X Windows settings are configured, where will the errors that are generated be written to?

A. ~/.xsession-errors B. ~/.xerror C. ~/.xwin-error D. /var/log/xwindows.error

Computer Science & Information Technology

In a(n) ____________________ traversal, the binary tree is traversed as follows:1. Visit the node.2. Traverse the left subtree.3. Traverse the right subtree.

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

Computer Science & Information Technology