【正确答案】
B
【答案解析】[解析] 设Cache A和Cache B的缺失次数分别为a和b,根据题目最后的要求a和b就必须满足:
[*]
选项A中,1,2,3,4,Cache A缺失4次,而Cache B缺失2次,不满足②。
选项B中,0,2,4,8,0,Cache A缺失4次,而Cache B缺失3次,满足①和②。
选项c中,0,1,0,1,0,1,Cache A缺失2次,而Cache B缺失1次,不满足②。
选项D中,0,8,0,8,0,8,Cache A缺失2次,而Cache B缺失2次,不满足①。
综上所述,本题选B。