Answer:
Java solution (because only major programming language that has public static methods)
(import java.io.* before hand)
public static boolean s2f(String fileName, String text){
try{
PrintWriter out = new PrintWriter(new File(fileName));
out.println(text);
out.close();
return true;
}
catch(Exception e){
return false;
}
}
Answer:
It loads all startup program
Explanation:
In simple term if we define the process of computer to process the device , there are lots of different steps that works such as:
- First of all switch on the button.
- When it get start, first it will loads the simple program that contain a chip which is called in computer language BIOS.
- It is appear in computer language when you turn on computer see on screen.
- Window/Linux, all are stored in the hard drive of the computer.