Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

what statement(s) is(are) true about the \"instruction set\" ? (can select multi

ID: 3582746 • Letter: W

Question

what statement(s) is(are) true about the "instruction set" ? (can select multiple)

(a) The instruction set is the set of digital codes which are fed to the ALU, which cause it to undertake the different arithmetic and logical operations for which it is designed .

(b) Whatever the means of developing the software, the program actually stored in memory is made up of instructions from the instruction set, and associated data.

(c) A C++ programmer will be making direct use of instructions from the instruction set, invoking them through the Assembler mnemonics.

(d) The instruction set is dependent on the hardware, or the internal design of the processor, thus making it hardware-dependent.

(e) The instruction set for one processor is always different from the instruction set for another different processor.

(f) The machine code is a list of instructions taken from the instruction set, with any accompanying data or addresses that are needed.

Explanation / Answer

instruction set is set of instructions in machine language.machine languae computer programming language

Different computer processors can use almost the same instruction set while still having very different internal design.

consisting of binary or hexadecimal instructions which a computer can respond to directly.

The answers are self eplanatory.

correct ans (b)