Answer: (B) It's easier, cheaper, and more reliable to build machines and devices that only have to distinguish between binary states.
Explanation:
The representation of the digital data in the computer system in the binary form because it is easier and cheaper to use in the system. It is more reliable to build the machine and the devices for distinguish the binary states.
Computer basically uses the 0 and 1 binary digits for storing the data in the system. The computer processor circuits are basically made up of the various types of transistors that uses electronic signals for the activation process in the system.
The o and 1 are the binary digits that reflect the different states of the transistor that is OFF and ON state.
Answer:#include<stdio.h>
int main(){
int i=1;
while(i<=10){
printf("%d \n",i);
i++;
}
return 0;
}
Explanation:
This is the program I coded on the while loop.
The option that shows how Excel recognize as a date is February 6 1947.
<h3>How does Excel see date?</h3>
The Excel date is often seen as a regular number that is said to have been formatted to often look like a date.
One can you change the cell format to 'General' so that one can see the type of date serial number. Most times, the integer portion of the date serial number stands for the day, and the decimal portion stands for the time.
Read more about Excel from
brainly.com/question/25879801
Answer:
The loops are nested, and the program ends when loop 1 is completed. Since loop 4 is the innermost one, that one is completed first.
1st blank:task
2nd blank:transparency