Answer:
Document unauthorized
Explanation:
this way new employees will not try to open
Answer:
1, 4, 7
Explanation:
The instruction in the question can be represented as:
for i in range(1,10,3):
print i
What the above code does is that:
It starts printing the value of i from 1
Increment by 3
Then stop printing at 9 (i.e.. 10 - 1)
So: The sequence is as follows
Print 1
Add 3, to give 4
Print 4
Add 3, to give 7
Print 7
Add 3, to give 10 (10 > 10 - 1).
So, it stops execution.
Answer:
1. C
5.b
Explanation:
1. Is c because it is in the short cut key
5. Is B because it is the last choice
That is encryption. Encrypted files usually have a password assigned. In order to decrypt the file, you need to have the password.
Answer:
He can use any of the audio formats like MP3 and M4A.
Explanation: