281. ____________ is the step during which a new instruction is read from the memory:
Correct answer: (B)
Fetch
282. ____________ is the step during which the operations specified by the instruction are executed:
Correct answer: (A)
Execute
283. Decode is the step during which instruction is ____________:
Correct answer: (C)
Decoded
284. The instruction fetch operation is initiated by loading the contents of program counter into the and sends request to memory:
Correct answer: (D)
Address register and read
285. The contents of the program counter is the ____________ of the instruction to be run:
Correct answer: (B)
Address
286. The instruction read from memory is then placed in the ____________ and contents of program counter is ____________ so that it contains the address of ____________ instruction in the program:
Correct answer: (C)
Instruction register, incremented and next
287. Execution of instruction specified by instruction to perform:
Correct answer: (A)
Operation
288. ____________ is a symbolic representation of discrete elements of information:
Correct answer: (B)
Code
289. Group of binary bits(0&1) is known as:
Correct answer: (A)
Binary code
290. A group of 4 binary bits is called:
Correct answer: (A)
Nibble