Answer:
System Software
Explanation:
Anything on your computer that includes system services, configuration files, and many other computer preferences is called system software. System software like the operating systems themselves, browsing software, and many other software programs offers platform to other software. It falls in between the user and the hardware. Once your Operating System is installed, the system software comes preinstalled. System software constitutes every program file on your computer that interacts in a very basic level with the hardware.
Answer:
public class num9 {
public static void main(String[] args) {
int sum =0;
int num =5;
for(num =5; num<=500; num+=5){
System.out.println(num);
sum +=num;
}
System.out.println(sum);
}
}
Explanation:
- Declare and initialize the variables sum and num
- Use a for loop with the condition for(num =5; num<=500; num+=5) Since the loop will increment by 5 and run from 5 to 500
- Within the loop, add num to sum at each iteration
- Print all elements on seperate lines
- Outside the loop, print the final value of sum
Create a for loop
Answer:
Social networking platform and WindowsandroidIOS
Explanation:
Social media mostly uses Social networking platform and WindowsandroidIOS.
Hope this helps!
Feel free to ask if you have anymore questions!
<span>The answer is RAM. Chat messages are most likely to be found in the RAM of the computer. It is Random Access Memory. </span><span>RAM is considered volatile memory, which means that the stored information is lost when there is no more power.</span>