Answer:- 1
150
150 = 10010110
What is called the Binary number system. on and off is a binary state.
in EBCDIC: 11001000, 10000101, 10010011, 10010011 10010110 in ASCII: 1001000, 1100101, 1101100, 1101100, 1101111 in Unicode: 0000 0000 0100 1000, 0000 0000 0110 0101, 0000 0000 0110 1100, 0000 0000 0110 1100, 0000 0000 0110 1111
Here's an easy way to convert decimal to binary. 150 = 75x2 + 0 75 = 37x2 + 1 37 = 18x2 + 1 18 = 9x2 + 0 9 = 4x2 + 1 4 = 2x2 + 0 2 = 1x2 + 0 1 = 0x2 + 1 Then place the 'remainder' values in order from bottom to top. 150 (decimal) = 10010110 (binary) This equates to, 27 + 24 + 22 + 21 = 128 + 16 + 4 + 2 = 150
it wasn't invented, the mobo are made some are different from other, the system called DOS was invented by a man Johnson, tiring to made it make a font, using the 10010110 numbers, & he did called DOS, & Bill Gates bought it for 50,000 dollars, & made billions, that's Windows
Analog circuits operate on a continuous range of voltages. For example, an audio signal may range anywhere from 0V to 1000mV, and an infinite number of places between. Digital circuits operate on only one of two states: "off" or "on", typically represented as 0 and 1. These on and off states are represented by different voltages in different systems. But any given digital signal will have one of only two distinct values. For example, a typical digital signal will dictate that anything below 1.0V is considered "off", and anything above 4.5V is considered "on". Information in digital circuits is represented as either a consecutive stream of these on and off states ("serial") (ex: 10010110) or a set of signals together representing a value ("Parallel") where 8 wires represent 8 bits of a one byte value.
If you mean where does information gets stored, this would be your hard disk. The part which is saving the information is the read and write head of the hard disk.