Answer:
how about lions, trees, or zebras
Explanation:
i looked it up
RAM stands for Random Access Memory
ROM stands for Read Only Memory
Computers need RAM because RAM is the place in the computers, where the operating system, application programs, and data (in current use) are stored that way the computers processor can easily reach it. ROM is memory that can not be changed by a program or the user. ROM has its memory even after it is turned off. ROM is an example of telling your computer how to start up.
Sorry that was kinda long. Hope this helps you out! Have an AWESOME rest of your day!
Google slides is and online presentation tool
Answer:
function [Area,Perimeter,L]=f_circle(x)
% Area: pi*x^2 area of circle with radius x
% Perimeter: 2*pi*x perimeter length of circle with radius x
% x can be a vector
minargs=1;maxargs=1;narginchk(minargs,maxargs); % only 1 input accepted
if ~isequal('double',class(x)) 5 input has to be type double
disp('input type not double');
return;
end
Area=pi*x.^2;
Perimeter=2*pi*x;
end
Answer:
1940 – 1956: First Generation – Vacuum Tubes. These early computers used vacuum tubes as circuitry and magnetic drums for memory. ...
1956 – 1963: Second Generation – Transistors. ...
1964 – 1971: Third Generation – Integrated Circuits. 1972 – 2010: Fourth Generation – Microprocessors.