Dont worry happens to my sisters laptop once. You just have to wait it out.
It wont damage your computer. It means that your laptop is also sensetive so dont touch the screen with too much force.
Hope I helped you!
Answer: c) a program.
Explanation:
A computer, is a hardware device, that differs from those with dedicated hardware (like a TV set, a radio, or an old phone) , in that it can be used for different purposes, due to it's a programmable device.
The way in which the computer is instructed to do anything, is by means of a set of instructions to be read and executed sequentially, which is called a program.
The set of the different programs stored in the computer is which is known as the computer software.
Because it downsized the scale of the computer itself.
Answer:
See explaination for code
Explanation:
int x, y;
ifstream numbers;
numbers.open ("numbers.txt");
ofstream min;
min.open ("min.txt");
ofstream max;
max.open ("max.txt");
while(numbers>>x>>y )
{
if(x>y)
{
max<<x<<endl;
min<<y<<endl;
}
else
{
max<<y<<endl;
min<<x<<endl;
}
}
numbers.close;
min.close;
max.close;
The process of securely erasing a hard drive is called wiping :)