Answer:
You just need to click over the desktop, move to the View, and then change to medium, if its the icon size.
However, if you feel your resolution requires screwing up, then you are required to do the right-click, and again over the Desktop and then move to the settings (screen resolution),
And if you by chance clicked on the magnifier utility, you can CTRL + ALT +DEL and you will also be required to shut the interface.
Explanation:
You just need to click over the desktop, move to the View, and then change to medium, if its the icon size.
However, if you feel your resolution requires screwing up, then you are required to do the right-click, and again over the Desktop and then move to the settings (screen resolution),
And if you by chance clicked on the magnifier utility, you can CTRL + ALT +DEL and you will also be required to shut the interface.
Answer:
#include <iostream>
#include <cstdlib>
using namespace std;
int main() {
char Keep_Going = '-';
int nextBid = 0;
srand(5);
while (Keep_Going != 'n') { //<-- solution
nextBid = nextBid + (rand()%10 + 1);
cout << "I'll bid $" << nextBid << "!" << endl;
cout << "Continue bidding? ";
cin >> Keep_Going;
}
cout << endl;
return 0;
}
<u>Answer:</u>
A) a very long but detailed menu system
<u>Explanation:</u>
A <em>detailed menu will never attract or support the user in any form</em>. It might be difficult to use the application for longer time due to the <em>un supportive menu format.</em>
Option B: This option might look closer to the answer but it might not attract if many users are unaware of the latest changes.
Option C: The application should support and should not challenge the user. It is not a quiz or game show to challenge people.
Option D: Any GUI should be attractive so that the user tend to use it frequently.
Complete Question:
The first electric, general-purpose computer, ENIAC, was programmed by?
Group of answer choices.
A. Calculating algorithms on paper.
B. Entering code directly into the computer.
C. Flipping switches by hand.
D. Using MS-DOS as the operating system.
Answer:
C. Flipping switches by hand.
Explanation:
The first electric, general-purpose computer, ENIAC, was programmed by flipping switches by hand.
ENIAC is an acronym for Electronic Numerical Integrator and Computer, it was developed in 1945 by John Mauchly and J. Presber Eckert. ENIAC was used for solving numerical problems or calculation-related tasks by the process of reprogramming.
In order to give the ENIAC a series of machine instructions to follow in the execution of a task, the programmers had to undergo the cumbersome procedure of connecting, removing, reconnecting cables and flipping switches by hand because data couldn't be stored in memory.
Answer: Some areas that technology would be useful are Agriculture, Health Care, and the Military.
But some jobs that humans are better at could be jobs that require Creativity and strategic thinking
Explanation:
Hope this helped