Answer: Snap
Explanation:Snapping is the technique in the computer field that helps in the positioning of the object or other component by the dragging motion. It works conveniently and the movement of dragging makes it easy.
The snapping works by the dragging the desktop, window or other component in sideways,top,vertically,middle, horizontally ,adjusting to the edges of desktop screen etc.
Answer:
Following are the code to this question:
Counter T = new Counter(1, 100); //creating Counter class object and call its parameterized constructor
Thread T1 = new Thread(new Runnable() //creating Thread object T1.
{
public void run() //define run method
{
T.countRange(); //call countRange method
}
});
Thread T2 = new Thread(new Runnable() //creating another object "T2" of Thread.
{
public void run() //define run method
{
T.countRange(); //call countRange method
}
});
T1.start(); //start Thread T1
T2.start(); //start Thread T2
Explanation:
Description of the above code as follows:
- In the given code, inside the main method the Counter class object "T" is created, that calls its parameterized constructor, which accepts two integer value that is "1 and 100".
- In the next step, thread class object T1 and T2, is created, which uses run method, in which it called the countRange method inside the method a for loop is declared that prints value between parameter value.
- In the last step, the start method is called, which uses the run method to call countRange method.
- For full program code please find the attachment.
Answer:
D.
Explanation:
Kinetic energy can be defined as an energy possessed by an object or body due to its motion.
Mathematically, kinetic energy is given by the formula;

Where;
- K.E represents kinetic energy measured in Joules.
- M represents mass measured in kilograms.
- V represents velocity measured in metres per seconds square.
Generally, when the final velocity at which a physical object moves is equal to zero (0), then it possess maximum kinetic energy.
Hence, the letter which shows the ball when it has the maximum kinetic energy in the graph attached is D.
Answer:
D
Explanation:
Tightly coupled multiprocessor