Hi pupil here's your answer ::
________________________
RAM ::
● Data can be read and written on the RAM chip at any number of times.
● The operating system, application programs and the user data is stored in Ram only until the computer is powered on.
● Ram is a volatile memory that loses its contents when the computer is switched off.
● The size of RAM makes a difference in the processing, i.e. the bigger size of the RAM the greater is the speed of processing.
ROM ::
● Data can only be read from the ROM chip.
● Only system programs are stored in ROM. It can't be used to store user data and other programs.
● ROM is non volatile memory the data stored in ROM is permanent in nature.
● Size of the ROM has nothing to do with processing.
________________________
hope this helps. . . .
Answer:
ifstream inputFile;
inputFile.open("Friends.txt");
Explanation:
Though, the programming language is not stated, questions like this are often from C++.
The first statement defines the ifstream object using the following syntax.
ifstream [object_name]
In this case, the object name is inputFile
So, the syntax becomes
ifstream inputFile;
The next line opens a file using the following syntax.
[object_name].open("Filename")
Here, object_name is inputFile and filename is Friends.txt
So, the open statement becomes
inputFile.open("Friends.txt")
Answer:
<u><em>D. You can modify colors easily and quickly.</em></u>
Explanation:
I’m pretty sure there are 2.
SAVE AS and SAVE