Computer Instructions
ROM, or Read Only Memory is used to store instructions as it retains memory even after power loss.
Answer:
Call showValue (12)
Explanation:
The function is a block of the statement which performs the special task.
if you define the function, then you have to call that function.
Then, program control moves to the function and start to execute otherwise not execute the function.
the syntax for calling the function:
name(argument_1, argument_2,....);
we can put any number of arguments in the calling.
check the options one by one for finding the answer:
Call showValue( Integer): this is valid calling but it passes the variable, not the 12. this is not correct.
Call showValue( Integer 12): This is not valid calling, because it passes the data type as well which is incorrect.
Call showValue( Real): this is valid calling but it passes the variable, not the 12. this is not correct.
Call showValue (12): this valid calling and also pass the value 12.
Therefore, the correct answer is option b.
The use of the Line and Paragraph Spacing command can help one to alter the amount of space between the text in a text box and the text box border.
<h3>Which command changes line spacing?</h3>
When one click on Home tab, one should click the Line and Paragraph Spacing command, and when one has select the line spacing that one needs, the selected line spacing will alter in the document.
Note that the use of the Line and Paragraph Spacing command can help one to alter the amount of space between the text in a text box and the text box border.
Learn more about command sequence from
brainly.com/question/13258375
#SPJ1