Computer Science, asked by swastikasharma17, 10 months ago

Main memory of computer directly intract with CPU(True/False)

Answers

Answered by mayajakhar79
3

&lt;!DOCTYPE html&gt;</p><p></p><p>&lt;html&gt;</p><p></p><p>&lt;head&gt;</p><p></p><p>&lt;title&gt;SVG Text Animation&lt;/title&gt;</p><p></p><p>&lt;style&gt;</p><p></p><p>body{</p><p></p><p>margin:0;</p><p></p><p>padding:0;</p><p></p><p>background-color:#444;</p><p></p><p>}</p><p></p><p>.a{</p><p></p><p>stroke-dasharray: 2000;</p><p></p><p>stroke-dashoffset: 0;</p><p></p><p>animation: dash 20s linear;</p><p></p><p>text-shadow:0px 0px 20px red;</p><p></p><p>}</p><p></p><p>@keyframes dash{</p><p></p><p>from{stroke-dashoffset: 2000;}</p><p></p><p>to{stroke-dashoffset: 0;}</p><p></p><p>0%{fill: none;}</p><p></p><p>30%{fill:lime ;}</p><p></p><p>from{stroke: gold}</p><p></p><p>to{stroke: ;}</p><p></p><p>}</p><p></p><p>&lt;/style&gt;</p><p></p><p>&lt;/head&gt;</p><p></p><p>&lt;body&gt;</p><p></p><p>&lt;svg width="100%" height="500" &gt;</p><p></p><p>&lt;text class="a" x="5px" y="200"</p><p></p><p>style=" font-size: 60;</p><p></p><p>stroke:#f00;</p><p></p><p>fill: #red;</p><p></p><p>"&gt;</p><p></p><p>Answer</p><p></p><p>&lt;/text&gt;</p><p></p><p>&lt;/svg&gt;</p><p></p><p>&lt;/body&gt;</p><p></p><p>&lt;/html&gt;

ITS TRUE

The CPU interacts closely with primary storage, or main memory, referring to it for both instructions and data. For this reason this part of the reading will discuss memory in the context of the central processing unit. Technically, however, memory is not part of the CPU.

Explanation:

Answered by raghavchandak20
0

Answer:

True is the correct answer

Similar questions