Case WDX 1-1Sharon is working on a sensitive company document and needs to make sure only authorized personnel can view or make changes to the document. What can Sharon do to keep others from opening and viewing the document?
A. Save it in the default location
B. Encrypt it with a password
C. Save it as a template
D. Insert a line for a digital signature
Answer: B
You might also like to view...
Which of the following functions accepts a parameter named dblSales and returns the commission to the calling statement? Assume that the commission should equal the sales multiplied by the commission rate. Use the following table as a guide to the calculation of the commission rate.
a.```
Function Calc(ByVal dblSales As Double, ByRef dblComm As Double)
Dim dblRate As Double
Select Case dblSales
Case Is < 2000
dblRate = .1
Case Is >= 2000
dblRate = .15
End Select
DblComm = dblRate
End Function
```
b.```
Function Calc(ByVal dblSales As Double) As Double
Dim dblRate, dblComm as Double
Select Case dblSales
Case Is < 2000
dblRate = .1
Case Is >= 2000
dblRate = .15
End Select
dblCommission = dblRate * dblSales
End Function
```
c.```
Function Calc(ByVal dblSales As Double) As Double
Dim dblRate As Double
Select Case dblSales
Case Is < 2000
dblRate = .1
Case Is >= 2000
dblRate = .15
End
When troubleshooting a computer problem, it can be important to note whether you can ____ the problem.?
A. ?assemble B. ?update C. ?authenticate D. ?replicate
In accordance with the Fair Credit Reporting Act ("FCRA"), willful violations of the Act are punishable by a statutory maximum penalty of how much per violation?
A.$500 B.$2,000 C. $2,500 D.There is no limit
What might is be a good security practice to use Linux to access critical online sites?
What will be an ideal response?