Answer:
ur right violence should not be fought by violence
but sometimes there are problems in the world
that just happens to lead with violence
The answer to this question would be the last choice. The master program that controls the system hardware.
All computers require a software known as the <em>operating system</em> to properly function and allow you to use the computer. This operating system works as a "master program" that manages the computer's processes and memory.
Answer:
c. 10
Explanation:
//C++
#include <iostream>
using namespace std;
int main()
{
int x;
cout << "Type a number: "; // Type a number and press enter
cin >> x; // Get user input
cout << "Your number is: " << x; // Display the input value
return 0;
}
Here the program reads the user input x as an integer, to then print the store value of x; the result is that the value printed is 10.
The software package that I would use is packaged software producer. They are defined as potential sources of application software.
<h3>Software</h3>
A software can be defined as a series of sequential instructions that indicate a computer what to do.
Packaged software producers are defined as potential sources of application software.
The industries develop these softwares to run them on different types of platforms.
Learn more about software here:
brainly.com/question/1022352