The control programs managing computer hardware and software perform the _________ function to control and prioritize tasks performed by the cpu.

Answers

Answer 1
I am pretty sure that the statement should be completed like this: The control programs managing computer hardware and software perform the Job management function to control and prioritize tasks performed by the CPU. This king of programs is a part of operating system. Operating system is a set of software that helps to control and maintain computer resources like hardware and software.

Related Questions

Which safety issue is considered to be a data safety issue?

Answers

Computer and technology-related dangers to an individual's personal, financial, emotional or physical well-being are considered as data safety issues.
There are several things you should do to prevent computer dangers: make regular backups of files, protecting yourself against viruses (use an anti-virus software) , use a  passwords so that access to data is restricted, use a firewall , 

I have to writea piece of code to calculate the factorial of somewhat large numbers so the long long type won't suffize, so using vector, I stumbled upon some issues during run time:
'#include
#include

using namespace std;

vector factorial(short n)
{
vector v, z;
do
{
short m = n%10;
v.push_back(m);
}while(n/=10);

short temp = 0;
int x;
//short m = 0;

while(n-1)
{
for(auto &w : v)
{
x = w*(n-1) + temp;
temp = x/10;
z.push_back(x%10);
}
}
return z;
}

int main()
{
short T;
cin >> T;

vector v;
short temp;
while(T--)
{
cin >> temp;
v.push_back(temp);
}

vector tmp;
for(auto &w : v)
{
tmp = factorial(w);
for(auto i=tmp.end(); i!=tmp.begin(); i--)
cout << *i;
cout << endl;
}
return 0;
}
'

Answers

Your second comment is a solution that is actually almost right!!!
Here's what you should fix:

- The array v[200] should be initialized to all zeros, otherwise it may contain junk. You can simply do this by typing short v[200] = {}; right where you declare it.

- Your while loop should loop from all values of n all the way down to 1. So you need while(n>1) in stead of while(n--<=2)

- At the very end of the while loop, before its closing brace, add an n--; to decrement its value. Alternatively you could have created a do {} while construct.

That's it! After that it correctly calculates all 157 digits of 100!

100! = 93326215443944152681699238856266700490715968264381621468592963895217599993229915608941463976156518286253697920827223758251185210916864000000000000000000000000

A(n) ____ is a location on your computer screen where you type text entries to communicate with the computer’s operating system.

Answers

The command line is a location on your computer screen where you type text entries to communicate with the computer’s operating system.

Answer:

Command Line Interface (CLI)

Explanation:

A command line interface (CLI) is like a Graphic User Interface (GUI), which is what you normally use when you are operating your computer, the major difference is that the CLI is a text-based user interface (UI)  mainly  used to view and manage computer files. Command line interfaces (CLI) are also called command-line user interfaces, console user interfaces and character user interfaces.

Which conditional formatting rule is best suited to apply formatting to the top five values in a range of values?

Answers

The answer is Top Ten items is the conditional formatting rule that is best suited to apply formatting to the top five values in a range of values.  The excel conditional formatting top or bottom rules permits to put on formatting to cells that gratify a statistical condition in connection to other to other cells in a range. These conditions will only be applied to cells comprising numeric values. The top or bottom conditional formatting option is registered in the excel conditional formatting menu which in general situated in the styles group of the home tab of the excel ribbon. The top ten items dialog box opens up that permits the formatting to apply cells sustaining the chosen criteria and provides option of varying the values of 10 to a different value.

The best conditional formatting rule to highlight top values in Excel is 'Format only top or bottom ranked values.' It allows for easy identification and emphasis on specific data. Custom formatting options and icon sets can further enhance the presentation of top values.

Format only top or bottom ranked values is the conditional formatting rule best suited to apply formatting to the top five values in a range of values in Excel. This rule allows you to easily highlight the top or bottom values based on specific criteria.

New Formatting Rule: After defining the rule criterion, custom formats can be selected by clicking the Format button. The Format Cells window opens to allow custom Number, Font, Border, or Fill formatting for the top values.

Icon sets menu: Excel offers various formatting choices such as data bars, color scales, and icon sets to emphasize top values that meet certain conditions beyond just color fills.

Other Questions
simplify 4x+5/6x^2-x-12 subtract 5x/6x^2-x-12 Sandy has earned $290. That is 20% of the cost of the new computer she wants to buy. What is the total amount of money she needs to buy the computer? The ph of a 0.55 m aqueous solution ammonia, nh3, at 25.0c is 11.50. what is the value of kb for nh3? What is the slope of the line represented by the equation y = 2/3- 5x?A. -5B. -2/3C.2/3D. 5 PLS HELP TY Which expression is equivalent to am an? am n am + n am n am n When two balanced dice are rolled, there are 36 possible outcomes. what is the probability that the sum of the numbers on the dice is 6 or 10? What is a simple statement that predicts the result of a controlled scientific experiment? Question 1 options: Observation Hypothesis Conclusion Theory SaveWhat is a simple statement that predicts the result of a controlled scientific experiment?Question 1 options:ObservationHypothesisConclusionTheory Ian has 120 folders to file. So far, he has filed 36 of the folders. What percent of the folders does he have left to file? How was american society different in 1933 than in 1789? simplify 61,000m^3n^12 The ratio of girls to boys is 5 to 6. If there are 72 boys, how many girls are there? PLEASE HELP ME!!!Fill in the blank in the following sentence with the appropriate adjective below. Mi departamento est en el ________ (7th) piso. A.sptimo B.sexto C.quinto D.dcimo b.Oscar Martn Snchez Surez and Penlope Domnguez Santana have a son named Rodrigo. What is Rodrigos full name? Which drug is most likely to be prescribed for a patient suffering from depression? Malcolm, aged 35, is severely depressed. because of this he is given electroconvulsive shock therapy. after treatment, he is sent home and does much better. however, his tv-watching behavior is strange. malcolm thinks that last year's episodes of his favorite series are new. malcolm is showing signs of ______________. How did the desert impact ancient Egyptian civilization end behavior of F(x)=-x^(3-)2x^(2)+7x-10A. The graph of the function starts high and ends highB. The graph of the function starts low and ends lowC. The graph of the function starts high and ends lowD. The graph of the function starts low and ends high Where do the suns rays hit earths surface nearly at right angles Follow the four rs (read, right, reduce, and ride) when ________. rewrite 7/11 as a division problem Steam Workshop Downloader