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.
Well, it wouldn't be Adware because that just has to do with ads and stuff...
It wouldn't be cookies either because they just store things to make life easier.
It would be between Phishing and Hacking. I don't think it's Phishing because that's tricking someone into giving them your account information.
I think it would be hacking.
I hope that this helps. If it does, please rate it as Brainliest :D
public class MyClass {
public static void printChar(char ch1, char ch2, int numberPerLine){
int i = 0;
for (char c = ch1; c <= ch2; c++){
while (i < numberPerLine){
System.out.print(c + " ");
i += 1;
}
System.out.println("");
i = 0;
}
}
public static void main(String args[]) {
printChar('a', 'z', 10);
}
}
So far, this works by printing letters. If you need me to modify the code, I will.
click through rate is the answer