Answer:
B. 80%
Explanation:
To assertain:
1 hit takes 1 clock cycle while 1 miss takes 6 clock cycles
Assuming that:
- we have 100 accesses in total,
- p are hits,
- 100 - p are misses

Hence, option B. 80% will result in an effective access time of 2 clock cycles.
Answer:
input number
calculate modulus of the number and 5
compare outcome to 0
if 0 then output "divisible by 5"
else output "not divisible by 5"
Explanation:
The modulo operator is key here. It returns the remainder after integer division. So 8 mod 5 for example is 3, since 5x1+3 = 8. Only if the outcome is 0, you know the number you divided is a multiple of 5.
Answer:
<=
Explanation:
Pretty much the same as in maths
<span>Computer design replaced (B) models draw or created by hand. Technology nowadays has a big contribution in terms of planning and designing a building or a structure without burning your eyebrow facing that paper and handling your pen. Computer designs are used to make the design more accurate and more precise compared to traditional hand drawn designs.</span>