A GUI (Graphical User Interface)
Answer:
#include<stdio.h>
#include<string.h>
int main() {
int n;
FILE *fp = fopen("salaries.txt", "r");
double sumSalaries = 0;
double quarterlySalary1, quarterlySalary2, quarterlySalary3, quarterlySalary4;
while(!feof(fp)) {
fscanf(fp, "%lf", &quarterlySalary1);
fscanf(fp, "%lf", &quarterlySalary2);
fscanf(fp, "%lf", &quarterlySalary3);
fscanf(fp, "%lf", &quarterlySalary4);
sumSalaries = sumSalaries + quarterlySalary1+quarterlySalary2+quarterlySalary3+quarterlySalary4;
printf("Salary Sum %lf: \n", sumSalaries);
printf("Income Type: ");
if(sumSalaries > 200000 ){
printf("h");
}
else if(sumSalaries >= 15000 && sumSalaries<=200000){
printf("m");
}
else{
printf("l");
}
printf("\n");
}
fclose(fp);
return 0;
}
Explanation:
RAM is an acronym in the given following.
A.RAM
<u>Explanation:</u>
From the given options, RAM stands for Random Access Memory. RAM comes under primary memory and is a volatile memory, which means the contents of a RAM are lost when the power is turned off.
The man function of RAM is to hold the data when it is being processed. Whenever the user tries to access a program or data, the control unit looks for the program first in the cache memory and then in the RAM for faster access and execution.
If the program is nowhere to be found in the RAM then it is searched in the secondary memory.
<span>Latif wants to frame one of his photographs. He
wants to use the MATTED framing style where the mat keeps the glass and photo
apart.
It is one of the most common framing styles: the back mat and photo corners help
keep the photo flattened, while the front mat keeps the photo from touching the
glass. This style also makes it easy to transfer the work into and out of the
frame. </span>
Answer:
integrated circuits are made up of Transistor and carry an electrical current