Answer:
d. Mouse
Explanation:
A <em>mouse</em> is used to move a the cursor around the screen. You use the mouse to open applications or drag and drop files. It gives the computer instructions <em>(input)</em> . Therefore it is an input device.
<h2>Output devices :</h2>
- A <em>speaker</em> is an output device because it outputs sounds.
- A <em>printer</em> is an output device which is used to output information(print) on paper.
- A <em>monitor</em> is used to display.
Answer:
2010 Census Apportionment Results. December 2010. Apportionment is the process of dividing the 435 memberships, or seats, in the U.S. House of Representatives among the 50 states. At the conclusion …
Explanation:
personal trait because it something that just comes to mind
I don’t think so. Not sure though
Answer:
Argument
Explanation:
The function is the block of the statement which performs the special task.
when we define the function in the program then we have to call that function.
the syntax for defining the function:
type name(parameter_1, parameter_2,...){
statement;
}
the syntax for calling the function:
name( argument_1, argument_2,...);
Meaning of parameter and argument
The argument is used to send the value into the function definition. this can be passed by value or pass by reference.
The parameter is used to receive the value send by calling function.
Therefore, the answer is the Argument.