Answer:
The answer is Bootsrap
Explanation:
A bootstrap program which is also referred to as a bootstrap loader is a program that resides in the computer’s Read Only Memory. It starts the whole chain reaction and ends up with the entire OS being loaded. This program reads the computer’s hard drive boot sector and continues with the process of loading the Operating System. It first performs a POST test and then proceeds to load the OS intothe main memory.
I have the equation 1 meter = 1.0 * 10
-9
Answer:
void main(){
int *ip1,*ip2,*ip3;
printf("Enter values for ip1 and ip2\n");
scanf("%d\n",ip1);
scanf("%d\n",ip2);
*ip3=*ip1+*ip2;
}
Explanation:
*ip3=*ip1+*ip2;
this statement is used to add the values of two pointer variables and storing it in third pointer variable.
*ip1 --->ip1 gives address location of the variable and *ip1 gives the value stored at that address location
Answer:
Operating system .
Explanation:
The operating system provides the interaction between the computer system and the user.
The main objective of the operating system to handle the input/output devices It also handles the memory.
The operating system program that controls the hardware operation also it handling the machine-connected devices and allows the data to be stored in the computer.
Answer:
Free and open-source software makes source code available for use, modification, and redistribution as long as licensing terms are met.
Explanation:
Open-source software is software you can find and use for free.