________ are actions that the user must perform

A) Recommendations
B) Consequences
C) Ideas
D) Suggestions

C

Computer Science & Information Technology

You might also like to view...

Given the Dim statement below, which set of statements will initialize all elements of myArray to 100? Dim myArray(100) As Double

(A) ``` myArray = 100 ``` (B) ``` For i As Integer = 0 To 100 (i) = 100 Next ``` (C) ``` For j As Integer = 0 to 100 myArray(j) = 100 Next ``` (D) myArray() is already initialized to 100 by the Dim statement.

Computer Science & Information Technology

____ software identifies malware that tries to install on your computer or device.

A. Antivirus B. Firewall C. Electronic wallet D. Digital certificate

Computer Science & Information Technology