Answer:
Explanation:
import java.util.Scanner;
public class GasVolume {
final static double GAS_CONST = 8.3144621;
public static double computeGasVolume(double pressure,double temperature, double moles)
{
return moles*GAS_CONST*temperature/pressure;
}
public static void main(String[] args) {
Scanner scnr = new Scanner(System.in);
double gasPressure = 0.0;
double gasMoles = 0.0;
double gasTemperature = 0.0;
double gasVolume = 0.0;
gasPressure = 100;
gasMoles = 1 ;
gasTemperature = 273;
gasVolume = computeGasVolume(gasPressure, gasTemperature, gasMoles);
System.out.println("Gas volume: " + gasVolume + " m^3");
return;
}
}
If you’re talking about the rank then it just means your ambitious i guess and you got it by answering peoples questions
Answer:
a. Radom Access Memory (RAM).
Explanation:
If a computer user modifies a document that is saved on his or her computer. This changes are stored on the Radom Access Memory (RAM) until the computer user save the document.
Radom Access Memory (RAM) can be defined as the main memory of a computer system which allow users to store commands and data temporarily.
Generally, the Radom Access Memory (RAM) is a volatile memory and as such can only retain data temporarily.
All software applications temporarily stores and retrieves data from a Radom Access Memory (RAM) in computer, this is to ensure that informations are quickly accessible, therefore it supports read and write of files.
Hey there!
Here is your answer:
<u><em>The proper answer to this question is "the 4004".</em></u>
Reason:
<u><em>The 4004 was the first microprocessor that was process able. It was made by Intel The first microprocessor was designed in 1968.</em></u>
If you need anymore help feel free to ask me!
Hope this helps!
~Nonportrit
The answer is incremental backup as this is the one
responsible of having to provide a backup with files that are modified since
the last backup it has received, it is considered to be a backup in which is a
type of security copy.