Question Completion with Options:
A. Embedding & packing malcode in application programs
B. Replacing the Import-Address-Table (IAT)
C. Appending & prepending malcode into application programs
D. Embedding malcode in documents, such as MS O Office & PDF
Ε. Replicating malcode's source code
Answer:
The most effective technique of malware propagation among the following list is:
A. Embedding & packing malcode in application program
Explanation:
Malware propagation becomes effective and replicates effortlessly when malicious codes (otherwise called malcodes, which are self-replicating malicious programs) are embedded and packed in application programs. These usually take many years before they start to manifest, making them very difficult to detect. They are often triggered by some set events. Given the nature of malcodes and the culprits behind them, they are very dangerous to applications and pose substantial business risks.
Answer:
Following are the program in the Python Programming Language:
#set dictionary
d = { 'State' : 'Delhi', 'Country' : 'India'};
#reverse the dictionary.
revers = dict((v, k) for k, v in d.items())
#Displays the reversed dictionary.
print("Dictionary is: \n")
print(revers)
<u>Output</u>:
Dictionary is:
{'Delhi': 'State', 'India': 'Country'}
Explanation:
Here, we set the dictionary data type variable "d" then, we set the variable in which we store the reverse of the dictionary in which key is converted into the value and value is converted into the key. and finally we print the reverse dictionary.
Answer:
Following is given the data as required.
The images for histograms for age and gender are also attached below.
I hope it will help you!
Explanation:
Answer:
C (Most feasible option)
Explanation:
I am not sure but option C seems most probable, all other options do not seem to be true