Answer these questions on your webpage "final.html" .
Do NOT repeat the questions; just write answers in your ordered lists.
LDA X,d ADDA Y,d LDA Z,d STOP;... X: .WORD 0x1111 Y: .WORD 0x2222 Z: .WORD 0x3333 ; Assume X is at memory location 0x00C. |
Three differently-colored stripes (horizontal OR vertical). Circle in the center. Your NAME in a contrasting color. Be sure your code compiles! (No credit for code with syntax errors.) |
Add more links to any projects you want me to grade! |
---|
Enter three random, two-digit numbers in Cells C5, C6, and C7 In cell C8, enter a formula to add up these three numbers. In cell C9, enter a formula to divide the value in C8 by three. In cell C10, enter a formula to add up all of the values in the range C5:C9 Change the value in C5, and make sure the other cells change accordingly. . Also, create a circular reference, somewhere else in your spreadsheet. |