Answer:
A...In the Insert Function dialog box, click the function name to get a short description.
Explanation:
would be A
Answer:
in javascript:
function compute(a, b, c){
let array = [a, b, c];
array.forEach((e,k) => {
if(e >= a && e >= b && e >= c){
console.log("maximum: " + e);
}
if( e <= a && e <= b && e <= c){
console.log("minimum: " + e);
}
}
}
Explanation:
The basic difference between RAM and ROM memory is RAM is read/write while ROM Is read-only.
Explanation:
- A ROM, non-volatile memory, does not use to store data, but RAM is volatile and requires power to store data.
- ROM is not given usually as a specification, but RAM is typically specified when buying a computer.
- We can write data only once in ROM. However, once it is written, we can read it any number of times. RAM is the main memory in a computer, and read from and write to it much faster than other storage types. RAM is used to store files in use on the computer.
Hence the basic difference between RAM and ROM memory is RAM is read/write while ROM Is read-only.
Search for it in the start menu. Once you find it, right click and press "Pin to taskbar."
Answer:
Point, Line, Shape,Form, Color, Value, and Texture.
Explanation:
The elements of design, are the building blocks used by the designers to create the designs. ...
Point, Line, Shape,Form, Color, Value, and Texture.