The Option D , Table Tools Insert
Answer:
66 bytes, 50 bytes and 27 bytes
Explanation:
Cache can be defined as an area or type of computer memory in which information that is often in use can be stored temporarily and got to especially quickly.
It's a hardware or software that is used to store something, usually data, temporarily in a computing environment.
See attachment for a step by step solution to the questions.
Answer:
It can take a negative input
Explanation:
When you declare a variable in Java and you get your input via Scanner library; the Scanner library will accept the input irrespective of whether it's negative or not.
Take for instance, the following segment
<em>Scanner input = new Scanner(System.in);</em>
<em>int userinput = input.nextInt()</em>
<em />
Irrespective of whether userinput is negative or positive, it'll accept it.
Answer:
located on the x axis
the x axis is horizontal and y axis vertical