What is baselining?

A. The act of securing an operating system and updating it
B. A group of updates, bug fixes, and security fixes
C. The process of measuring changes in networking devices, hardware, and software
D. A type of patch management

C. Baselining is the process of measuring changes in devices or computers. The acts of securing an operating system and updating it are components of hardening the operating system. A group of updates, bug fixes, and security fixes is a service pack. Patch management is the planning, testing, implementing, and auditing of patches.

Computer Science & Information Technology

You might also like to view...

If Number1 = 19.86andNumber2 = 2.94, then: Int(Number1) + Int(Number2) = __________.

Fill in the blank(s) with correct word

Computer Science & Information Technology

What is the value of Number, given the following: A = 3.2, B = 6, C = 8

```Set Number = Floor(A + C / B)``` a. 4.87 b. 4 c. 4.9 d. 1.125

Computer Science & Information Technology