📜  门| GATE-CS-2006 |第 85 题

📅  最后修改于: 2021-09-25 07:12:46             🧑  作者: Mango

CPU 有 24 位指令。程序从地址 300(十进制)开始。以下哪一项是合法的程序计数器(所有值均为十进制)?
(一) 400
(乙) 500
(C) 600
(四) 700答案: (C)
解释:

Here, size of instruction  =  24/8 = 3 bytes.

Program Counter can shift 3 bytes at a time to jump to next instruction.

So the given options must be divisible by 3. only 600 is satisfied.

这个问题的测验