Answer:
Option b is the correct answer for the above question.
Explanation:
The wait state is a state in which any process is waiting in a queue for his option. It happens when the other process is going on. It is because the CPU has not the capability to solve the problem of more processor. The above question asked about the name of the delay which is caused by the CPU for any processor then the answer is wait state because when a process is ready for the process but it is waiting for his turn then the state of the process is known as a wait state. so the Option b is the correct because it states about the wait state which is the correct answer which is described above but the other is not because--
- Option 'a' states about the wait cycle which is not the correct option.
- Option c states about the dead cycle which is also not the correct answer.
- Option d states about the memory write which is also not the correct answer.
<u>Explanation:</u>
Steganography is a technique used in securing or hiding sensitive information by encrypting the information in a non-hidden file like a JPEG format. A major <u>advantage</u> of this method is that it reduces the risk of attack or break-in since the data is enclosed in a non-secure file; thereby reducing threats of any hack. One main<u> disadvantage</u> of this method is that the hidden message may become difficult to recover if the source file (non-secure file) used, is edited or deleted.
In symmetric or asymmetric encryption they both employ cryptographic encryption method. While symmetric encryption uses one key to encrypt and decrypt data, asymmetric encryption uses two keys (one for encryption, the other for decryption) of the data. <u>A major </u><u>advantage</u><u> of using these methods is that they provide more security. Although while symmetric encryption is faster, asymmetric encryption is slower (eg using separate keys to gain access), </u><u>a disadvantage.</u>
The main roles of computer in human resource management are decreasing time complexity, flexibility, record keeping problem etc. HRM system process lots of data everyday with the help of computer. This data processed easily without any fear of data loss so computer a vital role in human resource management system. The usage of computer in human resource management can be usually referred to as management information system. It can also be called as human resource information system. Usually what a computer does, it converts all the data or we can say raw data into meaningful and usable information required by the manager to take decisions, and for planning and control.
please I need brainliest thanks
I hope this helps
Answer:
total = 0.0
for x in dictionary.values():
if x == str(x):
total += 1
elif x is bool:
total += 2 if x is True else total -3
else:
total += x
print( total )
Explanation:
The python source code defines a variable 'total' and iterates through a dictionary and adds its values to the total variable. Finally, the total value is printed.
The disc drive, I believe.