1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
sammy [17]
3 years ago
13

Please help me answer question B!

Mathematics
1 answer:
skelet666 [1.2K]3 years ago
4 0

Answer:

  • The program counter holds the memory address of the next instruction to be fetched from memory
  • The memory address register holds the address of memory from which data or instructions are to be fetched
  • The memory data register holds a copy of the memory contents transferred to or from the memory at the address in the memory address register
  • The accumulator holds the result of any logic or arithmetic operation

Step-by-step explanation:

The specific contents of any of these registers at any point in time <em>depends on the architecture of the computer</em>. If we make the assumption that the only interface registers connected to memory are the memory address register (MAR) and the memory data register (MDR), then <em>all memory transfers of any kind</em> will use both of these registers.

For execution of the instructions at addresses 01 through 03, the sequence of operations may go like this.

1. (Somehow) The program counter (PC) is set to 01.

2. The contents of the PC are copied to the MAR.

3. A Memory Read operation is performed, and the contents of memory at address 01 are copied to the MDR. (Contents are the LDA #11 instruction.)

4. The MDR contents are decoded (possibly after being transferred to an instruction register), and the value 11 is placed in the Accumulator.

5. The PC is incremented to 02.

6. The contents of the PC are copied to the MAR.

7. A Memory Read operation is performed, and the contents of memory at address 02 are copied to the MDR. (Contents are the SUB 05 instruction.)

8. The MDR contents are decoded and the value 05 is placed in the MAR.

9. A Memory Read operation is performed and the contents of memory at address 05 are copied to the MDR. (Contents are the value 3.)

10. The Accumulator contents are replaced by the difference of the previous contents (11) and the value in the MDR (3). The accumulator now holds the value 11 -3 = 8.

11. The PC is incremented to 03.

12. The contents of the PC are copied to the MAR.

13. A Memory Read operation is performed, and the contents of memory at address 03 are copied to the MDR. (Contents are the STO 06 instruction.)

14. The MDR contents are decoded and the value 06 is placed in the MAR.

15. The Accumulator value is placed in the MDR, and a Memory Write operation is performed. Memory address 06 now holds the value 8.

16. The PC is incremented to 04.

17. Instruction fetch and decoding continues. This program will go "off into the weeds", since there is no Halt instruction. Results are unpredictable.

_____

Note that decoding an instruction may result in several different data transfers and/or memory and/or arithmetic operations. All of this is usually completed before the next instruction is fetched.

In modern computers, memory contents may be fetched on the speculation that they will be used. Adjustments need to be made if the program makes a jump or if executing an instruction alters the data that was prefetched.

You might be interested in
&lt;1 and &lt;2 are supplementary angles. The measure of &lt;1 is 87º. The measure of &lt;2 is 15x + 18º.
Kay [80]

Answer: x= 5

Step-by-step explanation: If angles 1 and 2 are supplementary, that means they add up to 180. So if angle 1 is 87, angle 2 has to be 180-87=93. Then the equation would be 15x+18=93. Subtract 18 on both sides. 15x=75. Divide by 15 and your answer is 5.

6 0
3 years ago
Complete the following proof. Prove: In an isosceles triangle, two medians are equal.
Paraphin [41]

Answer:

Midpoint of AB              = (0 + 2a / 2 , 0 + 0 / 2) = (2a / 2 , 0 / 2) = (a,0)

x coordinate of point c = a

                                  N = (0 + a / 2 , 0 + b / 2) = (a / 2 , b / 2)

                                  M = ( 2a + a / 2 , 0 + b / 2) = (3a / 2 , b / 2)

                                MA = √(3a / 2 - 0)² + b / 2 - 0)²

                                       = √(3a / 2 )² + (b / 2) = 9a² / 4 + b² / 4

                                NB = √(a / 2 - 2a)² + (b / 2 - 0 )²

                                      = √( a / 2 - 4a / 2)² + (b / 2 - 0)²

                                      = √(-3a / 2)² + (b / 2)² = √9a² / 4 + b² / 4

Step-by-step explanation:

I tried my best hope its correct :0

8 0
3 years ago
_16. Which expression is equivalent to
Phantasy [73]

Answer:

-2x-8

Step-by-step explanation:

1) Distribute:

-6/3x+-15/3-3

2) Simplify:

-2x-5-3

3) combine like terms:

-2x-8

hope this helps

5 0
3 years ago
Simplify (11 + 5i)(11 - 51)
Ede4ka [16]

Answer:

 (146 +  0i)

Step-by-step explanation:

(11+5i)(11-5i)

The formula is :

(a+bi) • (x+yi)  = ax+by•i^2+(ay+bx)i

and since  i^2 = -1  it can be written as :

ax - by + (ay + bx) i

( 11 +  5i) • ( 11 -  5i) =

 (146 +  0i)

hope this helped brainlest owo???

7 0
3 years ago
Read 2 more answers
Brielle’s piggy bank has all nickels and dimes. The total value of the money in her piggy bank is $7.80. If Brielle
deff fn [24]

66*0.5=3.30

7.80-3.30=4.50

4.50/0.10=45

ANSWER: 45 dimes

8 0
3 years ago
Other questions:
  • A bookstore is having a sale in which you can get 4 notebooks for $7.00 and 10 folders for $2.50. how much will it cost Rico to
    14·1 answer
  • What 2+2 pleas help emergeacny
    5·2 answers
  • Find the value of x a. 2x=1/4 b. 4x=  -1/10
    6·2 answers
  • Last night, the temperature fell from 0°F to -13 in 4 hours. What was the average temperature change per hour?
    5·2 answers
  • I need help with #14 &amp; #15 quickly!
    13·1 answer
  • Find the slope of a line that is PRRPENDICULAR to the line that goes between (3,-8) and (5,2).
    6·1 answer
  • Proportion multiple choice​
    8·2 answers
  • At 4 PM the total snowfall is 5 cm is 7 PM the total snowfall is 12 cm what is the mean hourly snowfall write your answer in sim
    6·1 answer
  • A large tank is filled to capacity with 700 gallons of pure water. Brine containing 3 pounds of salt per gallon is pumped into t
    8·1 answer
  • Without solving, determine whether the solution of x = 21 is greater than or less than 21. Explain.
    8·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!