World's most popular travel blog for travel bloggers.
Showing posts with label Ignou MCA 1st Semester mcs012. Show all posts
Showing posts with label Ignou MCA 1st Semester mcs012. Show all posts

Opcode is an instruction that tells processor what to do with the variable or data written besides it.

Oprand is a variable that stores data(and data can be a memory address or any data that we want to process).

e.g. MVI A,B

here instruction MVI is an opcode. A & B are oprands.

Same for other instructions.