Answer:
A computer is a versatile machine because is used for many purposes,a modern day computer can run multiple data at once making a fast and efficient machine very durable and effective for our use in all areas of life.
Answer: responsive
Explanation:
its called mobile responsivness and most good websites have it
"Restore", or in Spanish, "Restaurar".
Answer:
Following are the code in the C language .
int max(int x) // function definition
{
static int largest=0; // variable declaration
if (x>largest) // checking the condition
largest=x; // assign the value of input in the largest variable
return largest; // return the largest number
}
Explanation:
Following are the description of code .
- Decalred a function max of int type which hold a parameter x of int datatype.
- In this function compared the number x with the largest .If this condition is true then largest number hold the value of x variable
- Finally return the largest number .
Answer:
B. Computer's resolution has been set too low
Explanation:
A. Font size has been set too high.
B. Computer’s resolution has been set too low.
C. Refresh rate of the video card is out of sync with the monitor’s refresh rate.
D. ClearType setting is enabled.
From the given options; if the font size has been set too high, the effect is on the texts and not icons. If the video card is out of sync there will be little or no display at all.
So, the correct option is Computer's resolution has been set too low.