Answer:
Option D i.e., Removing the volume header information is the correct option.
Explanation:
In the above statement, the volume header includes the data related to the volume of the hard drive and each of them includes an isolated header of the volume or its group.
The size of the volume header is not greater than 1000-KB. It build at the time of the installation of an Operating System in the computer system.
hub transmits to all workstations
Switch transmits to specific workstations
Gateway is a connection between subnets
Router locates the correct destination for packets
Answer:
I don't know Sorry so sorry
Answer:
double decimal1, decimal2;
int whole;
Explanation:
Required
Declare 2 decimals and 1 int.
The syntax to declare a variable is:
<em>data-type variable-name;</em>
To declare decimal, we simply make use of double or float data types.
So, we have:
double decimal1, decimal2; ----> for the decimal variables
And
int whole; ---- for the whole number