Answer:
<em>What are your thoughts about this?</em>
Explanation:
A question that can be answered with yes or no is a closed question.
Answer:
-Click insert
-Click picture
-Click from file
-Right click the picture
-Select the desired picture and again click Insert
-Click insert caption
-Write the caption and add it
Explanation:
1) back up your data
2) delete any personal information
3) clear cookies, browsing data, and saved passwords
4) restore any settings you may have changed to original settings
Answer:
False
Explanation:
An abstract class is a class declared abstract — it may or may not include abstract techniques. It is not possible to instantiate abstract classes, but they can be sub-classed.
<u></u>
<u>Abstract method declaration</u>
abstract void moveTo(double X, double Y);
Usually the subclass offers solutions for all of the abstract techniques in its parent class when an abstract class is sub-classed. If not, however, the subclass must be declared abstract as well.
<u>Example</u>
public abstract class GraphicObject {
// declaring fields
// declaring non-abstract methods
abstract void draw();
}
Answer:
The correct answer to the following question will be "Magnetic medium".
Explanation:
Some storage device that portrays details or information using magnetic patterns is called a magnetic device.
- Magnetic tape, and hard drives are the commonly used magnetic storage devices.
- This will be the method by which magnetic methods are used to hold and retrieve information on tapes.
So, it's the right answer.