I an not sure what you want me to do so I am going to help you on both of these problems:
Question 2 answer: I think the answer is University/industry interaction
Question #3 answer: I think the answer for this is clearly written in the question (i think that the second answer choice is it)
I am not sure what this is but i am only in the 10th grade!!!! the only class that I took last year was Computer Fundumentals
Btw I am in K12 as well :)
Answer:
Demonstrate the register addressing mode for the following instructions. Also what addressing mode belongs to these instructions?
1. MOV CX, [BX+DI]
2. MOV AX, ARRAY[CX]
3. MOV BX, [CX+DI+6]
Answer:
87 66 55
Explanation:
Array is used o store the multiple values with same data type.
the array show a decimal value .66, i assume this is enter by mistake because option has no decimal value.
The index of the array is start from zero, it means the first element store in the array at position zero.
In the for loop the variable 'i' start from 1 not zero and it goes to i<4 means i=3.
So, it access the element from 2 to 4 because the index is position of element less than 1.
Therefore, 87 66 55 print.