Answer and Explanation:
Using JavaScript:
/* program should take N input which represents the dollar amount and output how many chocolate bars and how many coupons we have*/
function chocolatebar(dollars){
var dollaramt= dollars;
var i;
for(i=0; i <= dollaramt; i++){
i=i+6
?
Alert ("you have 1 extra chocolate bar");
:
Alert ("keep buying chocolate bars to get more coupons for a bonus chocolate bar")
}
}
*
Answer:
(i) Prevention is more important than detection and recovery.
(ii) Detection is more important than prevention and recovery.
(iii) Recovery is more important than prevention and detection.
Explanation:
(i) Prevention is more important than detection and recovery.
Prevention of attack can be through various applications for example a walk through gates are placed in order to prevent any attacker from entering the premises and causing harm.
(ii) Detection is more important than prevention and recovery.
Detection of an attack can be done through for example a security alarm can detect an attack and inform others.
(iii) Recovery is more important than prevention and detection.
Recovery of an attack can be done by for example an insurance which will recover a portion of loss occurred during the attack.
Answer:
It enables and allows to stay people in touch with other globally.
Explanation:
Answer:
D. Clicking the cell
Explanation:
Clicking the target cell is an alternative way of typing in the cell name when creating a cell reference in a formula.
Hope this helps!
Answer:
64
Explanation:
We have given the 32 bit architecture
We know that 1 byte =8 bit
So memory of given architecture 32 bit 
Total memory = 256 bytes
So total number of instruction that fit into 256 bytes 
So total 64 instruction can be fit in 256 byte memory.