Answer:
10
Explanation:
To convert decimal to binary, you just count like normal, but instead of regrouping when adding 1 when you reach 9, you regroup when you reach 1.
in this case, you would count like this:
0
1
10
Answer:
I think its B hope it helps ! Good luck
Explanation:
If you mean a "circular reference error" then you are correct. This error is caused by a formula in a cell that directly or indirectly refers to its own cell. For example, if you place a formula in cell A3 and your formula reads "=A1+A2+A3" you will receive a circular reference warning because the formula contains a reference to the cell that it is in (A3)
Since you did not specify a language i am assuming C
void x10(int n){
printf("%d \n",n*10);
return;
}
Answer:
A. destination address
Explanation:
To communicate we ususally make use of web browsers or some applications that is application layer. We write some message there. This message is encrypted by application layer for safety that is previously done by presentation layer . Transport layer make communication possible between these two process.
The data link layer is the next place the message gets to before proceeding to the actual ip or destination address.